"SoftLayer_" prefix removed for readability.
Retrieve order container from a saved cart
Name | Type | Description |
---|---|---|
orderData | SoftLayer_Container_Product_Order | Details for an order |
orderBeingPlacedFlag | boolean | Determines if an order is actually being placed |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Product_Order, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order_Cart/{SoftLayer_Billing_Order_CartID}/getRecalculatedOrderContainer'