Retrieves quotes lines for each quote belonging to the user based on the proper access rights
get
/ccstore/v1/selfservice/quotes/{id}/lines
Retrieves quote lines for each quote belonging to the user based on the proper access rights. If the profile is not logged in or is anonymous then the endpoint will fail. The user will be granted required access rights based on which the quoteLines will return all the quotes lines belonging to the user or all the quotes lines belonging to the organization
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
Id of the Quote
Query Parameters
-
limit: string
The batch size of the quote lines to be fetched together. Maximum limit is 250. Default value is 10
-
offset: string
The offset of the page. By default, offset is 0, which means first page will be returned.
-
orderby: string
Specifies a comma-separated list of pairs to order the response by.
-
totalResults: boolean
Indicates if the total results should be included in the response.
Response
Supported Media Types
- application/json
200 Response
Response containing the quote lines
Root Schema : QuoteLinesResponse
Example:
{
"offset":0,
"limit":2,
"count":2,
"hasMore":true,
"links":[
{
"rel":"self",
"href":"http://localhost:8080/ccstore/v1/selfservice/quotes/37220909/lines"
}
],
"items":[
{
"_line_bom_attributes":null,
"listAmount_l":{
"currency":"USD",
"value":200
},
"discountAmount_l":{
"currency":"USD",
"value":20
},
"contractStartDate_l":"2023-09-21",
"requestedQuantity_l":2,
"_model_partner_entity_id":null,
"_config_attributes":{
"value":null
},
"oRCL_ERP_ReservationDate_l":null,
"oRCL_ERP_FifthOverridePeriod_l":null,
"oRCL_ERP_ThirdOverrideAmount_l":null,
"_part_display_number":"Black Optima Genuine Leather",
"_model_attributes":{
"value":null
},
"_price_list_price_each":{
"currency":"USD",
"value":100
},
"cC_CatalogRefId_l":"sku240201",
"_line_bom_effective_date":null,
"includedInBasePrice":false,
"oRCL_pRC_quantityUOM":null,
"_parent_line_item":null,
"_date_modified":"2023-11-28T09:19:44.000Z",
"oRCL_ERP_SecondRecurringInvoiceDate_l":null,
"rootAssetKey_l":"abo_e749145f-befe-4d00-8c09-e2d27a251558",
"chargeHeirarchy":"<head> <style>.wrap-div { margin-bottom: 1.2rem 0;font-family: monospace;}input[type='checkbox'] {display: none;}.adjustment-collapse {display: block;text-transform: uppercase; padding: 1rem;cursor: pointer; border-radius: 7px;transition: all 0.25s ease-out;}.adjustment-collapse::before {content: ' ';display: inline-block;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid currentColor;vertical-align: middle;margin-right: .7rem;transform: translateY(-2px);transition: transform .2s ease-out;}.switch-collapse:checked + .adjustment-collapse::before {transform: rotate(90deg) translateX(-3px);}.collapsible-content { max-height: 0px;overflow: hidden;transition: max-height .25s ease-in-out;}.switch-collapse:checked + .adjustment-collapse + .collapsible-content {max-height: 350px;}.switch-collapse:checked + .adjustment-collapse {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.collapsible-content .inner-content { padding: .5rem 1rem;}table tr td {\ttext-align:center;\t}#charge-table{border-collapse:collapse;border: 1.5px solid;font-family: monospace;font-size: 1rem;} </style> </head> <body><div class=\"wrap-div\"><table id = \"charge-table\" border = \"solid\"><tr> \t<th> Charge Name </th>\t<th> Charge Type </th> \t<th> Charge Allowance </th> \t<th> Charge Blocksize </th> \t<th> Unit Price </th> \t<th> List Price </th> </tr></table></div></body>",
"_model_product_line_attributes":{
"value":null
},
"_price_configurable_price":{
"currency":"USD",
"value":100
},
"oRCL_ERP_FirstOverrideAmount_l":null,
"costAmount_l":{
"currency":"USD",
"value":0
},
"_is_part_pricing_rule_price":false,
"oRCL_pRC_unitListPrice":null,
"contractEndDate_l":null,
"_last_modified_date":"2023-11-28 09:19:44",
"cC_ProductId_l":null,
"parentLineID_l":null,
"_config_extra_info":null,
"oRCL_ERP_ThirdOverridePeriod_l":null,
"canChangeQuantity_l":false,
"oRCL_ERP_FifthOverrideAmount_l":null,
"_part_number":"sku240201",
"_sequence_number":1,
"_line_bom_display_name":null,
"taxExemptReason_l":null,
"unitCost_l":{
"currency":"USD",
"value":0
},
"oRCL_pRC_durationUOM":null,
"_price_unit_price_each":{
"currency":"USD",
"value":100
},
"actualAmount_l":{
"currency":"USD",
"value":0
},
"_model_base_price":null,
"customDiscountValue_l":10,
"oRCL_pRC_blockAllowance":null,
"_model_product_line_name":null,
"_price_item_price_each":{
"currency":"USD",
"value":100
},
"_transaction_currency_pref":{
"id":5190368,
"currencyCode":"USD"
},
"oRCL_ABO_ComponentAttributes_l":null,
"oRCL_sm_updateOldSubscription":null,
"_price_override_discount":{
"displayValue":"None",
"value":"None"
},
"priceWithinPolicy_l":true,
"_model_supplier_company_id":null,
"_model_segment_id":null,
"displayedItemName_l":"Black Optima Genuine Leather",
"oRCL_ERP_FourthOverridePeriod_l":null,
"_partner_entity_id":null,
"statusPartial_l":false,
"_part_custom_field14":null,
"oRCL_pRC_tierd_l":{
"displayValue":"N",
"value":"N"
},
"_part_custom_field15":null,
"requestDate_l":"2023-09-21",
"_part_custom_field16":null,
"_part_base_price":{
"currency":"USD",
"value":100
},
"_part_custom_field17":null,
"_part_custom_field10":null,
"_part_custom_field11":null,
"_part_custom_field12":null,
"pricePeriod_l":null,
"_part_custom_field13":null,
"changeCode_l":null,
"_model_partner_organization_id":null,
"_part_custom_field9":null,
"_model_segment_name":null,
"statusDate_l":null,
"firstRecurringInvoiceDate_l":null,
"_part_custom_field3":null,
"_part_custom_field4":null,
"oRCL_pRC_useUsageLock":false,
"_part_custom_field1":null,
"priceType_l":{
"displayValue":"One Time",
"value":"One Time"
},
"_part_custom_field2":"cat40013",
"_part_custom_field20":null,
"_part_custom_field7":null,
"_part_custom_field8":null,
"_part_custom_field5":0,
"_part_custom_field6":0,
"_config_attr_info":{
"value":null
},
"_part_custom_field25":null,
"_part_custom_field26":null,
"_part_custom_field27":null,
"_part_custom_field28":null,
"_part_custom_field21":null,
"contractValue_l":{
"currency":"USD",
"value":180
},
"_part_custom_field22":null,
"_part_custom_field23":null,
"oRCL_ERP_CancellationEffectiveDate_l":null,
"_part_custom_field24":null,
"_price_net_price":{
"currency":"USD",
"value":200
},
"customDiscountAmount_l":{
"currency":"USD",
"value":10
},
"_parent_doc_number":null,
"_part_custom_field18":null,
"_part_custom_field19":null,
"_reconfiguration_date":"1970-01-01 00:00:00",
"_part_desc":"Black Optima Genuine Leather",
"_pp_id":36246543,
"_document_number":2,
"_price_discount_percent":0,
"oRCL_ERP_InventoryAvailability_l":{
"displayValue":"Not Checked",
"value":"Not Checked"
},
"oRCL_ERP_ReservationQuantity_l":null,
"_is_bom_price":false,
"_price_calculation_info":null,
"cC_CommerceItemId_l":null,
"oRCL_ERP_RequestShipDate_l":"2023-09-21",
"_price_component_prices":{
"value":null
},
"_part_supplier_company_id":"4118171",
"_original_document_number":"-1",
"cC_ExternalPriceQuantity_l":null,
"contractListValue_l":null,
"_line_item_spare_rule_var_name":null,
"oRCL_pRC_blockSize":null,
"_part_id":"36648347",
"_part_company_associations":null,
"oRCL_ERP_BillingInstr_l":null,
"lineID_l":"2",
"booleanYes":true,
"_price_book_var_name":"_default_price_book",
"_price_subtotal":{
"currency":"USD",
"value":200
},
"customDiscountType_l":{
"displayValue":"Percent Off",
"value":"Percent Off"
},
"cC_NetPrice_l":null,
"_group_sequence_number":"1.0",
"lastUpdatedDate_l":null,
"_price_quantity":2,
"lastUpdatedBy_l":"Super User",
"_part_supplier_company_name":"icpq-018",
"_document_var_name":"transactionLine",
"createdDate_l":"2023-09-21T06:53:00Z",
"actualQuantity_l":null,
"oRCL_ERP_PackingInstr_l":null,
"contractDiscount_l":{
"currency":"USD",
"value":20
},
"_model_is_valid":false,
"canChangeConfiguration_l":false,
"changeReason_l":null,
"_config_attr_text":{
"value":null
},
"itemInstanceName_l":null,
"_line_bom_model_path":null,
"_model_id":null,
"_date_added":"2023-09-21T06:53:44.000Z",
"_model_product_line_id":null,
"oRCL_pRC_tiertype_l":{
"displayValue":"All Tiers",
"value":"ORA_ALL_TIERS"
},
"parentLineNumber_l":null,
"requestedUnitOfMeasure_l":null,
"assetId_l":null,
"_configuration_id":null,
"_part_custom_field30":null,
"oRCL_pRC_duration":null,
"_model_bom":null,
"contractedPeriods_l":0,
"createdBy_l":"Super User",
"booleanCheck":false,
"fulfillmentStatus_l":{
"displayValue":"Created",
"value":"CREATED"
},
"_model_variable_name":null,
"_part_custom_field29":null,
"_model_product_line_var_name":null,
"amendReplacement_l":null,
"_is_recommended_price":false,
"oRCL_ERP_FourthOverrideAmount_l":null,
"annualListValue_l":null,
"_line_bom_id":"SPI",
"_model_supplier_company_name":null,
"oRCL_ERP_ReservationStatus_l":null,
"oRCL_ERP_SecondOverrideAmount_l":null,
"taxExempt_l":false,
"transactionID_l":"37220909",
"_line_bom_part_number":"sku240201",
"itemInstanceId_l":"abo_e749145f-befe-4d00-8c09-e2d27a251558",
"oRCL_ERP_ShippingInstr_l":null,
"_line_bom_item_quantity":1,
"oRCL_pRC_externalParentKey":null,
"text_fill":"some value",
"oRCL_ERP_ShipSet_l":null,
"annualDiscount_l":{
"currency":"USD",
"value":0
},
"_model_segment_var_name":null,
"_line_bom_level":0,
"_bs_id":37220909,
"customerItemName_l":null,
"_price_total_discount":{
"currency":"USD",
"value":0
},
"netAmount_l":{
"currency":"USD",
"value":180
},
"oRCL_ERP_SecondOverridePeriod_l":null,
"_part_units":null,
"_part_direct_buy":"1",
"oRCL_ABO_ActionCode_l":{
"displayValue":"Add",
"value":"ADD"
},
"oRCL_ERP_FirstOverridePeriod_l":null,
"_line_bom_parent_id":null,
"netPrice_l":{
"currency":"USD",
"value":90
},
"oRCL_ERP_SecondBillingPeriodStartDate_l":null,
"oRCL_ERP_LineID_l":null,
"listPrice_l":{
"currency":"USD",
"value":100
},
"_part_extended_desc_2":null,
"_part_extended_desc_1":null,
"statusQuantity_l":null,
"_is_line_item_mandatory":false,
"_id":37220911,
"oRCL_ERP_AvailableQuantity_l":null,
"_part_lead_time":"N/A",
"lineNumber_l":null,
"oRCL_pRC_ossChargeInfo":null,
"cancelReason_l":null,
"status_l":null,
"_line_item_comment":null,
"_price_discount_comment":null,
"_line_bom_sequence_index":null,
"_step_var_name":"pending_process",
"_price_override_price":{
"displayValue":"No",
"value":"No"
},
"_model_name":null,
"cC_ExternalPrice_l":null,
"_config_attr_values":null,
"_part_drawing_position":null,
"_pricing_rule_price_each":{
"currency":"USD",
"value":0
},
"_price_override_quantity":false,
"oRCL_ERP_ShippingCharges_l":null,
"oRCL_ERP_ReservationID_l":null,
"annualValue_l":{
"currency":"USD",
"value":0
},
"_pp_name":"Admin",
"_line_bom_condition_index":null
},
{
"_line_bom_attributes":null,
"listAmount_l":{
"currency":"USD",
"value":50
},
"discountAmount_l":{
"currency":"USD",
"value":0
},
"contractStartDate_l":"2023-11-24",
"requestedQuantity_l":1,
"_model_partner_entity_id":null,
"_config_attributes":{
"value":null
},
"oRCL_ERP_ReservationDate_l":null,
"oRCL_ERP_FifthOverridePeriod_l":null,
"oRCL_ERP_ThirdOverrideAmount_l":null,
"_part_display_number":"Web Conf Account",
"_model_attributes":{
"value":null
},
"_price_list_price_each":{
"currency":"USD",
"value":50
},
"cC_CatalogRefId_l":"WebConfAccount",
"_line_bom_effective_date":null,
"includedInBasePrice":false,
"oRCL_pRC_quantityUOM":null,
"_parent_line_item":null,
"_date_modified":"2023-11-28T09:04:10.000Z",
"oRCL_ERP_SecondRecurringInvoiceDate_l":null,
"rootAssetKey_l":"abo_a988ea1b-8e10-4730-9112-4c92eb712a3f",
"chargeHeirarchy":"<head> <style>.wrap-div { margin-bottom: 1.2rem 0;font-family: monospace;}input[type='checkbox'] {display: none;}.adjustment-collapse {display: block;text-transform: uppercase; padding: 1rem;cursor: pointer; border-radius: 7px;transition: all 0.25s ease-out;}.adjustment-collapse::before {content: ' ';display: inline-block;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid currentColor;vertical-align: middle;margin-right: .7rem;transform: translateY(-2px);transition: transform .2s ease-out;}.switch-collapse:checked + .adjustment-collapse::before {transform: rotate(90deg) translateX(-3px);}.collapsible-content { max-height: 0px;overflow: hidden;transition: max-height .25s ease-in-out;}.switch-collapse:checked + .adjustment-collapse + .collapsible-content {max-height: 350px;}.switch-collapse:checked + .adjustment-collapse {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.collapsible-content .inner-content { padding: .5rem 1rem;}table tr td {\ttext-align:center;\t}#charge-table{border-collapse:collapse;border: 1.5px solid;font-family: monospace;font-size: 1rem;} </style> </head> <body><div class=\"wrap-div\"><table id = \"charge-table\" border = \"solid\"><tr> \t<th> Charge Name </th>\t<th> Charge Type </th> \t<th> Charge Allowance </th> \t<th> Charge Blocksize </th> \t<th> Unit Price </th> \t<th> List Price </th> </tr></table></div></body>",
"_model_product_line_attributes":{
"value":null
},
"_price_configurable_price":{
"currency":"USD",
"value":50
},
"oRCL_ERP_FirstOverrideAmount_l":null,
"costAmount_l":{
"currency":"USD",
"value":50
},
"_is_part_pricing_rule_price":false,
"oRCL_pRC_unitListPrice":null,
"contractEndDate_l":null,
"_last_modified_date":"2023-11-28 09:04:10",
"cC_ProductId_l":null,
"parentLineID_l":null,
"_config_extra_info":null,
"oRCL_ERP_ThirdOverridePeriod_l":null,
"canChangeQuantity_l":false,
"oRCL_ERP_FifthOverrideAmount_l":null,
"_part_number":"WebConfAccount",
"_sequence_number":2,
"_line_bom_display_name":null,
"taxExemptReason_l":null,
"unitCost_l":{
"currency":"USD",
"value":50
},
"oRCL_pRC_durationUOM":null,
"_price_unit_price_each":{
"currency":"USD",
"value":50
},
"actualAmount_l":{
"currency":"USD",
"value":0
},
"_model_base_price":null,
"customDiscountValue_l":null,
"oRCL_pRC_blockAllowance":null,
"_model_product_line_name":null,
"_price_item_price_each":{
"currency":"USD",
"value":50
},
"_transaction_currency_pref":{
"id":5190368,
"currencyCode":"USD"
},
"oRCL_ABO_ComponentAttributes_l":null,
"oRCL_sm_updateOldSubscription":null,
"_price_override_discount":{
"displayValue":"None",
"value":"None"
},
"priceWithinPolicy_l":true,
"_model_supplier_company_id":null,
"_model_segment_id":null,
"displayedItemName_l":null,
"oRCL_ERP_FourthOverridePeriod_l":null,
"_partner_entity_id":null,
"statusPartial_l":false,
"_part_custom_field14":null,
"oRCL_pRC_tierd_l":{
"displayValue":"N",
"value":"N"
},
"_part_custom_field15":null,
"requestDate_l":"2023-09-21",
"_part_custom_field16":null,
"_part_base_price":{
"currency":"USD",
"value":50
},
"_part_custom_field17":null,
"_part_custom_field10":null,
"_part_custom_field11":null,
"_part_custom_field12":null,
"pricePeriod_l":{
"displayValue":"Per Year",
"value":"Per Year"
},
"_part_custom_field13":null,
"changeCode_l":null,
"_model_partner_organization_id":null,
"_part_custom_field9":"product",
"_model_segment_name":null,
"statusDate_l":null,
"firstRecurringInvoiceDate_l":null,
"_part_custom_field3":null,
"_part_custom_field4":"Per Month",
"oRCL_pRC_useUsageLock":false,
"_part_custom_field1":null,
"priceType_l":{
"displayValue":"Recurring",
"value":"Recurring"
},
"_part_custom_field2":"cat40013",
"_part_custom_field20":null,
"_part_custom_field7":null,
"_part_custom_field8":"Recurring",
"_part_custom_field5":50,
"_part_custom_field6":12,
"_config_attr_info":{
"value":null
},
"_part_custom_field25":null,
"_part_custom_field26":null,
"_part_custom_field27":null,
"_part_custom_field28":null,
"_part_custom_field21":null,
"contractValue_l":{
"currency":"USD",
"value":600
},
"_part_custom_field22":null,
"_part_custom_field23":null,
"oRCL_ERP_CancellationEffectiveDate_l":null,
"_part_custom_field24":null,
"_price_net_price":{
"currency":"USD",
"value":50
},
"customDiscountAmount_l":{
"currency":"USD",
"value":0
},
"_parent_doc_number":null,
"_part_custom_field18":null,
"_part_custom_field19":null,
"_reconfiguration_date":"1970-01-01 00:00:00",
"_part_desc":null,
"_pp_id":36246543,
"_document_number":3,
"_price_discount_percent":0,
"oRCL_ERP_InventoryAvailability_l":{
"displayValue":"Not Checked",
"value":"Not Checked"
},
"oRCL_ERP_ReservationQuantity_l":null,
"_is_bom_price":false,
"_price_calculation_info":null,
"cC_CommerceItemId_l":null,
"oRCL_ERP_RequestShipDate_l":"2023-11-24",
"_price_component_prices":{
"value":null
},
"_part_supplier_company_id":"4118171",
"_original_document_number":"-1",
"cC_ExternalPriceQuantity_l":null,
"contractListValue_l":null,
"_line_item_spare_rule_var_name":null,
"oRCL_pRC_blockSize":null,
"_part_id":"36786966",
"_part_company_associations":null,
"oRCL_ERP_BillingInstr_l":null,
"lineID_l":"3",
"booleanYes":true,
"_price_book_var_name":"_default_price_book",
"_price_subtotal":{
"currency":"USD",
"value":50
},
"customDiscountType_l":null,
"cC_NetPrice_l":null,
"_group_sequence_number":"2.0",
"lastUpdatedDate_l":null,
"_price_quantity":1,
"lastUpdatedBy_l":"Super User",
"_part_supplier_company_name":"icpq-018",
"_document_var_name":"transactionLine",
"createdDate_l":"2023-11-24T06:11:00Z",
"actualQuantity_l":null,
"oRCL_ERP_PackingInstr_l":null,
"contractDiscount_l":{
"currency":"USD",
"value":0
},
"_model_is_valid":false,
"canChangeConfiguration_l":false,
"changeReason_l":null,
"_config_attr_text":{
"value":null
},
"itemInstanceName_l":null,
"_line_bom_model_path":null,
"_model_id":null,
"_date_added":"2023-11-24T06:11:51.000Z",
"_model_product_line_id":null,
"oRCL_pRC_tiertype_l":{
"displayValue":"All Tiers",
"value":"ORA_ALL_TIERS"
},
"parentLineNumber_l":null,
"requestedUnitOfMeasure_l":null,
"assetId_l":null,
"_configuration_id":null,
"_part_custom_field30":null,
"oRCL_pRC_duration":null,
"_model_bom":null,
"contractedPeriods_l":12,
"createdBy_l":"Super User",
"booleanCheck":false,
"fulfillmentStatus_l":{
"displayValue":"Created",
"value":"CREATED"
},
"_model_variable_name":null,
"_part_custom_field29":null,
"_model_product_line_var_name":null,
"amendReplacement_l":null,
"_is_recommended_price":false,
"oRCL_ERP_FourthOverrideAmount_l":null,
"annualListValue_l":null,
"_line_bom_id":"SPI",
"_model_supplier_company_name":null,
"oRCL_ERP_ReservationStatus_l":null,
"oRCL_ERP_SecondOverrideAmount_l":null,
"taxExempt_l":false,
"transactionID_l":"37220909",
"_line_bom_part_number":"WebConfAccount",
"itemInstanceId_l":"abo_a988ea1b-8e10-4730-9112-4c92eb712a3f",
"oRCL_ERP_ShippingInstr_l":null,
"_line_bom_item_quantity":1,
"oRCL_pRC_externalParentKey":null,
"text_fill":"some value",
"oRCL_ERP_ShipSet_l":null,
"annualDiscount_l":{
"currency":"USD",
"value":0
},
"_model_segment_var_name":null,
"_line_bom_level":0,
"_bs_id":37220909,
"customerItemName_l":null,
"_price_total_discount":{
"currency":"USD",
"value":0
},
"netAmount_l":{
"currency":"USD",
"value":50
},
"oRCL_ERP_SecondOverridePeriod_l":null,
"_part_units":null,
"_part_direct_buy":"1",
"oRCL_ABO_ActionCode_l":{
"displayValue":"Add",
"value":"ADD"
},
"oRCL_ERP_FirstOverridePeriod_l":null,
"_line_bom_parent_id":null,
"netPrice_l":{
"currency":"USD",
"value":50
},
"oRCL_ERP_SecondBillingPeriodStartDate_l":null,
"oRCL_ERP_LineID_l":null,
"listPrice_l":{
"currency":"USD",
"value":50
},
"_part_extended_desc_2":null,
"_part_extended_desc_1":null,
"statusQuantity_l":null,
"_is_line_item_mandatory":false,
"_id":37258051,
"oRCL_ERP_AvailableQuantity_l":null,
"_part_lead_time":"N/A",
"lineNumber_l":null,
"oRCL_pRC_ossChargeInfo":null,
"cancelReason_l":null,
"status_l":null,
"_line_item_comment":null,
"_price_discount_comment":null,
"_line_bom_sequence_index":null,
"_step_var_name":"pending_process",
"_price_override_price":{
"displayValue":"No",
"value":"No"
},
"_model_name":null,
"cC_ExternalPrice_l":null,
"_config_attr_values":null,
"_part_drawing_position":null,
"_pricing_rule_price_each":{
"currency":"USD",
"value":0
},
"_price_override_quantity":false,
"oRCL_ERP_ShippingCharges_l":null,
"oRCL_ERP_ReservationID_l":null,
"annualValue_l":{
"currency":"USD",
"value":50
},
"_pp_name":"Admin",
"_line_bom_condition_index":null
}
]
}
400 Response
Bad query params in the request
Root Schema : Error
Type:
Show Source
object
-
message:
string
The error message
-
status:
string
The Error code