Attach a point of sale to the connected user
PATCH
/platform/me/point-of-sale/{pointOfSale}
curl \
--request PATCH 'https://domain.tld/api/v2/platform/me/point-of-sale/{pointOfSale}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"message": "Point of sale attached successfully"
}