/
EK
ekm
/
EKM Partner API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 1d ago
Details
Filter operations
Categories
11
Currency
1
CustomerAddresses
6
Customers
6
Domains
1
Orders
4
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
get
Get a web page
put
Update a specified web page
delete
Delete a web page by ID
get
Get a paginated set of web pages
post
Create a web page
WebPages
Update a specified web page
put
/api/v1/web_pages/{id}
Path parameters
id
integer
required
The web page ID
The web page ID
Request body
V1UpdateWebPage
required
id
integer
is_active
boolean
title
string
required
meta_description
string
nullable
meta_keywords
string
nullable
page_content
string
nullable
group_id
integer
nullable
order_by
integer
override_url
string
nullable
Response
The updated web page
TempestResponseV1WebPage
required
meta
object
nullable
links
TempestLink[]
nullable
validation_result
TempestValidationError[]
nullable
errors
object
nullable
data
V1WebPage
Changes