Skip to content

Developers: Customer Ship-To

Import

Ship-To addresses can be imported via the API. The ImportID must be passed as a query parameter to ensure that the results of the background import process can be retrieved later.

Endpoint: POST /v1/customers/shipto/import?ImportID={ImportID}

Parameters: - ImportID: A unique identifier (GUID recommended) for the import session. - importfile: The CSV or Excel file containing the Ship-To data.

Retrieving Results

After the import is initiated, you can check the status and retrieve logs using the ImportID.

Summary: GET /v1/customers/shipto/imports/{ImportID}/summary
Logs: GET /v1/customers/shipto/imports/{ImportID}/logs/pages/{page}