Get a single marketplace order with sync log history
Marketplace Orders
Get a single marketplace order with sync log history
Returns order detail plus sync_log array (last 50 events, synced_at DESC). Returns 404 if order.source_platform IS NULL (not a marketplace order).
GET
Get a single marketplace order with sync log history
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
Query Parameters
Available options:
order, customer, sync_log Response
Marketplace order detail
order row with sync_log array

