Download Shipping Label - Sellercloud API Docs

Overview

In order to download an RMA shipping label, you can consume the endpoint presented in this article. In order to consume it, you must:

Endpoint

Example for such endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/Rma/{id}/ShippingLabels/{labelId}

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Rma/{id}/ShippingLabels/{labelId}

Request

Parameter Data Type Description Is Required
id integer ID of existing Rma Yes
labelId integer Shipping label id Yes

Example: https://tt.api.sellercloud.com/rest/api/Rma/{id}/ShippingLabels/{labelId}

Response

The response content must be decoded from base-64 and an array of bytes can be used to save and open the file. The name of the file and its extension are stored in the content header.