knowndecimal / fulfil

Interact with the Fulfil.io API using Ruby
MIT License
9 stars 2 forks source link

Support the context url option #63

Open danmorin opened 1 month ago

danmorin commented 1 month ago

As per https://developers.fulfil.io/guides/inventory-management/#fetch-inventory-of-products-in-a-specific-location, in order to pull back a product and limit the inventory to one or multiple specific locations, you have to add a context parameter to the request. I wasn't able to find a way to do this with the ruby library.

Is there a way to do this or is it something worth adding?

cdmwebs commented 1 month ago

@danmorin we'll take a look. I haven't seen context used anywhere else yet.