Old Order Item Migration
Example Request
curl --location --request POST 'https://{{omnitron_url}}/api/v1/remote/{{channel_id}}/migrations/start/order_item/' \
--header 'Authorization: Token {{token}}' \
--form 'file=@"/path/to/test_order-item.json"'Test Order Item File Format (test_order-item.json)
[
{
"order_number": "ORD1234",
"product": "dolor sit amet",
"sku": "s1k2u30001",
"quantity": 1,
"price": 123.90,
"image_url": "https://testurl.com/test_picture.jpg",
"extra_field": {}
}
]Example Response
Control
Last updated
Was this helpful?

