Urban Outfitters · Example Payload

Marketplace Api Seller Product Create Example

Sample product description

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

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

Top-level fields

skunamedescriptionpricecurrencycategory

Example Payload

Raw ↑
{
  "sku": "UO-BRAND-001",
  "name": "Urban Outfitters Product",
  "description": "Sample product description",
  "price": 29.0,
  "currency": "USD",
  "category": "womens"
}