GET
/
v1
/
metadata
/
{scope}
/
{id}
curl --request GET \
  --url https://api.quickbutik.com/v1/metadata/{scope}/{id} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

API key authentication using Basic Auth. Use your API key as both username and password. See the Authentication guide for complete setup instructions.

Path Parameters

scope
enum<string>
required

order|product|customer

Available options:
order,
product,
customer
id
string
required

Id of the selected scope. E.g when scope is "product" and id is 1, metadata for product with id 1 will be returned

Response

200
application/json

Metadata retrieved successfully

The response is of type object.