Skip to main content
POST
/
v1
/
metadata
/
{scope}
/
{id}
Create metadata
curl --request POST \
  --url https://api.quickbutik.com/v1/metadata/{scope}/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "topseller",
  "value": "yes"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

scope
enum<string>
required
Available options:
order,
product,
customer
id
string
required

Body

application/json
key
string
Example:
value
string
Example:

Response