Skip to main content
Anchor to ShippingLabelPurchaseResult

ShippingLabelPurchaseResult

object

Requires read_orders access scope. Also: The user requires buy_shipping_labels permission.

A result object that tracks the progress of a shipping label purchase request.

•Boolean!
non-null

This indicates if the job is still queued or has been run.

•[ShippingLabelPurchaseError!]!
non-null

Returns any error that occurred during shipping label purchase.

•ID!
non-null

A globally-unique ID that's returned when running an asynchronous mutation.

•[ShippingLabel!]!
non-null

The shipping labels associated with the purchase request.

•ShippingLabelPurchaseResultStatus!
non-null

The current status of the shipping label purchase result.


Was this section helpful?

•mutation

Purchases shipping label.

Arguments

Anchor to shippingLabelPurchaseshippingLabelPurchase
•ShippingLabelPurchaseInput!
required

The input for the shipping label purchase.



Was this section helpful?

•interface

Was this section helpful?