Get Lot Exclusions
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
sku
SKU of the inventory item to retrieve lot exclusions for
inventory_id
Unique identifier of the inventory item to retrieve lot exclusions for
Response
Successfully retrieved lot exclusions for the inventory item
inventory_name
Name of the inventory item
inventory_sku
SKU of the inventory item
lot_exclusions
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

