/
EK
ekm
/
EKM Partner API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 16h ago
Details
Filter operations
Categories
11
Currency
1
CustomerAddresses
6
Customers
6
Domains
1
Orders
4
get
Get a single Order by Id
get
Get a paginated set of orders
put
Updates the status of a chosen order
get
Searches orders based on search criteria
OrderStatuses
1
Plans
3
ProductAttributeItems
5
ProductAttributes
5
ProductOptionItems
3
ProductOptions
5
Products
10
ProductStock
2
ProductVariants
9
ProductVariantStock
2
ShopInformation
1
Tax
8
WebPageGroups
5
WebPages
5
Orders
Get a paginated set of orders
get
/api/v1/orders
Query parameters
page
integer
Page number to display
limit
integer
Items per page (maximum 20)
Response
A page of orders
TempestResponseListV1Order
required
meta
object
nullable
links
TempestLink[]
nullable
validation_result
TempestValidationError[]
nullable
errors
object
nullable
data
V1Order[]
nullable
Changes