# Overview

This endpoint is for importing catalog-related data into Sellercloud via the Rest API. Our REST API provides a host of options that are designed to simplify your data import process. Our REST API allows you to do many of the same kinds of imports as the Import Catalog Info.

# Overview

In order to perform a basic type of catalog data export, 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:**

# Overview

Endpoint is used for updating the value of the user-defined PO column. In order to do that you must:
- Be an authenticated user  
For information on how you can authenticate, see: Authentication.  
**Endpoint Example** for such an endpoint for TT server is:  
`https://tt.api.sellercloud.com/api/PurchaseOrders/{id}/CustomColumns`  
For your server endpoint will be:  
`https://{your_server_id}.api.sellercloud.com/api/PurchaseOrders/{id}/CustomColumns`  
**Request Method Type:** HttpPut

# Order Payment Status possible values

# Order Relationship Types possible values

# RMA Item Received Status possible values

# RMA Item Approval Status possible values

# RMA Item Return Resolution Type possible values

# RMA Status possible values

# Overview

In order to set resolution for RMA items, you can consume the endpoint presented in this article. In order 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 needs to be passed on as per the instructions.
