line_item_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The line_item_mgr_list_many method lists details of specific line items on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| ids | A comma-delimited list of the unique ID#s of line items you want to list. | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the line item. | bstypes:ResourceId | R |
| name | The name of the line item. | string | R |
| active |
Indicates whether the resource is in an active or inactive state. |
boolean | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| discount | The discount for this line item. | double | R |
| taxable | Denotes if this line item is taxable. | boolean | R |
| qty | The quantity of this line item. | unsignedInt | R |
| parent_id | The unique ID# of the order that contains this line item. | bstypes:ResourceId | R |
| campaign_id | The unique ID# of the campaign that this line item belongs to. | bstypes:ResourceId | R |
| position | The position of this line item within the list of line items in the specified customer order. | int | R |
| unit_price | The price per unit of this line item. | double | R |
