object ReturnItemType
Fields
| Field | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | ID! | The ID of the object | |||||||||||||||||||||||||
account_id | Int! | ||||||||||||||||||||||||||
return_id | Int! | ||||||||||||||||||||||||||
line_item_id | Float! | ||||||||||||||||||||||||||
product_id | Int | ||||||||||||||||||||||||||
quantity | Int! | ||||||||||||||||||||||||||
quantity_received | Int | ||||||||||||||||||||||||||
condition | String! | ||||||||||||||||||||||||||
restock | Int | ||||||||||||||||||||||||||
warehouse | String! | ||||||||||||||||||||||||||
is_component | Int! | ||||||||||||||||||||||||||
created_at | DateTime! | ||||||||||||||||||||||||||
updated_at | DateTime! | ||||||||||||||||||||||||||
warehouse_id | Int | ||||||||||||||||||||||||||
bin_id | Int | ||||||||||||||||||||||||||
type | String | ||||||||||||||||||||||||||
reason | String! | ||||||||||||||||||||||||||
line_item | LineItem | ||||||||||||||||||||||||||
bin | BinType | ||||||||||||||||||||||||||
return_warehouse | WarehouseType | ||||||||||||||||||||||||||
product | ProductType | ||||||||||||||||||||||||||
product_info | ProductInfoType | ||||||||||||||||||||||||||
exchange_items | ReturnExchangeItemTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
returned_line_items | ReturnedLineItemTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
row_id | BigInt | ||||||||||||||||||||||||||
return | ReturnType | ||||||||||||||||||||||||||
Implements
Referenced By
- ProductReturnDetail Type
- ReturnExchangeItemType Type
- ReturnItemTypeCountableEdge Type
- ReturnedLineItemType Type
Example
{
"id": "abc123",
"account_id": 987,
"return_id": 987,
"line_item_id": 1.0,
"product_id": 987,
"quantity": 987,
"quantity_received": 987,
"condition": "abc123",
"restock": 987,
"warehouse": "abc123",
"is_component": 987,
"created_at": "abc123",
"updated_at": "abc123",
"warehouse_id": 987,
"bin_id": 987,
"type": "abc123",
"reason": "abc123",
"line_item": LineItem,
"bin": BinType,
"return_warehouse": WarehouseType,
"product": ProductType,
"product_info": ProductInfoType,
"exchange_items": ReturnExchangeItemTypeCountableConnection,
"returned_line_items": ReturnedLineItemTypeCountableConnection,
"row_id": "abc123",
"return": ReturnType
}