Get Lot Exclusions

View as Markdown
Retrieves lot exclusions for a specific inventory item. Filter by SKU or inventory ID to find which lots are excluded from fulfillment.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

skustringOptional
SKU of the inventory item to retrieve lot exclusions for
inventory_idintegerOptional
Unique identifier of the inventory item to retrieve lot exclusions for

Response

Successfully retrieved lot exclusions for the inventory item
inventory_namestring
Name of the inventory item
inventory_skustring
SKU of the inventory item
lot_exclusionslist of objects
List of lot exclusions for the inventory item

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error