application/json

Body Required

Responses

POST /inventory-imports.json
curl \
 --request POST 'http://api.example.com/v1/inventory-imports.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"adjustmentReasonId":42,"archiveReason":"other","caseInsensitiveSkus":true,"enabled":true,"fileUri":"string","importSchedule":"manual","lastImportedAt":"2025-05-04T09:42:00Z","lastImportedUri":"string","name":"string","warehouseId":42}'
Request examples
{
  "adjustmentReasonId": 42,
  "archiveReason": "other",
  "caseInsensitiveSkus": true,
  "enabled": true,
  "fileUri": "string",
  "importSchedule": "manual",
  "lastImportedAt": "2025-05-04T09:42:00Z",
  "lastImportedUri": "string",
  "name": "string",
  "warehouseId": 42
}
Response examples (200)
{
  "adjustmentReasonId": 42,
  "archiveReason": "other",
  "caseInsensitiveSkus": true,
  "createdAt": "2025-05-04T09:42:00Z",
  "enabled": true,
  "fileUri": "string",
  "id": 42,
  "importSchedule": "manual",
  "lastImportedAt": "2025-05-04T09:42:00Z",
  "lastImportedUri": "string",
  "name": "string",
  "updatedAt": "2025-05-04T09:42:00Z",
  "warehouseId": 42
}