Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/settings/profiles \ --header 'x-access-token: <api-key>'
Retrieve the vendor’s storefront profile grouped by portal tabs
information
socialMedia
contactInfo
policies
vacation
others
{ "success": true, "data": { "information": { "description": "Handmade artisan products", "businessAddress": { "address1": "123 Main St", "city": "Austin", "state": "TX", "postalCode": "78701", "country": "US" } }, "socialMedia": { "instagram": "myshop", "website": "example.com" }, "contactInfo": { "email": "vendor@example.com", "phone": "+15555550123" }, "policies": { "shippingPolicy": "Ships in 2 business days", "returnsPolicy": "30-day return policy" }, "vacation": { "enabled": false }, "others": { "hasTax": true, "vendorTaxRate": 8.25 } } }
curl -X GET "https://staging-api.puppetvendors.com/settings/profiles" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?