get https://api-gateway.walmart.com/v4/items/
This request retrieves one item.
Example 1
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.
GET https://api-gateway.walmart.com/v4/items/00012345678905
Example 2
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.
GET https://api-gateway.walmart.com/v4/items/XYZ12348?productIdType=SKU&includeFullItemDetails=YES