Overview
Error Handling

Methods

API Documentation (API Version bleed)

Order/

DESCRIPTION

details

URL:

https://api.liquidweb.com/bleed/Order/details

Description:

Parameters:

ParameterTypeNotes
alsowithA single word, consisting of only letters, digits, and underscores.
order_idA valid id number (a positive integer).* Required

Returns:

FieldType
order_dateA valid date and time in YYYY-MM-DD HH:MM:SS format.
order_idA valid id number (a positive integer).
statusA single word, consisting of only letters, digits, and underscores.

Possible Errors:

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

list

URL:

https://api.liquidweb.com/bleed/Order/list

Description:

Parameters:

ParameterTypeNotes
alsowithA single word, consisting of only letters, digits, and underscores.
auto_createdA standardized search for a boolean value (0 or 1).* Optional
  • Defaults to: 0
order_byAn associative array containing the fields:* Optional
  • Defaults to: HASH(0x627c880)
 
fieldOne of: 'order_date', 'status'* Required
sortOne of: 'asc', 'desc'* Required
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
 
order_dateA valid date and time in YYYY-MM-DD HH:MM:SS format.
order_idA valid id number (a positive integer).
statusA single word, consisting of only letters, digits, and underscores.
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