Sites
Find shipping related sites
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: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[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
400
Request syntactically incorrect. Details of the error are included in the response payload.
application/json
401
Unauthorized
application/json
404
The requested resource does not exist.
application/json
500
Some server side error occurred.
application/json
post
/shipping/{tenant}/findSiteLast updated
Was this helpful?

