POST /inventory-feed-files.json

POST /inventory-feed-files.json
application/json

Body Required

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
POST /inventory-feed-files.json
curl \
 -X POST http://api.example.com/v1/inventory-feed-files.json \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"fileType":"json","fileUri":"string","inventoryFeedId":42}'
Request example
{
  "fileType": "json",
  "fileUri": "string",
  "inventoryFeedId": 42
}
Response examples (200)
{
  "createdAt": "2024-05-04T09:42:00+00:00",
  "fileType": "json",
  "fileUri": "string",
  "id": 42,
  "inventoryFeedId": 42,
  "updatedAt": "2024-05-04T09:42:00+00:00"
}