-
Notifications
You must be signed in to change notification settings - Fork 60
Amazon Business - B2B Delivery Experience #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
code-recipes/java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java
Outdated
Show resolved
Hide resolved
code-recipes/java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java
Outdated
Show resolved
Hide resolved
code-recipes/php/test/b2bdeliveryexperience/BusinessDeliveryExperienceRecipeTest.php
Outdated
Show resolved
Hide resolved
code-recipes/php/src/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.php
Show resolved
Hide resolved
code-recipes/java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java
Outdated
Show resolved
Hide resolved
code-recipes/java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java
Outdated
Show resolved
Hide resolved
code-recipes/java/src/main/java/b2bdeliveryexperience/BusinessDeliveryExperienceRecipe.java
Outdated
Show resolved
Hide resolved
| } | ||
| } | ||
|
|
||
| public static void main(String[] args) { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
|
Closing this PR in favor of #179 |
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.