Overview
Error Handling

Methods

API Documentation (API Version bleed)

Order/

DESCRIPTION

details

URL:

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

Description:

Parameters:

ParameterTypeNotes
order_idA valid id number (a positive integer).* Required

Returns:

FieldTypeNotes
market_cart_uuidA valid UUID (Universally Unique IDentifier).* Optional
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
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(0x7082f90)
 
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
 
market_cart_uuidA valid UUID (Universally Unique IDentifier).* Optional
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