Skip to content

account.create_complete

POST
/account_upsert

Create or update a shopper account with profile information, payment and addresses.

Header Parameters

X-Bolt-Hmac-Sha256?string

Bolt sends a signed HMAC for hook verification

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/account_upsert" \  -H "Content-Type: application/json" \  -d '{}'
Empty