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, $code: String) {
product (id: $id, code: $code) {
code
createdAt
description
everythingInPlus
id
internalNotes
name
plansToDisplay
platformId
productCategoryId
showProductNameOnLineItem
updatedAt
}
}Arguments
Name
Type
Description
id
ID
code
String
Response
Last updated
Was this helpful?
