Shipment Object Details
Shipment Schema
Key
Type
Required
Description
_id
String
N.A. Included in API response
Primary Key of the user object.
card_style_id
String
Yes
fee_node_id
String
Yes. Not included in response.
ID of the node where the shipment fee should be charged. This can only be a node that is linked to your user ID or the end user's user ID.
name
String
No
secondary_label
String
No
Optional field to include with as an additional line beneath the cardholder name (e.g. a business name).
address.address_line_1
String
N.A. Included in API response
address.address_city
String
N.A. Included in API response
address.address_state
String
N.A. Included in API response
address.address_zipcode
String
N.A. Included in API response
address.address_country_code
String
N.A. Included in API response
address.address_care_of
String
N.A. Included in API response
When address taken from MAILING_ADDRESS
and address_care_of
field is supplied there it auto-populates here.
subnet_id
String
N.A. Included in API response
Subnet ID associated with the shipment.
delivery
String
Yes
delivery_carrier
String
N.A. Included in API response
tracking
String
N.A. Included in API response
Tracking number of the shipment. Only avaliable if delivery is STANDARD|TRACKING
, EXPEDITE
or OVERNIGHT
.
created_on
String
N.A. Included in API response
Unix timestamp (in ms) value of when the shipment was created.
status
String
N.A. Included in API response
Possible delivery
Values
delivery
ValuesValue
Description
STANDARD
Shipment will go through regular mail.
STANDARD|TRACKING
Shipment will go through regular mail with tracking.
EXPEDITE
Shipment will be expedited for faster delivery.
OVERNIGHT
Shipment will be spent overnight.
Possible delivery_carrier
Values
delivery_carrier
ValuesValue
Description
USPS
Delivery Carrier for this shipment is USPS.
FEDEX
Delivery Carrier for this shipment is FedEx.
UPS
Delivery Carrier for this shipment is UPS.
Possible status
Values
status
ValuesValue
Description
CREATED
Shipment has been created but not shipped yet.
BATCHED
Shipment has been issued to the card printer.
ACCEPTED
Shipment has been accepted by our card printer.
SHIPPED
Shipment has been shipped.
RETURNED
Shipment was shipped but returned.
CANCELED
Shipment was canceled and not shipped.
Last updated
Was this helpful?