cURL
curl --request POST \ --url https://app.getswipe.in/api/partner/v2/product/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "item_mapping": [ { "item_id": "<string>", "swipe_id": "1", "force_update": true } ] } '
{ "success": true, "message": "Message", "error_code": "", "errors": {}, "data": { "message": "No data found!" } }
Bearer authentication header of the form Bearer , where is your auth token.
Show child attributes
Item ID
Swipe ID
"1"
Updates even if the item id is already mapped with other swipe id, no item details will be updated
true
Updated successfully
Success flag
Response message
"Message"
Error Code
""
Errors
"No data found!"