getResellerOrder


SoftLayer_Product_Order::getResellerOrder

Get External Reseller pricing where applicable

Description

When the account is on an external reseller brand, this service will provide a SoftLayer_Product_Order with the the pricing adjusted by the external reseller.

Parameters

Name Type Description
orderContainer SoftLayer_Container_Product_Order

Required Headers

Optional Headers

  • None

Return Values

Error Handling

  • Throw the exception “Reseller pricing not supported” This account is not under a supported reseller.
  • Throw the exception “There was an issue getting the reseller pricing.” The reseller partner was unable to provide pricing.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Product_Order]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/getResellerOrder'