Skip to main content
PUT
/
item
/
update_alias_locations
Item - Update Alias Locations
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
item
object
required

Item object with alias_locations to update

Response

Alias locations updated

success
boolean
required

Whether the operation succeeded

_id
string
required

Item ID

Example:

"507f1f77bcf86cd799439011"

sku
string

Item SKU

notice
string

Additional notice (e.g. kit cost update issue)