Urban Outfitters · Example Payload

Marketplace Api Seller Product Example

Sample product description

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

Marketplace Api Seller Product Example is an example object payload from Urban Outfitters, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idskunamedescriptionpricecurrencycategorystatusinventoryQuantityimageUrls

Example Payload

Raw ↑
{
  "id": "item-abc123",
  "sku": "UO-BRAND-001",
  "name": "Urban Outfitters Product",
  "description": "Sample product description",
  "price": 29.0,
  "currency": "USD",
  "category": "womens",
  "status": "active",
  "inventoryQuantity": 10,
  "imageUrls": [
    "https://example.com/image.jpg"
  ]
}