Docs

Log in to read the version of docs relevant to your site, or use the dropdown versions

ShipStation Integration: Field-Mapping

The following table lists the fields that are mapped between Chargebee and ShipStation when the integration is enabled and orders are synced.

Serial #Chargebee fieldShipStation field
1document_numberorderNumber
2reference_idorderKey
3order_dateorderDate
4paid_atpaymentDate
5fulfillment_statusorderStatus
6statusNo direct mapping. Field value in Chargebee is assigned based on the value of order status in ShipStation. See this table.
7shipped_atshipDate
8delivered_atfullfillments[deliveryDate]
9tracking_idshipments[trackingNumber]
10batch_idshipments[batchNumber]
11shipment_carriershipments[carrierCode]
12customer[first_name] and customer[last_name]customerUsername
13customer[email]customerEmail
14amount_paidamountPaid
15taxtaxAmount
16noteinternalNotes
17order_line_items[id]OrderItem[lineItemKey]
18order_line_items[description]OrderItem[name]
19You can optionally have custom fields plan price[cf_inv_sku] or addon price[cf_inv_sku] or charge price[cf_inv_sku]. These fields are mapped to ShipStation depending on whether order_line_items[entityType] is plan or addon or charge respectively. Within the Custom fields, Field Label and API Name must be [cf_inv_sku]. Otherwise, order_line_items[sku] is mapped to ShipStation.OrderItem[sku]
20order_line_items[fulfillment_quantity]OrderItem[quantity]
21order_line_items[unit_price]OrderItem[unitPrice]
22order_line_items[tax_amount]OrderItem[taxAmount]
23billing_address[first_name] & billing_address[last_name]billTo[name]
24billing_address[company]billTo[company]
25billing_address[line1]billTo[street1]
26billing_address[line2]billTo[street2]
27billing_address[line3]billTo[street3]
28billing_address[city]billTo[city]
29billing_address[state]billTo[state]
30billing_address[zip]billTo[postalCode]
32billing_address[country]billTo[country]
32billing_address[phone]billTo[phone]
33shipping_addressshipTo (field mapping is same as billing_address to billTo mapping)

Was this article helpful?