Sign in

Update store

documented

Update your store's information.

PUT /v1/store.jsonStoreno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.storenvy.com/v1/store.json?access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"name": "{{$store_name}}", "description": "{{$store_description}}", "layout_css": "{{$layout_css}}", "theme": "{{$theme}}"}'
Update store · Storenvy · OpenIntegrations