You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commerce/docs/products/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ Retrieve standardized data from linked commerce platforms.
6
6
7
7
### Available Operations
8
8
9
-
*[list_product_categories](#list_product_categories) - List product categories
10
-
*[list_products](#list_products) - List products
9
+
*[list](#list) - List products
10
+
*[list_categories](#list_categories) - List product categories
11
11
12
-
## list_product_categories
12
+
## list
13
13
14
-
Product categories are used to classify a group of products together, either by type (eg "Furniture"), or sometimes by tax profile.
14
+
The Products data type provides the company's product inventory, and includes the price and quantity of all products, and product variants, available for sale.
15
15
16
16
### Example Usage
17
17
@@ -26,7 +26,7 @@ s = codatcommerce.CodatCommerce(
The Products data type provides the company's product inventory, and includes the price and quantity of all products, and product variants, available for sale.
46
+
Product categories are used to classify a group of products together, either by type (eg "Furniture"), or sometimes by tax profile.
47
47
48
48
### Example Usage
49
49
@@ -58,7 +58,7 @@ s = codatcommerce.CodatCommerce(
0 commit comments