curl --request GET \
--url https://services.leadconnectorhq.com/funnels/order-form/selected-products \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://services.leadconnectorhq.com/funnels/order-form/selected-products \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of an entity whose data has to be fetched along with product. Possible entities are tax. If not mentioned, only ID will be returned
Was this page helpful?