Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/commerce/abandoned-carts/{cartID}/remind

POST/v1/commerce/abandoned-carts/{cartID}/remind
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
cartIDstringrequired
Request body
requiredapplication/json
customer_phonestringrequired
Responses
201Created
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/commerce/abandoned-carts/string/remind" \
  -H "Content-Type: application/json" \
  -d '{
  "customer_phone": "string"
}'
Response
Created