Envie
ReferenceApi

Update shop settings

PATCH
/v1/shop/settings

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v1/shop/settings" \  -H "Content-Type: application/json" \  -d '{}'
{  "guestEnabled": true,  "shareEnabled": true,  "sharePath": "/pages/wishlist",  "metafieldSyncEnabled": false,  "klaviyoConfigured": false,  "strings": {},  "headlessOrigins": []}