Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 02c3ea9

Browse files
authored
GraphQL: Add staging attribute (#8280)
1 parent 96b19fa commit 02c3ea9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/guides/v2.4/graphql/interfaces/category-interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Attribute | Type | Description
2727
`position` | Int | The position of the category relative to other categories at the same level in tree
2828
`product_count` | Int | The number of products in the category that are marked as visible. By default, in complex products, parent products are visible, but their child products are not
2929
`products(<attributes>)` | CategoryProducts | The list of products assigned to the category
30+
`staged` | Boolean! | Indicates whether the category is staged for a future campaign
3031
`updated_at` | String | Timestamp indicating when the category was updated
3132
`url_key` | String | The URL key assigned to the category
3233
`url_path` | String | The URL path assigned to the category

src/guides/v2.4/graphql/interfaces/product-interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Attribute | Data type | Description
6161
`special_from_date` | String | The beginning date that a product has a special price
6262
`special_price` | Float | The discounted price of the product
6363
`special_to_date` | String | The end date that a product has a special price
64+
`staged` | Boolean! | Indicates whether the product is staged for a future campaign
6465
`stock_status` | ProductStockStatus | The status of the stock. `ProductStockStatus` is an enumeration that can have the value of `IN_STOCK` or `OUT_OF_STOCK`. This attribute is defined in the `InventoryGraphQl` module.
6566
`swatch_image` | String | The file name of a swatch image. This attribute is defined in the `SwatchesGraphQl` module.
6667
`tax_class_id` | Int | An ID assigned to a tax class. This attribute is defined in the `TaxGraphQl` module.

0 commit comments

Comments
 (0)