Skipit Label API (0.0.1)

Download OpenAPI specification:

API for creating shipping labels via Skipit service

Labels

Create a shipping label

Creates a shipping label with the provided details

Request Body schema: application/json
required
tenantId
required
string
orderNumber
required
string
shipDate
required
string
ref1
string
ref2
string
ref3
string
ref4
string
udf4
string
udf7
string
required
Array of objects non-empty
required
Array of objects
termsOfSale
string
serviceCode
string
terms
string
freightAccount
string
required
object
required
object

Responses

Request samples

Content type
application/json
{
  • "tenantId": "string",
  • "orderNumber": "string",
  • "shipDate": "string",
  • "ref1": "string",
  • "ref2": "string",
  • "ref3": "string",
  • "ref4": "string",
  • "udf4": "string",
  • "udf7": "string",
  • "packages": [
    ],
  • "intlCommodities": [
    ],
  • "termsOfSale": "string",
  • "serviceCode": "string",
  • "terms": "string",
  • "freightAccount": "string",
  • "shipToAddress": {
    },
  • "billToAddress": {
    }
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "orderNumber": "string",
  • "shipDate": "string",
  • "packages": [
    ],
  • "totalWeight": 0,
  • "shipTo": {
    },
  • "shipFrom": {
    },
  • "origin": {
    },
  • "masterTrackingNumber": "string",
  • "totalCharge": 0,
  • "listTotalCharge": 0,
  • "markupTotalCharge": 0,
  • "labelType": "string",
  • "serviceCode": "string",
  • "processDate": "string",
  • "terms": "string",
  • "totalPackageCount": 0,
  • "freightAccount": "string",
  • "returnFreightAccount": "string",
  • "carrierName": "string"
}

Cancel a shipping label

Cancels a previously created shipping label

Request Body schema: application/json
required
tenantId
required
string
orderNumer
required
string

Responses

Request samples

Content type
application/json
{
  • "tenantId": "string",
  • "orderNumer": "string"
}