Overview
Error Handling

Methods

API Documentation (API Version bleed)

Product/Addon/

DESCRIPTION

This section of the API handles product addon operations

lookup

URL:

https://api.liquidweb.com/bleed/Product/Addon/lookup

Description:

This method can be used to lookup how the basket items on a provided basket, or subaccounts on the the account associated with the signed in user (if there is one), are related the provided addon product.

Parameters:

ParameterTypeNotes
basketA valid UUID (Universally Unique IDentifier).
product_codeA valid product code, at least 3 chars long, including at least one letter.* Required
source_categoriesAn array of a string permitting tabs, carriage returns and newlines

Returns:

FieldType
itemsAn array of associative arrays containing
 
entity_domainA fully-qualified domain name (i.e. liquidweb.com, www.liquidweb.com, etc)* Optional
entity_idEither: a six-character identifier, containing only capital letters and digits.; or a valid UUID (Universally Unique IDentifier).
entity_typeA single word, consisting of only letters, digits, and underscores.
statusA single word, consisting of only letters and digits.

Possible Errors:

Refer to the Error Handling documentation for the list of exception types