Returns feed details (including processing status) for the feed
Returns feed details (including processing status) for the feed
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
feedId
Response
Success
feedId
Unique identifier for this feed
feedType
The type of feed submitted (e.g. LISTINGS_FEED, INVENTORY_FEED)
createdAt
Timestamp when the feed was received by the server
processingStatus
Current processing status of the feed
marketplaceId
Marketplace the feed was submitted to (e.g. WALMART_US)
processingStartedAt
Timestamp when feed processing began; absent until processing starts
processingCompletedAt
Timestamp when feed processing finished; absent until complete
resultFeedDocumentId
ID of the result document; present only when processingStatus is DONE. Use with GET /feeds/v4/feeds/{feedId}/document.
feedProcessingSummary
Record-level processing counts; present only when processingStatus is DONE
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error