Skip to main content

Get Coverage

GET 

https://api.goodsdelivery.io/v1/coverage

Authorization: x-api-key

name: x-api-keytype: apiKeyscopes: brandin: header

Use this endpoint to receive a complete list of supported zip codes in which our delivery services are offered.

This endpoint has many use cases, including:

  • Add a filtering facet to category pages that shows products available for same-day delivery from our stores
  • Update your application to reflect the list of applicable zip codes

Request

Responses

If the request is valid, a successful response will contain a complete list of supported zip codes.

Schema
    pagesCount numberrequired
    page numberrequired
    objectsCount numberrequired
    objects object[]required
  • Array [
  • name stringrequired
    pickUpZipCodes string[]required
    dropOffZipCodes string[]required
    operatingDays WeekDay[]required

    Possible values: [monday, tuesday, wednesday, thursday, friday, saturday, sunday]

    services object[]required
  • Array [
  • serviceType ServiceTyperequired

    Possible values: [SAME_DAY, NEXT_DAY, SCHEDULED]

    Determine the delivery date, including pick-up and drop-off times.

    jobType JobTyperequired

    Possible values: [DELIVERY, RETURN]

  • ]
  • timeZone stringrequired
  • ]
curl -L -X GET 'https://api.goodsdelivery.io/v1/coverage' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.goodsdelivery.io/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!