# DR12 - List of document request lines PaginationThis resource supports seek pagination (see documentation)Sort fieldssort field can have the following values:dateCreated - Sort by creation date (asc by default) Endpoint: GET /api/document-request/{document_request_id}/lines ## Path parameters: - `document_request_id` (string, required) Document Request identifier ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `data` (array, required) Page of data - `data.delivery_bill_information` (array) Delivery bill information - `data.delivery_bill_information.delivery_bill_date` (string) Delivery bill date - `data.delivery_bill_information.delivery_bill_id` (string) Delivery bill ID - `data.eco_contributions` (array) List of eco-contribution amounts and corresponding producer identifiers, if applicable Only available if the operator activates the circular economy information collection. - `data.eco_contributions.epr_category_code` (string) Extended Producer Responsibility category - `data.eco_contributions.total_amount` (number) Total amount of the eco-contribution - `data.eco_contributions.unit_amount` (number) Unit amount of the eco-contribution - `data.eco_contributions.producer_id` (string) Producer identifier of the eco-contribution Value is always null - `data.eco_contributions.producer_id_owner` (string) Owner of the producerId Value is always null - `data.entity_id` (string, required) The entity id the document line relates to - `data.entity_type` (string, required) The entity type the document line relates to Enum: "PRODUCT_DEBIT", "PRODUCT_CREDIT_CANCEL", "PRODUCT_CREDIT_CANCEL_COMMERCIAL_GESTURE", "PRODUCT_CREDIT_CANCEL_ADJUSTMENT", "PRODUCT_CREDIT_REFUND", "PRODUCT_CREDIT_REFUND_COMMERCIAL_GESTURE", "PRODUCT_CREDIT_REFUND_ADJUSTMENT", "PURCHASE_ORDER_DEBIT", "PURCHASE_ORDER_CREDIT" - `data.fees_excluding_taxes` (array) List of fees applied on the order line - `data.fees_excluding_taxes.amount` (number, required) Fee amount - `data.fees_excluding_taxes.code` (string, required) Fee code - `data.fees_excluding_taxes.label` (string, required) Fee label - `data.order` (object, required) The order the document line relates to - `data.order.commercial_id` (string) Order commercial identifier - `data.order.date_created` (string) Order date created - `data.order.id` (string, required) Order identifier - `data.order.reference_for_customer` (string) Order reference for customer - `data.order.reference_for_seller` (string) Order reference for seller - `data.order.transaction_info` (object) Transaction information if any - `data.order.transaction_info.date` (string, required) Transaction date - `data.order.transaction_info.number` (string, required) Transaction number - `data.order_line` (object) The order line the document line relates to - `data.order_line.id` (string, required) Order line identifier - `data.origin_unit_price_excluding_taxes` (number) The original unit price excluding tax of the offer associated with the order line - `data.origin_unit_price_including_taxes` (number) The original unit price including tax of the offer associated with the order line - `data.payment_state` (string, required) Document request line payment status Enum: "PAID", "NOT_PAID" - `data.price_excluding_taxes` (number, required) The price excluding taxes after promotions - `data.product` (object, required) The product of the document line - `data.product.references` (array, required) The product references - `data.product.references.reference` (string, required) The value of the product reference - `data.product.references.type` (string, required) The type of the product reference - `data.product.sku` (string) The product sku - `data.product.title` (string, required) The title of the product - `data.quantity` (integer, required) The quantity of the document line - `data.shipping_from` (object) From where (country or full address) the order line is shipped - `data.shipping_from.address` (object) Describe the address from where the order line is shipped - `data.shipping_from.address.city` (string) Address City - `data.shipping_from.address.country_iso_code` (string, required) Address Country ISO 3166-1 alpha-3 code (3 letters country code) - `data.shipping_from.address.state` (string) Address State - `data.shipping_from.address.street1` (string) First information line of the address street - `data.shipping_from.address.street2` (string) Second information line of the address street - `data.shipping_from.address.zip_code` (string) Address zip code - `data.shipping_price_excluding_taxes` (number, required) The shipping price excluding taxes - `data.shipping_taxes` (array, required) The shipping taxes - `data.shipping_taxes.amount` (number, required) Tax amount - `data.shipping_taxes.code` (string, required) Tax code - `data.shipping_taxes.rate` (number) Tax rate - `data.shipping_to` (object) To where (country or full address) the order line is shipped - `data.shipping_to.address` (object) The shipping address for the order line - `data.shipping_to.address.city` (string) The city of the shipping address - `data.shipping_to.address.civility` (string) The civility of the recipient (e.g., Mr., Mrs., Dr.) - `data.shipping_to.address.company` (string) The company name of the shipping address - `data.shipping_to.address.company2` (string) The secondary company name of the shipping address - `data.shipping_to.address.country_iso_code` (string) The ISO country code of the shipping address - `data.shipping_to.address.firstname` (string) The first name of the recipient - `data.shipping_to.address.lastname` (string) The last name of the recipient - `data.shipping_to.address.phone` (string) The phone number of the recipient - `data.shipping_to.address.phone_secondary` (string) The secondary phone number of the recipient - `data.shipping_to.address.state` (string) The state of the shipping address - `data.shipping_to.address.street1` (string) The first line of the street address - `data.shipping_to.address.street2` (string) The second line of the street address - `data.shipping_to.address.zip_code` (string) The zip code of the shipping address - `data.shop` (object, required) The shop the document line relates to - `data.shop.id` (integer, required) Shop identifier - `data.tax_legal_notice` (string) The legal notice applying to the offer’s tax calculation - `data.taxes` (array, required) The taxes - `data.total_price_including_taxes` (number, required) The total price - `data.unit_price_excluding_taxes` (number, required) The unit price excluding taxes after promotions - `next_page_token` (string) Token to access the next page. Absent if the current page is the last one. - `previous_page_token` (string) Token to access the previous page. Absent if the current page is the first one.