Last update 21/12/2022
Shipping
Resource | Description | Example |
---|---|---|
/marketplace/shipments/$SHIPMENT_ID | Retrieves all delivery data. | GET
Go back.
X
Retrieves all delivery data.
Response
Learn more. |
/sites/$SITE_ID/shipping_methods | Retrieves shipping modes available in a country. | GET
Go back
X
Retrieves shipping modes available in a country.
Response
Learn more. |
/sites/$SITE_ID/shipping_options?zip_code_from=$ZIP_CODE&zip_code_to=$ZIP_CODE&dimensions=$DIMENSIONS | Retrieves the cost of a shipping. Shipping cost calculator per country. | GET
Go back
X
Retrieves the cost of a shipping. Shipping cost calculator per country.
Response
Learn more.
|
/users/$CUST_ID/shipping_preferences | Retrieves the cost of a shipping. Shipping cost calculator per country. | GET
Go back
X
Retrieves all shipping modes and services available to user.
Response
Learn more.
|
/marketplace/shipments/$SHIPMENT_ID/labels | Allows print the ticket for send the order. | GET
Go back
X
Allows print the ticket for send the order.
Response:
Learn more.
|
/marketplace/shipments/$SHIPMENT_ID/tracking | This endpoint allows you to report the tracking of a shipment, which must be entered by parameter. | POST
Go back
X
This endpoint allows you to report the tracking of a shipment, which must be entered by parameter.
Response
Learn more.
|