Urban Outfitters · Example Payload

Marketplace Api Shipping Address Example

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

Marketplace Api Shipping Address 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

nameaddress1address2citystatepostalCodecountry

Example Payload

Raw ↑
{
  "name": "Urban Outfitters Product",
  "address1": "123 Main St",
  "address2": "123 Main St",
  "city": "New York",
  "state": "NY",
  "postalCode": "10001",
  "country": "US"
}