Sellercloud Developer, Author at Sellercloud API Docs - Page 14 of 15

Overview

Retrieve Information for a Single Customer

In order to get information for a single customer, you can consume the endpoint presented in this article. To consume it, you must:

Retrieve Metadata for Predefined Custom Export Template

In order to retrieve metadata for a predefined custom export template, you must:

Get Metadata Necessary to Create a Custom Export

Get metadata necessary to create a custom export. Includes available file formats, names of previously created templates, available fields from which a custom export template can be configured. In order to get contextual data for the custom catalog exports, you must:

Mark Order as Shipped

This endpoint is used for marking an order as shipped by providing tracking and shipping information.

Retrieve Metadata for Existing Inventory

To retrieve metadata for existing inventory, you must:

Retrieve Metadata for Existing Purchase Orders

In order to retrieve metadata for existing purchase orders, you must:

Retrieve Metadata of a Purchase Order

In order to retrieve metadata of a purchase order, you must:

Retrieve Metadata of Existing Inventory

In order to retrieve metadata of an existing inventory, you must:

Delete Existing Order

In order to delete an existing order, you must:

Overview of SellerCloud REST API

SellerCloud has exposed a REST API that will help our clients in managing products, orders, warehouses, and more. The REST API uses Bearer authentication, which means that in each call a token must be provided in the Authentication header in the format Bearer {token}. User permissions for the REST…