walmart-partner-api-sdk-php
walmart-partner-api-sdk-php copied to clipboard
Question: Does this SDK work with V3 of the API?
Does this SDK work with V3 of the API?
As of 1.0.9, it appears to use a mixture of version 2 and version 3 of walmart's API. For example, the 'order' functions use v3, while the 'item' functions use v2.
Yeah, I abandoned trying to use this. I ended up using just their base(dependency in this package) Array to XML library that let me do everything I needed to do.
Plus Walmart Marketplace just changed Lag Time in the inventory feed to it's own feed, so that won't be accounted for in this package since it is no longer maintained.