Sites

Find shipping related sites

Finding sites by postal code

post

Retrieves a list of sites with zones where the postal code matches the postalCode passed in the request body.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
  • : Needed to manage shipping settings.
  • : Needed to read shipping settings.
Path parameters
tenantstring · min: 3 · max: 16Required

Your Emporix tenant name.

Note: The tenant should always be written in lowercase.

Pattern: ^[a-z][a-z0-9]+$
Query parameters
windowsLimitnumberOptional
  • The windowsLimit parameter is optional.
  • The windowsLimit parameter determines the maximum amount of the nearest delivery windows that should be returned for each zone in retrieved sites.
  • If you do not set the windowsLimit parameter, there will be no delivery window arrays in the response.
  • If you set the windowsLimit parameter to 0, there will be empty delivery window arrays in the response.
Body

Payload with parameters for price finding.

postalCodestringRequired

Postal code containing numbers and/or letters.

countrystringOptional

ISO2 or ISO3 formatted country code.

Responses
200

Resource successfully retrieved.

application/json
post
/shipping/{tenant}/findSite

Last updated

Was this helpful?