Skip to content
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

Feature Request: Automatic Label Generation #66

Open
batonac opened this issue Nov 16, 2022 · 2 comments
Open

Feature Request: Automatic Label Generation #66

batonac opened this issue Nov 16, 2022 · 2 comments

Comments

@batonac
Copy link

batonac commented Nov 16, 2022

I'm not sure how this would work yet, but I'm needing some way to automatically generate the labels for orders based on the order item(s) weigh and size.

I suppose there needs to be some kind of defaults table per store with the ability to assign carriers and services for things like order weight, category, customer class, etc.

Is this a scenario for any of your clients? Any ideas of where to get started?

@agritheory
Copy link

@batonac Yo! The label generation API has worked for me in the past in previous iterations of this app. Also, I think we want to manually generate labels because you are charged per label. Both approaches have room for abuse, but only one can be charged back to the developer.

As far as setting defaults, there are multiple ways to solve this but I think that leveraging/ extending the Shipping Rule doctype makes the most sense.

@Alchez
Copy link
Contributor

Alchez commented Nov 18, 2022

@batonac, I agree with @agritheory in keeping label generation responsible to an actual user considering it's going to rack up costs. We haven't had a client who has wanted auto-generation of labels yet, but if you think it's something worth looking into, feel free to add a design spec here.

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

No branches or pull requests

3 participants