Skip to content

3.0.0 General Release 2022-06-21

Compare
Choose a tag to compare
@etsyachristensen etsyachristensen released this 21 Jun 16:53
· 7 commits to main since this release
7850fbd

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 remove value_pairs from the inventory data set when you attempt to update inventory. This array is only for output/readability purposes.