We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3248024 commit 77ad158Copy full SHA for 77ad158
README.md
@@ -81,7 +81,7 @@ Test the API using Postman, cURL or your preferred HTTP client.
81
{
82
"name": "name",
83
"categories": [(category ids)] //optional
84
- "products": [<subcategory ids>] // optional
+ "products": [<product ids>] // optional
85
}
86
```
87
@@ -90,7 +90,7 @@ Test the API using Postman, cURL or your preferred HTTP client.
90
91
92
"categories": [<category ids>] //optional
93
94
95
96
0 commit comments