api.lots.get_overrides
POST /Lot/get-overrides— Catalog
Python
api.lots.get_overrides(customer_item_ids: List[str]) -> list[LotOverrideDto]
CLI
ab lots get_overrides <customer_item_ids>
Retrieve lot overrides for the given customer item IDs.
Args: customer_item_ids: List of customer item ID strings.
Returns: list[LotOverrideDto]: Override data for matched lots.
Response
Returns a list of List[LotOverrideDto].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Quantity |
|
|
no |
Length |
|
|
no |
Width |
|
|
no |
Height |
|
|
no |
Weight |
|
|
no |
Declared value |
|
|
no |
Container pack ID |
|
|
no |
Item description |
|
|
no |
Force crating flag |
|
|
no |
Item ID (string per swagger; ABConnectTools treated as int) |
|
|
no |
Free-text notes |
|
|
no |
Recorded conditions |
|
|
no |
Do-not-tip flag |
|
|
no |
Commodity / HS code ID (string per swagger) |
|
|
no |
Customer item ID the override applies to |