Discussions
orders/new on staging
over 8 years ago by amol
Please help on this. is any key generation is require Or I am doing something wrong.
URL : http://staging-apigateway.snapdeal.com/seller-api/orders/new
Method : post
Header :
content-type: application/json
X-Seller-AuthZ-Token: my_X-Seller-AuthZ-Token
x-auth-token: my_x-auth-token
Payload:
{
"fModes":"VENDOR_SELF,ONESHIP,OCPLUS,DROPSHIP,FC_VOI"
}
Responce :
{"rootcause":"AUTHORIZATION_FAILED","errormsg":"User not authorized to access service","errorcode":1201}