Skip to main content

Associate App API (0)

Download OpenAPI specification:Download

BFF for the Associate App

List orders.

List orders.

Authorizations:
newStoreAccessToken

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination_info": {},
  • "field_ranges": {
    }
}

Get an order.

Get an order.

Authorizations:
newStoreAccessToken
path Parameters
id
required
string

A sales order ID.

Responses

Response samples

Content type
application/json
{
  • "customer_order": {
    }
}

Gets the configuration of the current user.

Gets the configuration of the current user.

Authorizations:
newStoreAccessToken
query Parameters
locale
string

A language-region pair in form of <2 letter language code name from ISO 639-1>-<2 letter country subdivision code from ISO 3166-2> identifier used to differentiate translated content in API responses.

Responses

Response samples

Content type
application/json
{
  • "associate": {
    },
  • "store": {
    },
  • "capabilities": {
    },
  • "printer_location": {
    },
  • "return_process_configuration": {
    },
  • "manager_approval_configuration": {
    },
  • "commerce_components": {
    },
  • "ui_configurations": {
    }
}

Sets the default printer location of the associate.

Sets the default printer location of the associate.

Authorizations:
newStoreAccessToken
Request Body schema: application/json
printer_location_id
required
string [ 1 .. 256 ] characters

Responses

Request samples

Content type
application/json
{
  • "printer_location_id": "d7afddc6-a03f-466f-97f5-bf22291a9244"
}

Response samples

Content type
application/json
{
  • "printer_location": {
    }
}

Retrieves the identity configuration of the tenant. It contains the information required to allow the Associate App to login the users.

Get identity configuration

Responses

Response samples

Content type
application/json
{
  • "config": {},
  • "provider": "keycloak"
}