Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

Flowbox

Flowbox

Delete Flowbox peripheral details

delete

Delete Flowbox peripheral

Authorizations
Path parameters
flowboxUidstringRequired

Reference to a Flowbox.

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

Reference to peripheral connected to a Flowbox.

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

Reference to a tenant.

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

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
Responses
204
No Content
delete
DELETE /v2/tenants/{tenantUid}/stores/{storeUid}/flowboxes/{flowboxUid}/peripherals/{flowboxPeripheralUid} HTTP/1.1
Host: api.flowretail.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
204

No Content

No content

Attach a new Flowbox to the store

post

Register a Flowbox with a store.

Authorizations
Path parameters
storeUidstringRequired

Reference to a Store.

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

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
activationCodestringOptional
Responses
200
Example response
application/json
Responseobject
post
POST /v2/tenants/{tenantUid}/stores/{storeUid}/flowboxes HTTP/1.1
Host: api.flowretail.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "activationCode": "text"
}
{}

Was this helpful?