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