Commerce
payments, invoices & products api
It will add product from wishlist
cURL
curl --request POST \ --url https://services.leadconnectorhq.com/store/customer-access-center/wishlist/{productId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Successfully created" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product Id
"5e8c3f5a812e52f9bd6ec577"
Successful response
Status of api action
true
Success message
"Successfully created"
Was this page helpful?