Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.15 KB

RequestStatusResponse.md

File metadata and controls

16 lines (12 loc) · 1.15 KB

Walmart\Models\MP\US\OnRequestReports\RequestStatusResponse

Properties

Name Type Description Notes
requestId string Automated ID generated by system that uniquely identifies the report request. [optional]
requestStatus string Status of report request. Possible values are RECEIVED, INPROGRESS, READY, ERROR. [optional]
requestSubmissionDate string Date and time on which the report request is submitted. [optional]
reportType string Type of report for which the request is created. Example, ITEM for Item Report. [optional]
reportVersion string Version of report for which the request is created. Example, v1. [optional]
payload \Walmart\Models\MP\US\OnRequestReports\GenerateReportPayload [optional]
reportGenerationDate string Date and time on which the report is generated. Attribute is available only if report is generated. [optional]

[Back to Model list] [Back to API list] [Back to README]