Callback to update or create a full shopper account
Create or update a shopper account with profile information, payment and addresses. This is also known as the "upsert account" API, a combination of update and insert.
Header Parameters
X-Bolt-Hmac-Sha256*string
A Bolt-signed hash-based message authentication code (HMAC) to verify that the sender is Bolt.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/callbacks/accounts" \ -H "X-Bolt-Hmac-Sha256: string" \ -H "Content-Type: application/json" \ -d '{}'Empty