/
EK
ekm
/
EKM Partner API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 8h 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
get
Get a product
put
Update a Product
delete
Delete a Product
get
Get a paginated set of products
post
Add a Product
get
Searches products based on search criteria
post
Set a product to be managed by another category
delete
Stops a product from being managed by another category
get
Get a product's images
post
Assign an image by Url to a product
ProductStock
2
ProductVariants
9
ProductVariantStock
2
ShopInformation
1
Tax
8
WebPageGroups
5
WebPages
5
Products
Add a Product
Options and variants must be added separately
post
/api/v1/products
Request body
V1AddProduct
required
category_id
integer
nullable
name
string
required
description
string
nullable
short_description
string
nullable
number_in_stock
integer
price
number
double
rrp
number
double
product_code
string
nullable
charge_delivery
boolean
special_offer
boolean
brand
string
nullable
condition
string
nullable
gtin
string
nullable
mpn
string
nullable
product_weight
number
double
can_be_added_to_cart
boolean
tax_applicable
boolean
live
boolean
order_note
string
nullable
redirect_url
string
nullable
last_modified
string
date-time
meta_description
string
nullable
meta_keywords
string
nullable
meta_title
string
nullable
total_product_stock
integer
Response
The added Product
TempestResponseV1Product
required
meta
object
nullable
links
TempestLink[]
nullable
validation_result
TempestValidationError[]
nullable
errors
object
nullable
data
V1Product
Changes