You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way of retrieving labels is through the Labels endpoint from what I can tell. I was advised by Sendcloud to use the Parcel Documents endpoint as we rely on ZPL.
Is this something that's currently in the works behind the scenes, or would this be something that I would have to make a PR for?
The text was updated successfully, but these errors were encountered:
@linaori There's not really anything in the works from our end right now. We use a limited subset of functionality ourselves and only extend where needed, but I'm happy to help implement and review if you get started on a PR!
Sendcloud will generate the correct type of document for your shipment when you Create a parcel
For labels this has always been pull-based as the shipping labels for carriers incur costs. My guess is that this label will be a plain carrierless one, but testing will confirm that.
I think it works the same as the existing PDF version, you first call createLabel($parcel, ...). I've got a working version that I've tested with, I just have to implement it in a fork so I can make PR, which I will probably do in the coming days/week
Currently the only way of retrieving labels is through the Labels endpoint from what I can tell. I was advised by Sendcloud to use the Parcel Documents endpoint as we rely on ZPL.
Is this something that's currently in the works behind the scenes, or would this be something that I would have to make a PR for?
The text was updated successfully, but these errors were encountered: