Skip to main content
PATCH
Update a Replo project's settings. Switching checkoutProvider changes what the Checkout button does on every published site.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-09-08

Path Parameters

projectId
string<uuid>
required

Body

application/json
name
string
Required string length: 1 - 256
timeZone
string
Required string length: 1 - 64
currency
string

Currency

Pattern: ^[A-Z]{3}$
supportEmail
string<email> | null
checkoutProvider
enum<string>
Available options:
shopify,
replo

Response

Update a Replo project's settings. Switching checkoutProvider changes what the Checkout button does on every published site.

object
enum<string>
required
Available options:
project
id
string<uuid>
required
name
string | null
required
workspaceId
string<uuid>
required
timeZone
string | null
required
currency
string | null
required

Currency

Pattern: ^[A-Z]{3}$
supportEmail
string | null
required
checkoutProvider
enum<string> | null
required
Available options:
shopify,
replo,
null