Logo
Commerce Layer Logo

Commerce Layer APIs

Commerce Layer is an API-first commerce platform that lets you easily add enterprise-grade e-commerce to any website, by using the headless CMS, static site generator, and tools you already master and love

Commerce Layer APIs

Account Request URL

https://dashboard.commercelayer.io/sign_in?_gl=1*11wf8b4*_ga*MTg5MTcwNjA2NC4xNzExNDM2Njc3*_ga_SELDWRYWGY*MTcxMTQzNjY3Ni4xLjAuMTcxMTQzNjY3Ni42MC4wLjA.*_gcl_au*ODM0OTk4NDQwLjE3MTE0MzY2Nzc.

Base Endpoint

https://dashboard.commercelayer.io/sign_up

Products

Get a single product.

GET

/products/{product_id}

product_id

Products

List all products.

GET

/products

page, per_page, sort, filter, includes

Products

Create a new product.

POST

/products

product

Products

Update a product.

PUT

/products/{product_id}

product_id, product

Products

Delete a product.

DELETE

/products/{product_id}

product_id

Images

Get a single image.

GET

/images/{image_id}

image_id

Images

List all images.

GET

/images

page, per_page, sort, filter, includes

Images

Create a new image.

POST

/images

image

Images

Update an image.

PUT

/images/{image_id}

image_id, image

Images

Delete an image.

DELETE

/images/{image_id}

image_id

Variants

Get a single variant.

GET

/variants/{variant_id}

variant_id

Variants

List all variants.

GET

/variants

page, per_page, sort, filter, includes

Variants

Create a new variant.

POST

/variants

variant

Variants

Update a variant.

PUT

/variants/{variant_id}

variant_id, variant

Variants

Delete a variant.

DELETE

/variants/{variant_id}

variant_id

Customers

Get a single customer.

GET

/customers/{customer_id}

customer_id

Customers

List all customers.

GET

/customers

page, per_page, sort, filter, includes

Customers

Create a new customer.

POST

/customers

customer

Customers

Update a customer.

PUT

/customers/{customer_id}

customer_id, customer

Customers

Delete a customer.

DELETE

/customers/{customer_id}

customer_id

Orders

Get a single order.

GET

/orders/{order_id}

order_id

Orders

List all orders.

GET

/orders

page, per_page, sort, filter, includes

Orders

Create a new order.

POST

/orders

order

Orders

Update an order.

PUT

/orders/{order_id}

order_id, order

Orders

Delete an order.

DELETE

/orders/{order_id}

order_id

Line Items

Get a single line item.

GET

/line_items/{line_item_id}

line_item_id

Line Items

List all line items.

GET

/line_items

page, per_page, sort, filter, includes

Line Items

Create a new line item.

POST

/line_items

line_item

Line Items

Update a line item.

PUT

/line_items/{line_item_id}

line_item_id, line_item

Line Items

Delete a line item.

DELETE

/line_items/{line_item_id}

line_item_id

Addresses

Get a single address.

GET

/addresses/{address_id}

address_id

Addresses

List all addresses.

GET

/addresses

page, per_page, sort, filter, includes

Addresses

Create a new address.

POST

/addresses

address

Addresses

Update an address.

PUT

/addresses/{address_id}

address_id, address

Addresses

Delete an address.

DELETE

/addresses/{address_id}

address_id

Shipments

Get a single shipment.

GET

/shipments/{shipment_id}

shipment_id

Shipments

List all shipments.

GET

/shipments

page, per_page, sort, filter, includes

Shipments

Create a new shipment.

POST

/shipments

shipment

Shipments

Update a shipment.

PUT

/shipments/{shipment_id}

shipment_id, shipment

Shipments

Delete a shipment.

DELETE

/shipments/{shipment_id}

shipment_id

Details

Provider

Country HQ

IT

API Type

REST

Categories

Ecommerce
API First
Jamstack

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

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.

ApiRefs Logo