StorePrinter

StorePrinter

List printers for store

get
/tenants/{tenantUid}/stores/{storeUid}/printers

List printers for store

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Query parameters
pageSizeintegerOptional

The number of items per page in a result set.

pageNumberintegerOptional

Reference to a specific page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

Example response

application/json
get
/tenants/{tenantUid}/stores/{storeUid}/printers
200

Example response

Assign printer to store and add an event type

post
/tenants/{tenantUid}/stores/{storeUid}/printers

Assign an event type to a printer and store

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
printerUidstringRequiredPattern: ^[A-Za-z0-9-_]+
eventTypestring · enumRequiredPossible values:
storePrinterUidstringOptionalPattern: ^[A-Za-z0-9-_]+
Responses
post
/tenants/{tenantUid}/stores/{storeUid}/printers
201

Example response

Get Store Printer Details

get
/tenants/{tenantUid}/stores/{storeUid}/printers/{storePrinterUid}

Get Store Printer Details

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
storePrinterUidstringRequired

Reference to a storePrinterUid

Responses
200

Example response

application/json
get
/tenants/{tenantUid}/stores/{storeUid}/printers/{storePrinterUid}
200

Example response

Update Store Printer Details

put
/tenants/{tenantUid}/stores/{storeUid}/printers/{storePrinterUid}

Update Store Printer Details

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
storePrinterUidstringRequired

Reference to a storePrinterUid

Body
printerUidstringOptionalPattern: ^[A-Za-z0-9-_]+
eventTypestring · enumOptionalPossible values:
Responses
200

Example response

application/json
put
/tenants/{tenantUid}/stores/{storeUid}/printers/{storePrinterUid}
200

Example response

Delete Store Printer Details

delete
/tenants/{tenantUid}/stores/{storeUid}/printers/{storePrinterUid}

Delete Store Printer Details

Authorizations
AuthorizationstringRequired

Access token recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
storePrinterUidstringRequired

Reference to a storePrinterUid

Responses
delete
/tenants/{tenantUid}/stores/{storeUid}/printers/{storePrinterUid}
204

No Content

No content

Last updated