When creating the sales order using REST API {POST...
# suitetalkapi
c
When creating the sales order using REST API {POST /salesOrder} the following error is throws { "detail": "Error while accessing a resource. You have entered an Invalid Field Value 1249 for the following field: shipmethod.", "o:errorCode": "USER_ERROR" } I have verified the shipping method list and seems that shipping method having internal id 1249 is active and available for the subsidiary Please share if anyone have a workaround for the same Thank you
b
general debugging technique for seeing if a value is valid is to create the sales order in the ui using the same values as your request
generally webservices follow the same rules as the ui