Get Order Documents - Sellercloud API Docs

Get Order Documents

Table of Contents

Overview

The endpoint that is presented in this article is used for getting order documents information.

In order to consume the endpoint you must:

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 to the call.

Endpoint

Example for such endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/Orders/{id}/Documents

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Orders/{id}/Documents

Request

Post Body:

Response

[
  {
    "ID": 0,
    "FileName": "string",
    "CreatedOn": "2022-10-20T08:32:56.717Z",
    "CreatedByID": 0,
    "CreatedByUserName": "string"
  }
]