Skip to content

Commit dd96f5e

Browse files
authored
Use better API request example
1 parent ead6d90 commit dd96f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>CURL</h2>
2121
curl -XGET -v -H 'Accept: application/json'
2222
-H 'X-Auth-Client: {{client_id}}'
2323
-H 'X-Auth-Token: {{store.access_token}}'
24-
https://{{api_url}}/stores/{{store.store_hash}}/v2/products
24+
https://{{api_url}}/stores/{{store.store_hash}}/v3/catalog/products
2525
</pre>
2626

2727
<hr/>

0 commit comments

Comments
 (0)