Urban Outfitters · Example Payload

Affiliate Api Product Search Response Example

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

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

Top-level fields

totaloffsetlimitproducts

Example Payload

Raw ↑
{
  "total": 10,
  "offset": 1,
  "limit": 1,
  "products": [
    "example-string"
  ]
}