Urban Outfitters · Example Payload

Affiliate Api Product Example

Sample product description

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

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

Top-level fields

idnamedescriptionpricesalePricecurrencycategorybrandimageUrlaffiliateUrlinStocksizes

Example Payload

Raw ↑
{
  "id": "item-abc123",
  "name": "Urban Outfitters Product",
  "description": "Sample product description",
  "price": 29.0,
  "salePrice": 29.0,
  "currency": "USD",
  "category": "womens",
  "brand": "example-string",
  "imageUrl": "https://example.com/image.jpg",
  "affiliateUrl": "https://example.com/image.jpg",
  "inStock": true,
  "sizes": [
    "example-string"
  ]
}