Get Serviceable Zip Codes allows a partner to retrieve a list of serviceable zip codes that will be used by the partner to generate a Get Quote request. This API should only be utilized by Quote-based partners.

Skipcart recommends retrieving the list of zip codes daily, post authentication, to ensure that Skipcart and partner systems are synchronized daily. Partner systems should rely on the zip codes returned in Get Serviceable Zip Codes response to reference as the list of Skipcart supported zip codes.

Get Serviceable Zip Codes Request

{ "merchant_code": "ExampleMerchant" }

📘

If a quote request is submitted to Skipcart with a zip code which is not within the Get Serviceable Zip Codes response then the quote response will always return a 'OutsideDeliveryArea' error. This is why retrieving the zip codes frequently is best practice; to ensure partner systems are always in sync with the Skipcart supported areas.

Body Params
string

(Required) A unique identifier assigned to each partner that will be provided along with Skipcart sandbox credentials

Headers
string

The UserToken is retrieved every 24 hours and is a security mechanism which must be used to interface with various Skipcart APIs

string

The AppToken is the unique partner identifier and must be included in every Skipcart API request

string
Defaults to application/json
Language