Get List of Package Types - Sellercloud API Docs

Get List of Package Types

Table of Contents

Overview

To get a list of existing Shipping Package Types, you can consume the endpoint presented in this article. To consume it, 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 service call.

Endpoint

Example for such an endpoint for XX server is:

https://xx.api.sellercloud.com/rest/api/Settings/ShippingPackageTypes

For your server, the endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Settings/ShippingPackageTypes

Request

Response

Response Body Format

[
  {
    "Key": "string",
    "Value": "string"
  }
]