FinditParts · Example Payload

Finditparts Create Address 200

CompanyEcommerceMarketplaceAutomotivePartsHeavy Duty TruckingFleetLogisticsCommerceCatalogOrdersShipping

Finditparts Create Address 200 is an example object payload from FinditParts, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errnoaddress

Example Payload

Raw ↑
{
  "errno": "<integer>",
  "address": {
    "id": "<integer>",
    "first_name": "<string>",
    "last_name": "<string>",
    "country_id": "<integer>",
    "country_iso": "<string>",
    "address1": "<string>",
    "state_id": "<integer>",
    "state_name": "<string>",
    "city_name": "<string>",
    "zipcode": "<string>",
    "phone": "<string>",
    "address_type": "commercial",
    "address2": "<string>",
    "company": "<string>",
    "is_default": "<boolean>"
  }
}