Create orderAsk AIpost https://api.yotpo.com/core/v3/stores/{store_id}/ordersCreates an order in your Yotpo store. Is not possible to send automatic review request emails for orders that are older than six months.Path Paramsstore_idstringrequiredThe store ID (app_key).Body Paramsexternal_idstringrequiredThe merchant's unique ID for the order.order_datedaterequiredThe date the order was created in the store. Order date can be no more than 6 months into the past or future. Format must be ISO 8601.line_itemsarrayrequiredDescribes the products purchased and the desired quantity. Learn moreline_items*fulfilled_itemsarrayInformation about the specific items fulfilled (i.e. product and quantity). Required if the fulfillment object is provided. Learn morefulfilled_itemsResponses 201201 400400 409409Updated 9 months ago