I want to post a shipment and/or invoice into Magento 2 but put a different date than today's date using the HTTP Rest API. Is this possible and how would I accomplish this? When I include the created_at field in the API body, it does not reflect that date.
asked Sep 11, 2021 at 21:35
MrPeanutbutter
1552 silver badges8 bronze badges
1 Answer 1
You first need to generate the shipment/invoice and then you can all another REST API to modify the date of shipments/invioces.
default