joecampo/laravel-shipstation

Missing /fulfillments endpoint

andobolocco opened this issue · 3 comments

according to shipstation docs now we can list /fulfillments as a separate request, this wrapper does not include that endpoint and there's no way to extend it in laravel because $endpoints is a private property and there is no setter method to add any.

anyone encountered this issue? can we simply add '/fulfillments' to the $endpoints array?

thanks in advance

@joecampo any plans on adding this?

Hi there - I added the endpoint.

great! thank you!