Request ACES coverage and fitment attributes gap reports
Use these reports to identify catalog issues that affect automotive compatibility data.
- Fitment missing ACES coverage identifies items that do not have ACES coverage on Walmart.
- Fitment missing attributes identifies items with one or more required ACES attributes missing (for example, Part Terminology ID or vehicle qualifiers).
Endpoint
POST https://marketplace.walmartapis.com/v3/reports/reportRequests
Sample requests
Create a request for the report that lists items without ACES coverage:
POST https://marketplace.walmartapis.com/v3/reports/reportRequests
Authorization: Bearer <access_token>
Content-Type: application/json { "reportType": "FITMENT_MISSING_ACES_COVERAGE", "format": "CSV"
}
Create a request for the report that lists items with missing fitment attributes:
POST https://marketplace.walmartapis.com/v3/reports/reportRequests
Authorization: Bearer <access_token>
Content-Type: application/json { "reportType": "FITMENT_MISSING_ATTRIBUTES", "format": "CSV"
}
Note: Confirm the exact
reportTypetoken values with your reference; some portals list names without publishing the token.
Track and download
- Track status:
GET /v3/reports/reportRequests/{requestId}returnsRECEIVED,INPROGRESS,READY, orERROR. - Download file:
GET /v3/reports/downloadReport?requestId={requestId}when status isREADY.
Report fields
Both reports return the same columns. CSV header names are case sensitive.
| Field | Description | Origin |
|---|---|---|
| GTIN | Global Trade Item Number for the item. | Seller |
| Item ID | Unique Walmart item identifier. | Walmart |
| Product Name | Name of the item. | Seller |
| Brand AAIA ID | Four-letter brand code defined by the Auto Care Association. | Seller |
| Manufacturing Part Number | Manufacturer or brand owner part number. | Seller |
| Part Terminology ID | Primary key for ACES records. See the Auto Care Association for the correct ID. | Seller |
Next steps
- Request and download a report: /us-marketplace/docs/request-and-download-a-report
- Use report filters: /us-marketplace/docs/using-filters-when-requesting-reports
- Examples: /us-marketplace/docs/reports-examples-and-postman
- Report scheduler API overview: /us-marketplace/docs/report-scheduler-api-overview
Updated 3 days ago
