Discussions

Ask a Question
Back to all

orders/new on staging

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}