object ProductCaseType

Fields

FieldTypeDescription
idInt
product_caseProductType
ArgumentTypeRequiredDefaultDescription
warehouse_idIntNonull
product_case_infoProductInfoType

This product case's Product info.

productProductType
ArgumentTypeRequiredDefaultDescription
warehouse_idIntNonull
product_infoProductInfoType

This product case's content's Product info.

each_infoProductInfoType

This product case's eaches' Product info. Will differ from product_info if this is a case of cases.

quantityInt

Units of product_info contained in this UOM

statsProductCaseEachesStatsType
ArgumentTypeRequiredDefaultDescription
warehouse_idIntNonull
container_typeString
container_skuString
content_skuString
each_skuString
each_qtyInt

Referenced By

Example

{
  "id": 987,
  "product_case": ProductType,
  "product_case_info": ProductInfoType,
  "product": ProductType,
  "product_info": ProductInfoType,
  "each_info": ProductInfoType,
  "quantity": 987,
  "stats": ProductCaseEachesStatsType,
  "container_type": "abc123",
  "container_sku": "abc123",
  "content_sku": "abc123",
  "each_sku": "abc123",
  "each_qty": 987
}