Graphql fields and variables for the product query
Last updated 3 days ago
Was this helpful?
Scope required: product:read
For a complete list of possible response fields see the type.
query product ($id: ID) { product (id: $id) { code description everythingInPlus id internalNotes name plansToDisplay platformId productCategoryId showProductNameOnLineItem } }
id
ID