ericcj / amz_sp_api

AmzSpApi - Unofficial Ruby gem for the Selling Partner APIs (SP-API)
Apache License 2.0
50 stars 60 forks source link

added beta getDeliveryOfferings endpoint #57

Closed bdelanghe closed 11 months ago

bdelanghe commented 11 months ago

Adding support for beta getDeliveryOfferings endpoint. I made the changes to the selling-partner-api-models within my own fork. And then ran an edited version codegen.sh that only targeted the modified models/fulfillment-outbound-api-model/fulfillmentOutbound_2020-07-01.json.

It feels that this should not go directly into main. Maybe another branch would be more appropriate?