object ReturnExchangeItemType

Fields

FieldTypeDescription
idID!

The ID of the object

return_exchange_idInt!
return_item_idInt!
account_idInt!
warehouse_idInt!
skuString!
quantityInt!
return_exchangeReturnExchangeType
return_itemReturnItemType
productProductType
row_idBigInt

Implements

Node

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"
}