rhysnhall / etsy-php-sdk

PHP SDK for Etsy API v3.
MIT License
47 stars 36 forks source link

Adding parameter array to Listing->getInventory() #27

Closed chrismjones closed 3 months ago

chrismjones commented 11 months ago

Etsy's API allows parameters to be passed into getListingInventory. https://developer.etsy.com/documentation/reference#operation/getListingInventory

This updates the code to allow them to be passed, simply copying the way other functions in the file handle the same thing.

rhysnhall commented 3 months ago

Apologies on the radio silence. This repo is now being maintained again. A major update for the package has been released and this includes support for all of the latest changes in the Etsy API.