curl --request PUT \
--url https://api.skulabs.com/item/update_alias_locations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item": {}
}'{
"success": true,
"_id": "507f1f77bcf86cd799439011",
"sku": "<string>",
"notice": "<string>"
}Update the alias location mappings for an item across warehouses.
curl --request PUT \
--url https://api.skulabs.com/item/update_alias_locations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item": {}
}'{
"success": true,
"_id": "507f1f77bcf86cd799439011",
"sku": "<string>",
"notice": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Item object with alias_locations to update