Account Request URL
-Base Endpoint
-
Product
Retrieve a product by its ID.
api/v1/products/{id}
id
Product
Retrieve all products.
api/v1/products
limit, page, sort
Product
Create a new product.
api/v1/products
name, description, sku, price, stock, images, categories, tags
Product
Update a product by its ID.
api/v1/products/{id}
name, description, sku, price, stock, images, categories, tags
Product
Partially update a product by its ID.
api/v1/products/{id}
name, description, sku, price, stock, images, categories, tags
Product
Delete a product by its ID.
api/v1/products/{id}
Category
Retrieve a category by its ID.
api/v1/categories/{id}
id
Category
Retrieve all categories.
api/v1/categories
limit, page, sort
Category
Create a new category.
api/v1/categories
name, description, image
Category
Update a category by its ID.
api/v1/categories/{id}
name, description, image
Category
Partially update a category by its ID.
api/v1/categories/{id}
name, description, image
Category
Delete a category by its ID.
api/v1/categories/{id}
Order
Retrieve an order by its ID.
api/v1/orders/{id}
id
Order
Retrieve all orders.
api/v1/orders
limit, page, sort
Order
Create a new order.
api/v1/orders
customer_id, products, shipping_address, billing_address, payment_method
Order
Update an order by its ID.
api/v1/orders/{id}
customer_id, products, shipping_address, billing_address, payment_method
Order
Partially update an order by its ID.
api/v1/orders/{id}
customer_id, products, shipping_address, billing_address, payment_method
Order
Delete an order by its ID.
api/v1/orders/{id}
Customer
Retrieve a customer by its ID.
api/v1/customers/{id}
id
Customer
Retrieve all customers.
api/v1/customers
limit, page, sort
Customer
Create a new customer.
api/v1/customers
name, email, password, phone, address
Customer
Update a customer by its ID.
api/v1/customers/{id}
name, email, password, phone, address
Customer
Partially update a customer by its ID.
api/v1/customers/{id}
name, email, password, phone, address
Customer
Delete a customer by its ID.
api/v1/customers/{id}
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.