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

Commit 2e093ff

Browse files
committed
entering edits from Kevin
1 parent 16ab5e2 commit 2e093ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/v2.3/graphql/reference/products.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Attribute | Data type | Description
174174
`custom_design_to` | String| The date at which a theme is no longer applied to the product page
175175
`custom_layout` | String | The name of a custom layout
176176
`custom_layout_update` | String | XML code that is applied as a layout update to the product page
177-
`description` | ComplexTextValue | Detailed information about the product. The value can include simple HTML tags
177+
`description` | ComplexTextValue | An object that contains detailed information about the product. The object can include simple HTML tags
178178
`gift_message_available` | String | Indicates whether a gift message is available
179179
`id` | Int | The ID number assigned to the product
180-
`image` | ProductImage | The URL and label for the main image on the product page
180+
`image` | ProductImage | An object that contains the URL and label for the main image on the product page
181181
`is_returnable` | String | Indicates whether the product can be returned. This attribute is defined in the Rma module.
182182
`manufacturer` | Int | A number representing the product's manufacturer
183183
`media_gallery_entries` | [MediaGalleryEntry] | An array of [MediaGalleryEntry](#MediaGalleryEntry) objects
@@ -192,16 +192,16 @@ Attribute | Data type | Description
192192
`page_layout` | String | The page layout of the product page. Values are `1column-center`, `2columns-left`, `2columns-right`, and `3columns`
193193
`price` | ProductPrices | The price of an item. A `ProductPrice` object is returned. See [ProductPrices](#ProductPrices) for more information.
194194
`product_links` | [ProductLinks] | An array of [ProductLinks](#ProductLinks) objects
195-
`short_description` | ComplexTextValue | A short description of the product. Its use depends on the store's theme. The value can include simple HTML tags
195+
`short_description` | ComplexTextValue | An object that contains a short description of the product. Its use depends on the store's theme. The object can include simple HTML tags
196196
`sku` | String | A number or code assigned to a product to identify the product, options, price, and manufacturer
197-
`small_image` | ProductImage | The URL and label for the small image used on catalog pages
197+
`small_image` | ProductImage | An object that contains the URL and label for the small image used on catalog pages
198198
`special_from_date` | String | The beginning date that a product has a special price
199199
`special_price` | Float | The discounted price of the product
200200
`special_to_date` | String | The end date that a product has a special price
201201
`stock_status` | ProductStockStatus | An enumeration describing the stock status of the product. Possible values are `IN_STOCK` and `OUT_OF_STOCK`.
202202
`swatch_image` | String | The file name of a swatch image. This attribute is defined in the Swatches module.
203203
`tax_class_id` | Int | An ID assigned to a tax class. This attribute is defined in the Tax module.
204-
`thumbnail` | ProductImage | The URL and label for the product's thumbnail image
204+
`thumbnail` | ProductImage | An object that contains the URL and label for the product's thumbnail image
205205
`tier_price` | Float | The price when tier pricing is in effect and the items purchased threshold has been reached
206206
`tier_prices` | [ProductTierPrices] | An array of [ProductTierPrices](#ProductTier) objects
207207
`type_id` | String | One of `simple`, `virtual`, `bundle`, `downloadable`,`grouped`, `configurable`

0 commit comments

Comments
 (0)