Create Sales order using API with supply order reference
Summary:
"We are receiving orders from CPQ to OM, and in some cases, users will manually decide in CPQ whether to 'buy' material from a supplier and have it delivered to the fulfillment warehouse, or to 'transfer' it from a remote warehouse to the fulfillment warehouse.
In such cases, we do not want GOP to determine whether it's a 'buy' or 'transfer'. Therefore, we want to first create the supply request (Buy or Transfer) and then use the salesOrdersForOrderHub API to pass the 'supply order reference' so that the supply request is associated with the sales order.
I am able to create the supply request using the supplyRequests API. However, when attempting to create the order (using the salesOrdersForOrderHub API) by passing the supplyOrderReference, it gives an error stating, 'The action "create" is not enabled.'