product
query
Get product by ID
Retrieves the full details of a single product, including pricing, taxes, categories, suppliers, warehouse stock levels, identifications (EAN, ISBN, etc.), and custom fields.
query {
product(companyId: Int!, productId: Int!): Product!
}Returns: Product!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
productId | Int! |