|
Module
|
Action
|
Description
|
|
Address
|
Create Address
|
To create a new customer address
|
|
|
Get All Addresses
|
To get a list of all customer addresses
|
|
|
Get Address
|
To get details of a specific address
|
|
|
Update Address
|
To update details of an existing customer address
|
|
Coupon
|
Create Coupon
|
To create a new coupon
|
|
|
Get All Coupons
|
To get a list of all coupons in the store
|
|
|
Get Coupon
|
To get details of a specific coupon
|
|
|
Update Coupon
|
To update details of an existing coupon
|
|
Customer
|
Create Customer
|
To create new customers
|
|
|
Get Customer
|
To get details of a specific customer
|
|
|
Get All Customers
|
To get a list of all customers
|
|
|
Update Customer
|
To update details of an existing customer
|
|
Order
|
Create Order
|
To create a new order
|
|
|
Get Order
|
To get details of a specific order
|
|
|
Get All Orders
|
To get an array of orders in the store organized by order status
|
|
|
Update Order
|
To update details of an existing order
|