{
"carrier": "UPS-REST",
"action": "SubmitShipment",
"params": {
"key": "your-key-from-authenticate-request",
"account_number": "YOUR_ACCOUNT_NUMBER",
"usps_endorsement": "5",
"cost_center": "00000",
"package_id": "1",
"packaging_type": "62",
"packages": [
{
"weight": 2
}
],
"service": "M4",
"customs_forms": "01,09",
"customs_content_type": "1",
"currency": "USD",
"customs": [
{
"invoice_line_description": "Books",
"invoice_line_value": "25.00",
"invoice_line_origin_country_code": "US",
"customs_quantity": 2,
"customs_quantity_units": "EA",
"customs_weight": 1.5,
"commodity_code": "4901100000"
}
],
"reason_for_export": "GIFT",
"invoice_date": "20260323",
"sold_company": "John Doe",
"sold_name": "John Doe",
"sold_phone": "1231231234",
"sold_addr1": "1 Main St",
"sold_city": "London",
"sold_state": "",
"sold_code": "EC1A 1BB",
"sold_country": "GB",
"shipper": "RocketShipIt",
"ship_addr1": "123 Main St",
"ship_city": "Whitehall",
"ship_state": "MT",
"ship_code": "59759",
"ship_phone": "1231231234",
"ship_country": "US",
"to_name": "John Doe",
"to_addr1": "1 Main St",
"to_city": "London",
"to_state": "",
"to_code": "EC1A 1BB",
"to_country": "GB",
"image_type": "GIF",
"test": true
}
}
<?php
$rs = new RocketShipIt;
$response = $rs->request(
array (
'carrier' => 'UPS-REST',
'action' => 'SubmitShipment',
'params' =>
array (
'key' => 'your-key-from-authenticate-request',
'account_number' => 'YOUR_ACCOUNT_NUMBER',
'usps_endorsement' => '5',
'cost_center' => '00000',
'package_id' => '1',
'packaging_type' => '62',
'packages' =>
array (
0 =>
array (
'weight' => 2,
),
),
'service' => 'M4',
'customs_forms' => '01,09',
'customs_content_type' => '1',
'currency' => 'USD',
'customs' =>
array (
0 =>
array (
'invoice_line_description' => 'Books',
'invoice_line_value' => '25.00',
'invoice_line_origin_country_code' => 'US',
'customs_quantity' => 2,
'customs_quantity_units' => 'EA',
'customs_weight' => 1.5,
'commodity_code' => '4901100000',
),
),
'reason_for_export' => 'GIFT',
'invoice_date' => '20260323',
'sold_company' => 'John Doe',
'sold_name' => 'John Doe',
'sold_phone' => '1231231234',
'sold_addr1' => '1 Main St',
'sold_city' => 'London',
'sold_state' => '',
'sold_code' => 'EC1A 1BB',
'sold_country' => 'GB',
'shipper' => 'RocketShipIt',
'ship_addr1' => '123 Main St',
'ship_city' => 'Whitehall',
'ship_state' => 'MT',
'ship_code' => '59759',
'ship_phone' => '1231231234',
'ship_country' => 'US',
'to_name' => 'John Doe',
'to_addr1' => '1 Main St',
'to_city' => 'London',
'to_state' => '',
'to_code' => 'EC1A 1BB',
'to_country' => 'GB',
'image_type' => 'GIF',
'test' => true,
),
)
);
rs.request(
{'action': 'SubmitShipment',
'carrier': 'UPS-REST',
'params': {'account_number': 'YOUR_ACCOUNT_NUMBER',
'cost_center': '00000',
'currency': 'USD',
'customs': [{'commodity_code': '4901100000',
'customs_quantity': 2,
'customs_quantity_units': 'EA',
'customs_weight': 1.5,
'invoice_line_description': 'Books',
'invoice_line_origin_country_code': 'US',
'invoice_line_value': '25.00'}],
'customs_content_type': '1',
'customs_forms': '01,09',
'image_type': 'GIF',
'invoice_date': '20260323',
'key': 'your-key-from-authenticate-request',
'package_id': '1',
'packages': [{'weight': 2}],
'packaging_type': '62',
'reason_for_export': 'GIFT',
'service': 'M4',
'ship_addr1': '123 Main St',
'ship_city': 'Whitehall',
'ship_code': '59759',
'ship_country': 'US',
'ship_phone': '1231231234',
'ship_state': 'MT',
'shipper': 'RocketShipIt',
'sold_addr1': '1 Main St',
'sold_city': 'London',
'sold_code': 'EC1A 1BB',
'sold_company': 'John Doe',
'sold_country': 'GB',
'sold_name': 'John Doe',
'sold_phone': '1231231234',
'sold_state': '',
'test': True,
'to_addr1': '1 Main St',
'to_city': 'London',
'to_code': 'EC1A 1BB',
'to_country': 'GB',
'to_name': 'John Doe',
'to_state': '',
'usps_endorsement': '5'}}
)
rs.request(
{"carrier"=>"UPS-REST",
"action"=>"SubmitShipment",
"params"=>
{"key"=>"your-key-from-authenticate-request",
"account_number"=>"YOUR_ACCOUNT_NUMBER",
"usps_endorsement"=>"5",
"cost_center"=>"00000",
"package_id"=>"1",
"packaging_type"=>"62",
"packages"=>[{"weight"=>2}],
"service"=>"M4",
"customs_forms"=>"01,09",
"customs_content_type"=>"1",
"currency"=>"USD",
"customs"=>
[{"invoice_line_description"=>"Books",
"invoice_line_value"=>"25.00",
"invoice_line_origin_country_code"=>"US",
"customs_quantity"=>2,
"customs_quantity_units"=>"EA",
"customs_weight"=>1.5,
"commodity_code"=>"4901100000"}],
"reason_for_export"=>"GIFT",
"invoice_date"=>"20260323",
"sold_company"=>"John Doe",
"sold_name"=>"John Doe",
"sold_phone"=>"1231231234",
"sold_addr1"=>"1 Main St",
"sold_city"=>"London",
"sold_state"=>"",
"sold_code"=>"EC1A 1BB",
"sold_country"=>"GB",
"shipper"=>"RocketShipIt",
"ship_addr1"=>"123 Main St",
"ship_city"=>"Whitehall",
"ship_state"=>"MT",
"ship_code"=>"59759",
"ship_phone"=>"1231231234",
"ship_country"=>"US",
"to_name"=>"John Doe",
"to_addr1"=>"1 Main St",
"to_city"=>"London",
"to_state"=>"",
"to_code"=>"EC1A 1BB",
"to_country"=>"GB",
"image_type"=>"GIF",
"test"=>true}}
)
rocketshipit.request(
{
"carrier": "UPS-REST",
"action": "SubmitShipment",
"params": {
"key": "your-key-from-authenticate-request",
"account_number": "YOUR_ACCOUNT_NUMBER",
"usps_endorsement": "5",
"cost_center": "00000",
"package_id": "1",
"packaging_type": "62",
"packages": [
{
"weight": 2
}
],
"service": "M4",
"customs_forms": "01,09",
"customs_content_type": "1",
"currency": "USD",
"customs": [
{
"invoice_line_description": "Books",
"invoice_line_value": "25.00",
"invoice_line_origin_country_code": "US",
"customs_quantity": 2,
"customs_quantity_units": "EA",
"customs_weight": 1.5,
"commodity_code": "4901100000"
}
],
"reason_for_export": "GIFT",
"invoice_date": "20260323",
"sold_company": "John Doe",
"sold_name": "John Doe",
"sold_phone": "1231231234",
"sold_addr1": "1 Main St",
"sold_city": "London",
"sold_state": "",
"sold_code": "EC1A 1BB",
"sold_country": "GB",
"shipper": "RocketShipIt",
"ship_addr1": "123 Main St",
"ship_city": "Whitehall",
"ship_state": "MT",
"ship_code": "59759",
"ship_phone": "1231231234",
"ship_country": "US",
"to_name": "John Doe",
"to_addr1": "1 Main St",
"to_city": "London",
"to_state": "",
"to_code": "EC1A 1BB",
"to_country": "GB",
"image_type": "GIF",
"test": true
}
}
)