open-api icon indicating copy to clipboard operation
open-api copied to clipboard

[DOCS]

Open Shulamith opened this issue 4 years ago • 0 comments

Link to listing tutorial Tutorial to add a shipping profile to a listing.

There a few things wrong with this tutorial that are not up to date with the APIs. The first one is the link to update shipping profile. The link given is: https://openapi.etsy.com/v3/application/shops/12345678/listings/shipping-profiles => Resource not found The link should be: https://openapi.etsy.com/v3/application/shops/12345678/shipping-profiles

The second is some of the requirements and parameters are not up to date with the API v3 documentation. Primary and secondary cost must be a float and not a string. This is what's written, but is misleading. urlencoded.append("primary_cost", "0"); urlencoded.append("secondary_cost", "0");

Secondly the tutorial is missing parameters with either min and max ship processing time or mail carrier.

Asking to change this because the tutorial is misleading as it is not up to date with the API.

Shulamith avatar Dec 13 '21 15:12 Shulamith