Retrieve a single item with full details (v4)

This request retrieves one item.

Example 1

GET https://api-gateway.walmart.com/v4/items/00012345678905

This request retrieves one item with the product ID of GTIN-14 00012345678905.
The additional properties are not being requested, and the product ID is in the default GTIN-14 format.

Example 2

GET https://api-gateway.walmart.com/v4/items/XYZ12348?productIdType=SKU&includeFullItemDetails=YES

This request retrieves one item with the product ID of SKU XYZ12348.
The additional properties are being requested, and the product ID is in the SKU format that is being used.

Language
Click Try It! to start a request and see the response here!