jlevers / selling-partner-api

A PHP client library for Amazon's Selling Partner API
BSD 3-Clause "New" or "Revised" License
409 stars 200 forks source link

getInboundPlan DTO (InboundPlan) #793

Closed HenrijsFF closed 2 weeks ago

HenrijsFF commented 1 month ago

Currently there's only a DTO for InboundPlanSummary for Fulfillment Inbound v2024-03-20. But not for the full InboundPlan. I see the old API has it.

Has it not been implemented yet or was there some other issue?

jlevers commented 2 weeks ago

Do you mean a response DTO? I believe there is one, here: https://github.com/jlevers/selling-partner-api/blob/main/src/Seller/FBAInboundV20240320/Responses/InboundPlan.php

HenrijsFF commented 2 weeks ago

Do you mean a response DTO? I believe there is one, here: https://github.com/jlevers/selling-partner-api/blob/main/src/Seller/FBAInboundV20240320/Responses/InboundPlan.php

Yes. After a month I finally got the gist of it.

And I want to say a huge thank you for all the work you are doing.

jlevers commented 2 weeks ago

My pleasure! Glad you figured it out :)