object ReturnExchangeItemType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
return_exchange_id | Int! | |
return_item_id | Int! | |
account_id | Int! | |
warehouse_id | Int! | |
sku | String! | |
quantity | Int! | |
return_exchange | ReturnExchangeType | |
return_item | ReturnItemType | |
product | ProductType | |
row_id | BigInt |
Implements
Referenced By
Example
{
"id": "abc123",
"return_exchange_id": 987,
"return_item_id": 987,
"account_id": 987,
"warehouse_id": 987,
"sku": "abc123",
"quantity": 987,
"return_exchange": ReturnExchangeType,
"return_item": ReturnItemType,
"product": ProductType,
"row_id": "abc123"
}