Schema Documentation
ProductWithPricing
Description
Products with pricing.
Fields
Field Name | Description |
---|---|
databaseId - Int! | Product or variation ID |
id - ID! | Product or variation global ID |
price - String | Product's active price |
Arguments
| |
regularPrice - String | Product's regular price |
Arguments
| |
salePrice - String | Product's sale price |
Arguments
| |
taxClass - TaxClassEnum | Tax class |
taxStatus - TaxStatusEnum | Tax status |
Example
{"databaseId":123,"id":4,"price":"xyz789","regularPrice":"abc123","salePrice":"xyz789","taxClass":"INHERIT_CART","taxStatus":"NONE"}