FinditParts · Example Payload

Finditparts Get Cart Shipping Methods 200

CompanyEcommerceMarketplaceAutomotivePartsHeavy Duty TruckingFleetLogisticsCommerceCatalogOrdersShipping

Finditparts Get Cart Shipping Methods 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

shipping_methodserrno

Example Payload

Raw ↑
{
  "shipping_methods": [
    {
      "id": "<integer>",
      "label": "<string>",
      "amount": "<float>",
      "identifier": "<string>",
      "currency": "<string>",
      "carrier_type": "ups",
      "detail": "<string>",
      "days_to_deliver": "<integer>",
      "estimated_delivery_date": "<string>",
      "available": "<boolean>",
      "url": "<string>",
      "manufacturer": "<string>"
    },
    {
      "id": "<integer>",
      "label": "<string>",
      "amount": "<float>",
      "identifier": "<string>",
      "currency": "<string>",
      "carrier_type": "ups",
      "detail": "<string>",
      "days_to_deliver": "<integer>",
      "estimated_delivery_date": "<string>",
      "available": "<boolean>",
      "url": "<string>",
      "manufacturer": "<string>"
    }
  ],
  "errno": "<integer>"
}