fetch quote details

After obtaining the ID of a quote, currently I can only use the associated line_ Items to obtain SKU and amount information, but this is not far enough. How can I obtain the full quantity data of the order, including recipient address, shipping warehouse, and especially payment related information? (including payment status and payment method)

I would recommend this information to be stored at the deal level. Then, you could use this call to retrieve deal id:
https://api.hubapi.com/crm/v3/objects/quote/{quote_id}?associations=deal

Thank you very much. I have successfully obtained the ID of the deal using this, but I still want to know how to obtain the logistics address and other information I want through this. Do you mean to obtain it from the deal? Please tell me how to do it! Thank you very much!

Have you ensured that the required information is properly stored at the deal level? If so, how are you storing it? For instance, are you utilizing deal properties?

Actually, as a developer, I am not very familiar with the data structure of this piece. After clicking on the details page of the quote, a PDF file will appear. The shipping address will appear in this file, but I did not find a way to obtain it in the API interface of the quote. Can you please tell me how to obtain this shipping address, or do I assume that the shipping address is actually related to deals or even companies, and is configured on these entities?