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

Commit 13bac44

Browse files
formatting and grammer changes
1 parent df47810 commit 13bac44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/guides/v2.3/rest/tutorials/configurable-product/create-configurable-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Visibility | Code
2626
`Not Visible Individually` | 1
2727
`Catalog` | 2
2828
`Search` | 3
29-
`Catalog,Search` | 4
29+
`Catalog, Search` | 4
3030

3131
{:.bs-callout-info}
3232
Before you using this code sample, verify that the attribute values are the same in your installation. See [Get the list of attributes defined in an attribute searchCriteria]({{ page.baseurl }}/rest/tutorials/configurable-product/plan-product.html#get-attributes) for more information.

src/guides/v2.3/rest/tutorials/configurable-product/plan-product.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ We'll make several calls to find the values needed to create the product
5353

5454
The sample data provides multiple attribute sets, including Default, Top, and Bottom. To assign the Top attribute set to the product, we need to know the corresponding `attribute_set_id`.
5555

56-
Use the following call to search for the attribute set named `Top` and entity_type_id equals to 4.
57-
By default, the `catalog_product` entity has the entity_type_id value as 4.
56+
Use the following call to search for the attribute set named `Top` and `entity_type_id` equals to `4`.
57+
By default, the `catalog_product` entity has the `entity_type_id` value as `4`.
5858

5959
**Endpoint:**
6060

@@ -158,7 +158,7 @@ GET <host>/rest/default/V1/products/attribute-sets/9/attributes
158158
]
159159
```
160160

161-
The response contains almost 3,000 lines and above is the little bit of response from the endpoint. The following table provides a summary of the attributes that are relevant in this tutorial.
161+
The response contains almost 3,000 lines and the above is a part of the response from the endpoint. The following table provides a summary of the attributes that are relevant in this tutorial.
162162

163163
Admin label | Selected value | Attribute ID | attribute_code | Attribute value
164164
--- | --- | --- | --- | ---

0 commit comments

Comments
 (0)