Activates or deactivates an inventory item.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The request containing item identifier(s) and desired activation status.

Request model for activating or deactivating an inventory item.
At least one identifier (InventoryItemId or ExternalRefKey) must be provided.

int64 | null
≥ 1

The ID of the inventory item to update.

string | null

The unique external reference key for the inventory item.
Used for identification if InventoryItemId is not provided.
Note: If multiple items share the same ExternalRefKey, the most recently created item
will be selected for update. The response will include the actual Item ID for confirmation.

boolean

The activation status to set for the inventory item.
True = Active (default), False = Inactive.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json