curl --request POST \
--url https://api.example.com/api/storefront/customer/me/agent-consent/{user_code}/deny \
--header 'X-Site-ID: <x-site-id>'{
"code_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>"
}Customer denies the consent request.
Terminal — re-deny returns 409. Code can never be re-approved.
curl --request POST \
--url https://api.example.com/api/storefront/customer/me/agent-consent/{user_code}/deny \
--header 'X-Site-ID: <x-site-id>'{
"code_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt
Use this file to discover all available pages before exploring further.