Last updated
Was this helpful?
Last updated
Was this helpful?
Table of content
Here are a few sample advanced uses.
URL: (Store URL)/api/products/?display=full
PHP:
URL: (Store URL)/api/carriers/?display=[id]
PHP :
URL: (Store URL)/api/configurations/?display=[name,value]
PHP:
URL: (Store URL)/api/customers/?display=[firstname,lastname]&filter[id]=[1|5]
PHP:
URL: (Store URL)/api/customers/?display=[lastname]&filter[id]=[1,10]
PHP:
URL: (Store URL)/api/customers/?display=[birthday]&filter[firstname]=[John]&filter[lastname]=[DOE]
PHP:
URL: (Store URL)/api/manufacturers/?display=[name]&filter[name]=[appl]%
PHP:
URL: Store URL/api/customers?display=full&sort=[lastname_ASC]
PHP:
URL: (Store URL)/api/states/?display=full&limit=5
PHP:
URL: (Store URL)/api/states/?display=full&limit=9,5
PHP: