line_item_mgr_list
Back to SOAP Architecture Method Reference
Description
The line_item_mgr_list method lists The Line Items Section.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id | The unique ID# of the domain. | bstypes:ResourceId | R |
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 this Line Item. | string | R |
active | Whether this Line Item is active. | boolean | R |
domain_id | The unique ID# of the 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 |