Urban Outfitters · Example Payload

Marketplace Api Order Example

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

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

Top-level fields

idstatuscreatedAtitemsshippingAddresstotalcurrency

Example Payload

Raw ↑
{
  "id": "item-abc123",
  "status": "pending",
  "createdAt": "2025-03-15T14:30:00Z",
  "items": [
    "example-string"
  ],
  "shippingAddress": "123 Main St",
  "total": 29.0,
  "currency": "USD"
}