Get Order Shipping

Get order shipping

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

shipping_id
required
string

Shipping identifier

header Parameters
x-merchant
required
string non-empty

Merchant identifier.

Example: norce
x-channel
required
string non-empty

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
Request samples
Response samples
application/json
{
  • "id": "s_pmHreuEBboeezpixrHMDPQlazU",
  • "merchant": "norce",
  • "channel": "1",
  • "state": "intent",
  • "reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183",
  • "tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3",
  • "orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ",
  • "adapterId": "ingrid-shipping-adapter",
  • "name": "PostNord MyPack Home",
  • "total": {
    },
  • "vatRate": 0.25,
  • "deliveryDetails": {
    },
  • "addons": [
    ],
  • "attributes": {
    }
}
Copyright © Norce 2024. All right reserved.