Skip to main content

Create Store Override

POST 

/api/pdf-templates/:id/store-override

Creates a store-specific override from a global template. The override starts with the global template's content and can then be edited independently for that store.

Required scope: settings:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Personal Access Token (sent as a Bearer token) with the settings scope (write access).

Fields:

  • store_id (required): the store the override is created for.

A store can hold only one template per type, and a store copy is always made from the default template — not from another store's copy. Both are refused with a 422 rather than created.

Request

Responses

OK

Response Headers
    Content-Type