Urban Outfitters · JSON Structure

Marketplace Api Order Item Structure

An item in a marketplace order

Type: object Properties: 3
RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

OrderItem is a JSON Structure definition published by Urban Outfitters, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sku quantity price

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/urban-outfitters/refs/heads/main/json-structure/marketplace-api-order-item-structure.json",
  "name": "OrderItem",
  "description": "An item in a marketplace order",
  "type": "object",
  "properties": {
    "sku": {
      "type": "string",
      "example": "UO-BRAND-TEE-001"
    },
    "quantity": {
      "type": "int32",
      "example": 2
    },
    "price": {
      "type": "double",
      "example": 45.0
    }
  }
}