ACP Routing Options
ACP lets you control where orders are routed using therouting object on the request.
Control fulfillment, ERP, and record creation behavior.
routing object on the request.
{
"routing": {
"sendToFulfillment": true,
"sendToErp": true,
"createInStateset": true
}
}
{
"routing": {
"sendToFulfillment": true,
"sendToErp": false,
"createInStateset": true
}
}
{
"routing": {
"sendToFulfillment": false,
"sendToErp": false,
"createInStateset": true
}
}
{
"routing": {
"fulfillmentProvider": "dcl",
"dclLocation": "LA"
}
}