Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
curl --request POST \
--url https://api.skulabs.com/item/bulk_assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item_ids": [
"<string>"
],
"warehouse_id": "<string>",
"name": "<string>",
"location_alias": "<string>"
}'/item/bulk_assign
curl --request POST \
--url https://api.skulabs.com/item/bulk_assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item_ids": [
"<string>"
],
"warehouse_id": "<string>",
"name": "<string>",
"location_alias": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK