Description
Amazon Custom Information to Notes
- 1. Check Open Orders: Start by reviewing all open orders in the system.
- 2. Identify Orders with Source Equal to Amazon: Filter out orders that have "Amazon" as the source.
- 3. Check if Customization Info is Available in XML: For the identified Amazon orders, check whether customization information (like customer-specific details) is present in the XML data.
- 4. Retrieve URL from XML: Extract the URL from the XML that contains the customization details.
- 5. Extract Data from URL (like name, date, age, etc.): Access the URL to obtain the customer-specific information, such as their name, date, or other requested customizations.
- 6. Remove Any Extra Code within the Details: Clean up the retrieved data by removing any unnecessary or irrelevant code that may be included.
- 7. Save Customization Details as a Note in the Open Order: Record the cleanedup customization details as a note within the open order.
- 8. Mark the Note as an External Note: Ensure the note is marked as an external note, making it accessible for further processing.

