Overview
Error Handling

Methods

API Documentation (API Version bleed)

Product/Series/

DESCRIPTION

This section of the API handles product series operations

list

URL:

https://api.liquidweb.com/bleed/Product/Series/list

Description:

This method can be used to list product series.

Parameters:

ParameterTypeNotes
descriptionA string permitting tabs, carriage returns and newlines
display_orderA positive integer value (i.e. 1 and up).
order_byAn associative array containing the fields:
 
fieldOne of: 'description', 'display_order', 'id'* Required
sortOne of: 'asc', 'desc'* Optional
  • Defaults to: desc
page_numA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 1
page_sizeA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 25

Returns:

FieldType
item_countA non-negative integer value (i.e. 0 and up).
item_totalA non-negative integer value (i.e. 0 and up).
itemsAn array of associative arrays containing
 
descriptionA string permitting tabs, carriage returns and newlines
display_orderA positive integer value (i.e. 1 and up).* Optional
idA positive integer value (i.e. 1 and up).
page_numA positive integer value (i.e. 1 and up).
page_sizeA positive integer value (i.e. 1 and up).
page_totalA positive integer value (i.e. 1 and up).

Possible Errors:

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