Permissions

Permissions are managed through tokens. There are two main token types available for use within your project.

pageClient credential tokenpageImplicit token

Customer tokens can be used with an Implicit Bearer token to manage user interfaces that involved sensitive data the user may need to access or modify such as reading orders, addresses and customer details.

pageCustomer Tokens

Breakdown of access

A breakdown of the access given by the token can be seen in the following table.

Endpoint

Read access

Write access

/brands

/carts

/categories

/checkout

/collections

/currencies

/customers

/customers/addresses

/files

/flows

/integrations

/orders

/payment-gateways

/products

/variations

/promotions

/settings

/jobs

Last updated