Add new return to store
POST {{baseUrl}}/returns
Service urls:
http://yourdomain.com/api/rest_admin/returns
OR
http://yourdomain.com/index.php?route=rest/return_admin/returns
Request Body
{"order_id"=>"<integer>", "firstname"=>"<string>", "lastname"=>"<string>", "email"=>"<string>", "telephone"=>"<string>", "product"=>"<string>", "model"=>"<string>", "customer_id"=>"<integer>", "product_id"=>"<integer>", "quantity"=>"<integer>", "return_reason_id"=>"<integer>", "return_action_id"=>"<integer>", "return_status_id"=>"<integer>", "opened"=>"<integer>", "comment"=>"<string>", "date_ordered"=>"<date>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}