📡Overall index of methods

GroupFunctionAPI endpoint

ACCOUNTS

Get accounts

GET /v2/accounts

Get marketplaces

GET /v2/accounts/{accountId}/marketplaces

Get price lists

GET /v2/accounts/{accountId}/pricelists

Get stores

GET /v2/accounts/{accountId}/stores

Get login token

GET /v2/accounts/{accountId}/logintoken

Update account tax rules

PUT /v2/accounts/{accountId}/taxrules

ORDERS

Introduction to orders

An introduction to orders

About payments

Notes about payments

About shopping cart orders

Notes about shopping cart orders

Get orders

GET /v2/orders

Get orders from a shopping cart (pack)

GET /v2/orders/pack

Get order documents

GET /v2/orders/{orderId}/documents

Get order shipping label

GET /v2/orders/{orderId}/shippinglabel

Update orders status

PUT /v2/orders

Mark orders as integrated

PUT /v2/orders/integrate

Attach document to an order

POST /v2/orders/{orderId}/documents

Split an order

POST /v2/orders/{orderId}/split

Send a message to a buyer

POST /v2/orders/{orderId}/messages

Create a new order

POST /v2/orders

Delete an order

DELETE /v2/orders

ORDER’S SHIPPING

Create a shipping packaging information to an order

POST /v2/orders/{orderId}/shipping/packaging

Get the shipping packaging information from an order

GET /v2/orders/{orderId}/shipping/packaging

GET scheduling information from an order

GET /v2/orders/{orderId}/shipping/scheduling

GET shiping transportation information from an order

GET /v2/orders/{orderId}/shipping/transportation

PRODUCTS

Get products data

GET /v2/products

Introduction to updating products

Introduction to updating products

Update products data

POST /v2/products

Update products fiscal information data

PUT /v2/products/fiscalInformation

Delete products from a price list

DELETE /v2/products/prices

PRODUCT LISTINGS

(PUBLICATIONS)

Get product listings

GET /v2/productlistings/search

Update product listings attributes

PUT /v2/productlistings

Set product listings status

PUT /v2/productlistings/update-status

Set product listings discounts

POST /v2/productlistings/discounts

Last updated