getRecalculatedOrderContainer


SoftLayer_Billing_Order_Cart::getRecalculatedOrderContainer

Retrieve order container from a saved cart

Description

This method allows the customer to retrieve a saved cart and put it in a format that’s suitable to be sent to SoftLayer_Billing_Order_Cart::createCart to create a new cart or to SoftLayer_Billing_Order_Cart::updateCart to update an existing cart.

Parameters

Name Type Description
orderData SoftLayer_Container_Product_Order Details for an order
orderBeingPlacedFlag boolean Determines if an order is actually being placed

Required Headers

Optional Headers

  • None

Return Values

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'