fillup / walmart-partner-api-sdk-php

PHP client for Walmart Partner APIs
MIT License
37 stars 51 forks source link

Question: Does this SDK work with V3 of the API? #54

Open timramseyjr opened 7 years ago

timramseyjr commented 7 years ago

Does this SDK work with V3 of the API?

mberding commented 6 years ago

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.

timramseyjr commented 6 years ago

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.

timramseyjr commented 6 years ago

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.