returns the items for a given class
Note: The previously existing input and/or output fields <client_item_id>, <client_item_id_out> and/or <filter_client_item_id> were removed from this API call in Release 47.
Req | Field Name | Field Type | Max Length | Description |
---|---|---|---|---|
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | |
filter_class_no | long | 22 | An item class number to use to filter results. |
Field Name | Field Type | Description |
---|---|---|
class_items | hash | |
![]() |
long | The inventory item number returned from the API query. |
![]() |
string | The label for the inventory item specified by item_no. |
![]() |
long | Aria-assigned unique service identifier |
![]() |
string | The description of the service specified by service_no |
![]() |
string | Client SKU of the NSO/Inventory item. |
![]() |
double | The price of the inventory item. |
![]() |
long | The plan number associated with the inventory item specified by item_no. |
![]() |
long | The months to stack for this item |
![]() |
string | The 3-character ISO-compliant currency code in lowercase for monetary values used in the context of this API method. |
![]() |
long | Inventory item class number |
![]() |
string | The inventory item class label describing the class specified by class_no. |
![]() |
double | The current stock-level of the item specified by item_no |
![]() |
long | An arbitrary value provided by the client to indicate user/buyer ratings for the specified item_no. |
![]() |
long | The number of ratings that have been tendeder regarding this item_no. |
![]() |
long | The number of user/buyer reviews for this item_no. |
![]() |
string | The URL to the inventory item image for this item_no. |
![]() |
string | Alternative text to display for the inventory item image if that image cannot be displayed or is not found. |
![]() |
string | A multidimensional array of client-defined Service ID for this plan. |
![]() |
string | client-defined item plan ID the item appears on |
error_code | long | Aria-assigned error identifier. 0 indicates no error. |
error_msg | string | Description of any error that occurred. "OK" if there was no error. |
nso_rate_schedule | array | This array contains the rate schedule information |
![]() |
string | Name for the rate schedule to be created. Translatable. |
![]() |
string | Client-defined unique identifier. |
![]() |
string | Currency for the schedules to be created. |
![]() |
boolean | This flag denotes if this rate schedule is the default one for this plan. One and only one rate schedule can be marked as default. The value of 1 is defaulted for the first rate schedule for a given currency denoting it is the default. For subsequent rate schedules, the default is set to 0. |
tier | array | This array contains tiered pricing information for the given rate schedule. |
![]() |
string | Name of rate schedule this tier belongs to. |
![]() |
string | Client-defined unique identifier for the rate schedule. |
![]() |
float | Tiered pricing rule that specifies rate per unit. |
![]() |
int | Tiered pricing rule that specifies "from" units. |
![]() |
int | Tiered pricing rule that specifies to units. |
![]() |
string | This field is used to display custom rate tier description. This will override the rate tier's description at service level. |