PULSAR

Add Sku To Current Shift

Add SKU to current shift.

Authorization

bearerAuth bot
Authorization<token>

In: header

Scope: bot

Path Parameters

machineId*number

The machine's ID.

Formatdouble

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Try it live
POST
/v1/internal/realtime/{machineId}/sku

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X POST "https://example.com/v1/internal/realtime/0.1/sku" \  -H "Content-Type: application/json" \  -d '{}'
Empty