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