Request ACES coverage and fitment attributes gap reports

Use the Fitment reports to identify catalog issues that affect automotive compatibility data.

ACES stands for Automotive Aftermarket Catalog Exchange Standard (Auto Care Association). It defines how vehicle fitment information, such as year, make, model, engine, and related qualifiers, is structured and exchanged.

Report types

Two report types are available. Choose the report that matches your goal:

ReportreportTypeDescription
Fitment missing ACES coverageFITMENT_ACES_COVERAGEIdentifies items that do not have ACES coverage in Walmart systems.
Fitment missing attributesFITMENT_MISSING_ATTRIdentifies items with one or more required ACES attributes missing, such as Part Terminology ID or vehicle qualifiers.

Endpoint

POST https://marketplace.walmartapis.com/v3/reports/reportRequests

Request a Fitment missing ACES coverage report

Use FITMENT_ACES_COVERAGE to request a report that identifies items without ACES coverage.

POST https://marketplace.walmartapis.com/v3/reports/reportRequests
Accept: application/json
Content-Type: application/json
WM_QOS.CORRELATION_ID: b3261d2d-028a-4ef7-8602-633c23200af6
WM_SEC.ACCESS_TOKEN: <access_token>
WM_SVC.NAME: Walmart Marketplace { "reportType": "FITMENT_ACES_COVERAGE", "reportVersion": "v1", "format": "CSV"
}

Request a Fitment missing attributes report

Use FITMENT_MISSING_ATTR to request a report that identifies items with missing fitment attributes.

POST https://marketplace.walmartapis.com/v3/reports/reportRequests
Accept: application/json
Content-Type: application/json
WM_QOS.CORRELATION_ID: b3261d2d-028a-4ef7-8602-633c23200af6
WM_SEC.ACCESS_TOKEN: <access_token>
WM_SVC.NAME: Walmart Marketplace { "reportType": "FITMENT_MISSING_ATTR", "reportVersion": "v1", "format": "CSV"
}

Track and download the report

After you submit the report request:

  1. Track the report status with:

    GET /v3/reports/reportRequests/{requestId}

    The report request can have one of the following statuses: RECEIVED, INPROGRESS, READY, or ERROR.

  2. When the report status is READY, download the report with:

    GET /v3/reports/downloadReport?requestId={requestId}

Report fields

Both reports return the following fields. CSV header names are case sensitive.

FieldDescriptionOrigin
GTINGlobal Trade Item Number for the item.Seller
Item IDUnique Walmart item identifier.Walmart
Product NameName of the item.Seller
Brand AAIA IDFour-letter brand code defined by the Auto Care Association.Seller
Manufacturing Part NumberManufacturer or brand owner part number.Seller
Part Terminology IDPrimary key for ACES records. Refer to the Auto Care Association for the correct ID.Seller

Note: The report field names must be validated against the actual report output before publication.

Next steps

Related


Did this page help you?