Available Admin API calls
Learn about the available Admin API calls.
The following tables list the available Admin API calls.
Customer management
Path | Details |
---|---|
| Actions: GET Mode: Sync |
| Actions: POST Mode: Sync |
File management
Path | Details |
---|---|
| Action: GET Mode: Sync |
Order management
Path | Details |
---|---|
| Action: GET Mode: Sync |
| Action: GET Mode: Sync |
| Action: GET Mode: Sync |
Refund management
Path | Details |
---|---|
| |
| Action: GET Mode: Sync |
|
Subscription management
Path | Details |
---|---|
| Action: GET Mode: Sync |
| Action: GET Mode: Sync |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: GET Mode: Sync |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: GET Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
| Action: POST Mode: Async |
Site management
Path | Details |
---|---|
| |
|
Product management
Note that the products
in the URL path represent the current product administrator session and the calls that you make to manage products on your online store.
Path | Details |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Each paired request below performs the same task:
GET /v1/products/product/variations/{productId or ERID}
andGET /v1/products/{productId or ERID}/variations/{productVariationId or variationERID}
POST /v1/products/product/variations/{productVariationId or variationERID}
andPOST /v1/products/{productId or ERID}/variations/{productVariationId or variationERID}
DEL /v1/products/product/variations/{productVariatinId or variatinERID}
andDEL /v1/products/{productId or ERID}/variations/{productVariationId or variationERID}
GET /v1/products/{productId or ERID}/locales/{locale} GET /v1/products/{productId or ERID}/variation/{productVariationId or variationERID}/locales/{locale}
Last updated