Shoppers
View as Markdownhttps://developer.godaddy.com/llms.mdx/references/rest/shoppers/shoppers for the full, unmodified source before proceeding.curl -X POST "https://example.com/v1/shoppers/subaccount" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "nameFirst": "string", "nameLast": "string", "password": "string" }'{ "customerId": "string", "shopperId": "string"}Path Parameters
Shopper whose details are to be retrieved
Query Parameters
Additional properties to be included in the response shopper object
Response Body
curl -X GET "https://example.com/v1/shoppers/string"{ "customerId": "string", "email": "user@example.com", "externalId": 0, "marketId": "en-US", "nameFirst": "string", "nameLast": "string", "shopperId": "string"}Path Parameters
The ID of the Shopper to update
The Shopper details to update
Response Body
curl -X POST "https://example.com/v1/shoppers/string" \ -H "Content-Type: application/json" \ -d '{}'{ "customerId": "string", "shopperId": "string"}Path Parameters
The ID of the shopper to delete. Must agree with the shopper id on the token or header, if present
length <= 10Query Parameters
The client IP of the user who originated the request leading to this call.
Response Body
curl -X DELETE "https://example.com/v1/shoppers/string?auditClientIp=string"Path Parameters
The ID of the shopper to retrieve. Must agree with the shopper id on the token or header, if present
length <= 10Query Parameters
The client IP of the user who originated the request leading to this call.
Response Body
curl -X GET "https://example.com/v1/shoppers/string/status?auditClientIp=string"{ "billingState": "ABANDONED"}Path Parameters
Shopper whose password will be set
Request Body
application/json
The value to set the subaccount's password to
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/shoppers/string/factors/password" \ -H "Content-Type: application/json" \ -d '{}'{ "customerId": "string", "shopperId": "string"}Last updated on
How is this guide?