Hi, all! I’m new to Shopify and working on my first customizations. I’m using the Python API with AWS Lambda to process the orders after payment has completed.
A few questions about Custom Fields. In our application, the fields are not for customer input and will not be displayed to the customer. They are for back end processing of the order.
-
I’ve added Custom Fields to the order. How can I fetch and update these values using the Python API?
-
I don’t see where I can add Custom Fields to a line item. Is it possible? I don’t see any place to add them.
-
I’ve searched and have seen line_item properties and can fetch them with the Python API. But I can’t find an example of how to update existing property values or add them.
Thanks in advance!
Pete