curl --request POST \
--url https://api.skulabs.com/order/bulk_add_manual_shipments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"rows": [
{}
],
"options": {}
}'
/order/bulk_add_manual_shipments
curl --request POST \
--url https://api.skulabs.com/order/bulk_add_manual_shipments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"rows": [
{}
],
"options": {}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK