SKU
Comma-separated list of SKU Codes.
200 OK
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
GET /api/sku HTTP/1.1
Host: demo.busroot.com
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "isSuccess": true,
  "results": [
    {
      "code": "text",
      "name": "text",
      "cycleTime": null,
      "specifications": [
        {
          "name": "text",
          "value": "text"
        }
      ],
      "instructionsUrl": null,
      "lineSpeedTarget": null,
      "downtimeDurationThresholdMultiplier": null,
      "allowUseInQuickSchedule": null,
      "unitsPerMinute": null,
      "unitsPerHour": null,
      "batchSize": null,
      "value": null,
      "minimumCycleTime": null
    }
  ],
  "paging": {
    "totalElements": 1
  }
}^([a-zA-Z0-9.\\/-]+)$true200 OK
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
POST /api/sku HTTP/1.1
Host: demo.busroot.com
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 316
{
  "code": "text",
  "name": "text",
  "cycleTime": null,
  "specifications": [
    {
      "ANY_ADDITIONAL_PROPERTY": "text"
    }
  ],
  "instructionsUrl": null,
  "lineSpeedTarget": null,
  "downtimeDurationThresholdMultiplier": null,
  "allowUseInQuickSchedule": true,
  "unitsPerMinute": null,
  "unitsPerHour": null,
  "batchSize": null,
  "value": null,
  "minimumCycleTime": null
}{
  "isSuccess": true,
  "results": [
    {
      "code": "text",
      "name": "text",
      "specifications": null,
      "instructionsUrl": null,
      "accountId": "text",
      "downtimeDurationThresholdMultiplier": null,
      "allowUseInQuickSchedule": null,
      "cycleTime": null,
      "lineSpeedTarget": null,
      "unitsPerMinute": null,
      "unitsPerHour": null,
      "batchSize": null,
      "createdAt": null,
      "updatedAt": null,
      "value": null,
      "minimumCycleTime": null
    }
  ]
}^([a-zA-Z0-9.\\/-]+)$204 No Content
No content
Bad Request - The server could not process the request due to invalid input, missing required parameters, or malformed syntax.
Unauthorized - Authentication is missing or invalid. Ensure you provide a valid token or credentials to access this resource.
Forbidden - You are authenticated but do not have permission to perform this action. Contact the administrator if you believe this is an error.
Conflict - The request could not be completed due to a conflict with the current state of the resource, such as a duplicate record or a versioning issue.
Internal Server Error - An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
DELETE /api/sku/{code} HTTP/1.1
Host: demo.busroot.com
X-API-KEY: YOUR_API_KEY
Accept: */*
No content