SoftLayer_Billing_Order_Cart


SoftLayer_Billing_Order_Cart

Description

The SoftLayer_Billing_Order_Cart service allows customers to save their order in a state that can be continually modified. The difference between a cart and a quote is that a quote has locked-in prices while a cart does not. This allows customers to save their order configuration for up to 30 days. After 30 days, the cart is deleted and cannot be retrieved again.

Methods

claim

Claim an anonymous quote

createCart

Create a new cart from the order data provided

deleteCart

Delete an existing cart

deleteQuote

Delete the quote of an order

getAccount

A quote’s corresponding account.

getCartByCartKey

Retrieve a cart.

getDoNotContactFlag

Indicates whether the owner of the quote chosen to no longer be contacted.

getObject

Retrieve a SoftLayer_Billing_Order_Cart record.

getOrder

This order contains the records for which products were selected for this quote.

getOrdersFromQuote

These are all the orders that were created from this quote.

getPdf

Retrieve a PDF copy of the cart.

getQuoteByQuoteKey

Retrieve a SoftLayer_Billing_Order_Quote by the quote key specified.

getRecalculatedOrderContainer

Retrieve order container from a saved cart

placeOrder

Place an order

placeQuote

Saves changes to a quote

saveQuote

Save the quote of an order

updateCart

Update an existing cart with the modified order data

verifyOrder

Verify an order

withdrawGdprAcceptance

Withdraws the users acceptance of the GDPR terms.