InternalThe format to return the image in
A typename that can be used as a typeguard if preferred over isinstance
Readonlyaccount_The carrier account being used for the shipment
If null, a Shipgenius-provided account was used.
Otherwise, your own account was used.
Readonlybase_The price for the shipment before extras and fees.
Readonlybilling_The billed weight of the package.
This is the greater of the package's physical weight and its dimensional weight.
ReadonlycarrierThe carrier who is accepting the shipment
Readonlycarrier_Carrier-specific extra fields with metadata about the shipment
ReadonlydisclaimersDisclaimers issued by the carrier about the shipment
Readonlyestimated_An ISO date specifying the expected delivery date
See getEstimatedDeliveryDate for this value in other representations.
Readonlyguaranteed_Whether the carrier is offering a guarntee on their delivery date
ReadonlyidThe id of the label in the Shipgenius OMS database.
Can be used in ShipmentIdentifier.labelgenius_id
Readonlyitemized_An itemized list of charges for the label
ReadonlylabelAn image of the label
Fields here are dependent on what was selected as the label format in the call to fetch the label.
By default, no label image is returned and this field is null.
Readonlylabel_The UUID that can be used to find the label in the /media endpoints
Readonlylabelgenius_The amount charged by Shipgenius for the label.
Includes card fees, but does not include fees charged directly by carriers when using your own carrier account.
If you want the total price including what you're being charged by the carrier on your own account, see total_price
Readonlyservice_The carrier service being used for the shipment
Readonlyshipment_The ID of the shipment in the carrier's system.
For most carriers, this is the same value as the tracking number.
Readonlytotal_The total price for the shipment after extras, but not including card fees.
This is the total price for the shipment including charges from both the carrier and from Shipgenius.
If you're looking for the price being charged by Shipgenius including card fees, see labelgenius_charge
Readonlytracking_The tracking number for the shipment
Readonlytransaction_The UUID of the label-creation transaction.
Can be used with recoverLabel to recover the label if the label data is lost.
ReadonlywarningsA list of warnings the carrier issued about the shipment
Interface version of DomesticLabel