# 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:
- Be an authenticated user  
For information on how you can authenticate, see: [Authentication](#). 
As soon as you do authentication and receive a valid token, it…

### Retrieve Metadata for Predefined Custom Export Template
In order to retrieve metadata for a predefined custom export template, you must:
- Be an authenticated user  
For information on how you can authenticate, see: [Authentication](#). 
As soon as you do authentication and receive a valid token, it needs to be passed on the call to the server.  
**Endpoint Example:**

### 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:
- Be an authenticated user  
For information on how you can authenticate, see: [Authentication](#).

### 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:
- Be an authenticated user  
Information on how you can authenticate: [Authentication](#). 
As soon as you authenticate and receive a valid token, it needs to be passed on the call for getting inventory. The user can provide page number and page size, filtering,…

### Retrieve Metadata for Existing Purchase Orders
In order to retrieve metadata for existing purchase orders, you must:
- Be an authenticated user  
Information on how you can authenticate: [Authentication](#). 
As soon as you do authentication and receive a valid token, it needs to be passed on the call for getting purchase orders. You can do additional filtering…

### Retrieve Metadata of a Purchase Order
In order to retrieve metadata of a purchase order, you must:
- Be an authenticated user  
Information on how you can authenticate: [Authentication](#). 
As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single purchase order. Have valid ID of…

### Retrieve Metadata of Existing Inventory
In order to retrieve metadata of an existing inventory, you must:
- Be an authenticated user  
Information on how you can authenticate: [Authentication](#). 
As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single inventory. Have valid ID of an…

### Delete Existing Order
In order to delete an existing order, you must:
- Be an authenticated user  
Information on how you can authenticate can take from: [Authentication](#). 
As soon as you do authentication and receive a valid token, it needs to be passed on the call for deleting an order. Have valid ID of an existing order…

### 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…
