PUT /inventory-feeds/{id}/publish-all.json

PUT /inventory-feeds/{id}/publish-all.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

application/json

Body Required

Responses

PUT /inventory-feeds/{id}/publish-all.json
curl \
 -X PUT http://api.example.com/v1/inventory-feeds/{id}/publish-all.json \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"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"}'
Request example
{
  "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"
}
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"
}