Urban Outfitters · Example Payload

Marketplace Api Shipment Example

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

Marketplace Api Shipment 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

idorderIdcarriertrackingNumberstatuscreatedAtestimatedDelivery

Example Payload

Raw ↑
{
  "id": "item-abc123",
  "orderId": "example-string",
  "carrier": "UPS",
  "trackingNumber": "1Z999AA10123456784",
  "status": "shipped",
  "createdAt": "2025-03-15T14:30:00Z",
  "estimatedDelivery": "2025-03-15"
}