GET PRODUCT QUERY
n8n-nodes-semble / nodes/Semble/shared/ProductQueries / GET_PRODUCT_QUERY
Variable: GET_PRODUCT_QUERY¶
const
GET_PRODUCT_QUERY: "\n query GetProduct($id: ID!) {\n product(id: $id) {\n \n id\n status\n productType\n labels {\n id\n }\n itemCode\n name\n serialNumber\n tax {\n taxName\n taxRate\n taxCode\n }\n stockLevel\n price\n cost\n supplierName\n supplierDisplayName\n comments\n appointments {\n id\n }\n isBookable\n duration\n color\n isVideoConsultation\n requiresPayment\n requiresConfirmation\n createdAt\n updatedAt\n\n }\n }\n"
Defined in: nodes/Semble/shared/ProductQueries.ts:50
GraphQL query for getting a single product by ID