v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014683.0 MB
Fulfillment

List pickup points by location

Retrieves information on pickup points close to a given location determined by geocoordinates or postal code.

The pickup points returned are not necessarily all active ones. Make sure to validate the information consumed by integrations.

Permissions

This endpoint does not require permissions.

get/api/checkout/pub/pickup-points

Query parameters

geoCoordinatesstring

Geocoordinate.

Example:-47.924747467041016; -15.832582473754883

Geocoordinates (first longitude, then latitude) around which to search for pickup points. If you use this type of search, do not pass postal and country codes.

postalCodestring
Example:1234000

Postal code around which to search for pickup points. If you use this type of search, make sure to pass a countryCode and do not pass geoCoordinates.

countryCodestring
Example:BRA

Three letter country code refering to the postalCode field. Pass the country code only if you are searching pickup points by postal code.

individualShippingEstimatesboolean
Example:true

Shows the product's estimated shipping date in the shippingEstimate field from the orderForm.

Headers

Content-Typestring required

Type of the content being sent.

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK