Hello,
I’m trying to create an order using the sandbox API, but I am receiving this error:
{
"errors": [
{
"message": "Couldn't find any business relationship with a SF warehouse",
"operation": "order_create",
"field": "order_create",
"request_id": "62376a190a51cfb16a9d33ef",
"code": 5
}
],
"data": {
"order_create": null
}
}
How can I create a business relationship with a SF warehouse?
Thanks