Orders
Calculate the shipping cost of an order
Calculate the shipping cost of an order
post/v1/shops/{shop_id}/orders/shipping.json
Request body
Example request
{
"line_items": [
{
"product_id": "5bfd0b66a342bcc9b5563216",
"variant_id": 17887,
"quantity": 1,
"external_id": "line-item-abc-001",
"personalisation": {
"personalisation_strategy": "pstudio_pre_order_headless",
"personalisation_instructions": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"buyer_request": "Please use John as first name",
"layers": [
{
"personalisation_id": "123",
"name": "front",
"layer_type": "text",
"text_input": "John",
"image_id": "789"
}
],
"personalisation_buyer_confirmation": {
"approved": true,
"source": "storefront",
"date": "2017-04-18T13:24:28+00:00",
"ip_address": "192.168.1.100",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
}
},
"personalisation_instructions": "Please add text"
}
],
"address_to": {
"first_name": "Jane",
"last_name": "Smith",
"address1": "ExampleBaan 121",
"address2": "Apt 4B",
"city": "Retie",
"zip": "2470",
"email": "example@msn.com",
"phone": "0574 69 21 90",
"country": "BE",
"company": "MSN"
}
}Response
Successful operation
Example response
{
"standard": 1000,
"express": 5000,
"priority": 5000,
"printify_express": 799,
"economy": 399
}Changes
Changed in 1 of the 2 revisions of this API.6
- ○
added the new optional request property
//////new-optional-request-property
- ○
added the new optional request property
//////new-optional-request-property
- ○
added the new optional request property
//////new-optional-request-property
- ○
added the new optional request property
//////new-optional-request-property
- ○
added the new optional request property
//////new-optional-request-property
- ○
added the new optional request property
//////new-optional-request-property
- ○