1. Home
  2. Knowledge Base
  3. REST API
  4. Catalog
  5. Get Customized Catalog Export Template

Get Customized Catalog Export Template

Overview

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

  • Be 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 for such endpoint for TT server is https://tt.api.sellercloud.com/rest/api/Catalog/Exports/Custom/Templates/{id}

Request

  • Method Type: HttpGet
  • Authorization: Use Bearer Token + token received from token authentication
  • Header info: Content-Type: application/json

Response

  • If user is authenticated then response will be Status Code 200 => OK.
    The response model contain the template ID, template name and a collection of the column names which will be exported when using this template.
    The “Key” and “DisplayName” fields of the collection of Template Columns are needed to perform the export.
  • If user is not authenticated, then response will be Status Code 401 => Not Valid Token
  • On server response => Status Code 500 => Internal Server Error

Was this article helpful?

Next
Get Single Customer