Address Migration
Example Request
curl --location --request POST 'https://{{omnitron_url}}/api/v1/remote/{{channel_id}}/migrations/start/address/' \
--header 'Authorization: Token {{token}}' \
--form 'file=@"/path/to/test_address.json"'Test Address File Format (test_address.json)
[
{
"title": “test”,
"phone_number": "9999999999",
"customer_code": "1",
"first_name": "Lorem",
"last_name": "Ipsum",
"township": "ÜSKÜDAR",
"tax_no": null,
"country": "Türkiye",
"company_name": null,
"city": "İSTANBUL",
"tax_office": null,
"line": "A Mh., B Caddesi, C Apt., No 1/2 34000 Üsküdar/İstanbul",
"email": "[email protected]",
"district": null
}
]Currency Format:
Code
Description
Shipping Company Format:
Example Response
Control
Last updated
Was this helpful?

