Export Line Items

Hi @MMahmoud70, this is possible via API. See this link.

curl --request GET \
--url ‘https://api.hubapi.com/v4/objects/line_items//associations/?limit=500’ \
--header ‘authorization: Bearer YOUR_ACCESS_TOKEN’