get https://marketplace.walmartapis.com/v3/inventories
Returns the inventory level for every SKU at every ship node.
• Each response contains up to 50 records (zero- or non-zero inventory).
• Use the nextCursor
value from the last response to get the next page.
Call the endpoint repeatedly, passing the updated nextCursor
each time—until the response omits nextCursor
.