GET /data-imports/{id}.json

GET /data-imports/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /data-imports/{id}.json
curl \
 -X GET http://api.example.com/v1/data-imports/{id}.json \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "added": 0,
  "adminNotes": "string",
  "completedAt": "2024-05-04T09:42:00+00:00",
  "createdAt": "2024-05-04T09:42:00+00:00",
  "dropshipProviderId": 42,
  "errorMessages": [],
  "errorUri": "string",
  "errors": 0,
  "fileSize": "string",
  "fileUri": "string",
  "id": 42,
  "importType": "adjustment_import",
  "intercomMessageId": "string",
  "inventoryFeedId": 42,
  "muteError": false,
  "priceListId": 42,
  "queueName": "string",
  "queuedAt": "2024-05-04T09:42:00+00:00",
  "read": false,
  "skipped": 0,
  "skippedUri": "string",
  "startedAt": "2024-05-04T09:42:00+00:00",
  "status": "pending",
  "statusMessage": "string",
  "statusProblem": {},
  "stockTakeId": 42,
  "updated": 0,
  "updatedAt": "2024-05-04T09:42:00+00:00"
}