Discussions

Ask a Question
Back to All

Company name not sent by API when creating shipping label

Company name is sent both in billing and shipping address, but it is lost when I print the label. Here is a sample of API code:
'payment_custom_field' =>
array (
),
'payment_method' => 'Credit/Debit Card (3D and SCA Secured) Stripe',
'payment_code' => 'stripe',
'shipping_firstname' => 'David',
'shipping_lastname' => 'Li',
'shipping_company' => 'Allonis LLC',
'shipping_address_1' => '4078 Waterland Drive',