New
- createShopReturnPolicy Create a shop return policy.
- getShopReturnPolicies and getShopReturnPolicy to get a list of shop return policies or a single policy, respectively.
- deleteShopReturnPolicy Delete a specific shop return policy
- updateShopReturnPolicy Update a specific Shop Return Policy
- consolidateShopReturnPolicies Consolidated multiple policies into a single policy
Changed
- Added
return_policy_id
input parameter to updateListing to add a policy to a listing. - Added
return_policy_id
input parameter to createDraftListing to add a policy to a listing when creating it. - Fixed issue where shops with no credit card on file get an error about shipping profile when attempting to upload files to a digital listing. See #663
- Updated documentation in the listing video management to change the 0, 1, 2, 3 values to be "active", "inactive", "deleted" and "flagged" respectively. No code changes. Just documentation. See #661