Skip to content

Conversation

@sriyerr
Copy link

@sriyerr sriyerr commented Oct 10, 2025

Issue #, if available:

*Description of changes: Code recipe for Amazon Business - B2B Delivery Experience ( MFN sellers who do not use Buy Shipping) . Recipe includes calling the Orders API to retrieve order information, order item information and buyer information. Recipe checks if the order being processed is an Amazon Business Order and if yes, the address to which the order is being delivered is a Commercial address. If the delivery address is a commercial address then delivery carriers who deliver on weekends are filtered . Shipping Label is generated and as a final step confirm shipment call is made. ( recipe contains mock methods for carrier selection and label generation)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

}
}

public static void main(String[] args) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this function, it shouldn't be necessary

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has been removed

return purchaseOrderNumber;
}

public void setPurchaseOrderNumber(String purchaseOrderNumber) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting looks broken starting from here, can you please reformat?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the formatting and updated the readme file

@mafge
Copy link
Contributor

mafge commented Oct 27, 2025

Closing this PR in favor of #179

@mafge mafge closed this Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants