Body
Required
-
Admin notes
-
Completed at
-
Created at
-
Dropship provider
-
Export type
Values are
adjustments
,audit_sale_returns
,connected_items
,cost_prices
,dropship_provider_users
,dropship_providers
,inventory_feed
,inventory_levels
,invoices_to_pay
,missing_items
,payment_report
,purchase_invoice_items
,purchase_invoice_payments
,purchases
,replenishments
,sale_returns
,shipping_labels
,stock_take
,transactions
,transfers
,variants
,vendor_mappings
, orwarehouse_levels
. -
File uri
-
Id
-
Intercom message
-
Inventory export
-
Inventory feed
-
Mute error
Default value is
false
. -
Queue name
-
Queued at
-
Read
Default value is
false
. -
Retries
-
Started at
-
Status
Values are
pending
,started
,complete
,error
, orskipped
. -
Stock take
-
Template
-
Updated at
-
User
PUT
/data-exports/{id}.json
curl \
--request PUT 'http://api.example.com/v1/data-exports/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"adminNotes":"string","completedAt":"2025-05-04T09:42:00Z","createdAt":"2025-05-04T09:42:00Z","dropshipProviderId":42,"exportType":"adjustments","fileUri":"string","id":42,"intercomMessageId":"string","inventoryExportId":42,"inventoryFeedId":42,"muteError":false,"queueName":"string","queuedAt":"2025-05-04T09:42:00Z","read":false,"retries":42,"startedAt":"2025-05-04T09:42:00Z","status":"pending","statusProblem":{},"stockTakeId":42,"templateId":42,"updatedAt":"2025-05-04T09:42:00Z","userId":42}'
Request examples
{
"adminNotes": "string",
"completedAt": "2025-05-04T09:42:00Z",
"createdAt": "2025-05-04T09:42:00Z",
"dropshipProviderId": 42,
"exportType": "adjustments",
"fileUri": "string",
"id": 42,
"intercomMessageId": "string",
"inventoryExportId": 42,
"inventoryFeedId": 42,
"muteError": false,
"queueName": "string",
"queuedAt": "2025-05-04T09:42:00Z",
"read": false,
"retries": 42,
"startedAt": "2025-05-04T09:42:00Z",
"status": "pending",
"statusProblem": {},
"stockTakeId": 42,
"templateId": 42,
"updatedAt": "2025-05-04T09:42:00Z",
"userId": 42
}