Question about Custom Field Settings in WIX Store

Hello,

I am currently running a WIX store. I would like to retrieve the information that users input in the “Custom Field” during checkout using the Search Orders API. I expected this information to appear in the customFields array in the API response, but it does not seem to be included.

Could you please advise how I can retrieve the “Custom Field” values from the checkout through the Search Orders API?

Attached image: Checkout custom field settings
Search Orders API Doc: https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/search-orders

https://dev.wix.com/docs/velo/api-reference/$w/product-page/get-custom-text

What you mentioned is not the WIX REST API, but an SDK function.
I am looking for a way to retrieve the custom field values entered by the buyer through the Search Orders API.

To explain the situation further, the Wix store website has already been built. When a purchase is made on this store, my backend server sends REST API requests to the Wix store at regular intervals to retrieve purchase information. That’s why I provided the REST API link.