Schema Documentation

ProductWithDimensions

Description

A physical product.

Fields
Field NameDescription
databaseId - Int! Product or variation ID
height - String Product's height
id - ID! Product or variation global ID
length - String Product's length
shippingClassId - Int shipping class ID
shippingRequired - Boolean Does product need to be shipped?
shippingTaxable - Boolean Is product shipping taxable?
weight - String Product's weight
width - String Product's width
Example
{"databaseId":987,"height":"abc123","id":"4","length":"abc123","shippingClassId":987,"shippingRequired":false,"shippingTaxable":false,"weight":"xyz789","width":"abc123"}