post https://api.shipit.cl/v/shipments/massive/import
Crear uno o varios envíos desde tu tienda.
Log in to see full request history
Responses
Crear uno o varios envíos desde tu tienda.
xxxxxxxxxx
58curl --location --request POST 'https://api.shipit.cl/v/shipments' \
--header 'Content-Type: application/json' \
--header 'Accept: application/vnd.shipit.v4' \
--header 'X-Shipit-Email: ACCOUNT_EMAIL' \
--header 'X-Shipit-Access-Token: ACCOUNT_TOKEN' \
--data-raw '{
"shipments": [{
"kind": 0,
"platform": 2,
"reference": "#333",
"items": 2,
"seller": {
"name": "shopify",
"id": "1111111"
},
"sizes": {
"width": 10,
"height": 10,
"length": 10,
"weight": 1
},
"courier": {
"id": 1,
"client": "",
"selected": false,
"payable": false,
"algorithm": 1,
"algorithm_days": null,
"without_courier": false
Try It!
to start a request and see the response here! Or choose an example: