walmartlabs / partnerapi_sdk_dotnet

Walmart Partner API SDK for .NET
Other
14 stars 16 forks source link

shipNode required parameter for DSV customer #6

Closed wylanswets closed 6 years ago

wylanswets commented 6 years ago

While using this SDK, I had to find an answer for "shipNode" because V2 and V3 were requiring it. Documentation on walmart.com did not have any reference to shipNode. Find shipNode by logging in to "supplier.walmart.com", go to Settings in the top right, click on "Distribution Facility", take "Distributor Id: ######" the 6 digit number is passed as "shipNode" in URL parameters.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

roman-shuhov commented 6 years ago

Hey @wylanswets, thank you for the PR!

I have one concern about adding shipNode to marketplace project. We have plans to add support for DSV and Suppliers in 1.1 version. It will be a separate set of controllers and data objects for this specs https://developer.walmart.com/#/apicenter/dsv#introduction & https://developer.walmart.com/#/apicenter/warehouseSuppliers

wylanswets commented 6 years ago

Got it, that works for me. In the short-term I was looking to get it working. If it's not a good solution for your roadmap feel free to reject the request.

Thank you for your time, and I look forward to testing the new version with DSV support!