3.0.0 General Release 2022-06-21
etsyachristensen
released this
21 Jun 16:53
·
7 commits
to main
since this release
Changes
- Fixed issue with the shipping profile on getListing endpoint giving the incorrect shipping profile. (#403)
- If the shipping profile has no name in the get listings endpoints, the name will autofill with "Custom Shipping Profile (#{listingid})
Added
- In the getListingInventory and other property value endpoints now will return a new additional array called
value_pairs
to match the value_id with the value strings. This is additive and should not introduce a breaking change. (#507 )
NOTE: Be sure to removevalue_pairs
from the inventory data set when you attempt to update inventory. This array is only for output/readability purposes.