{
"carrier": "FedEx-REST",
"action": "SubmitShipment",
"params": {
"test": true,
"generate_docs": [
"COMMERCIAL_INVOICE"
],
"currency": "EUR",
"packages": [
{
"weight": 1,
"length": 10,
"width": 8,
"height": 4
}
],
"customs": [
{
"customs_quantity_units": "EA",
"customs_quantity": 1,
"customs_line_amount": 120.00,
"country_of_manufacture": "US",
"customs_weight": 1,
"customs_description": "Silicone product",
"customs_hs_tariff": "3926.90",
"regulatory_details": [
{
"regulation_code": "EU_DE_MINIMIS",
"product_id": "SKU-123",
"product_id_type": "SKU",
"merchant_product_id": "SKU-123",
"non_standard_manufacturer_product_id": "SH123456-L",
"standard_manufacturer_product_id": "01233456789012"
}
]
}
],
"customs_value": 120.00,
"service": "INTERNATIONAL_PRIORITY",
"shipper": "Bad Dragon LLC",
"ship_contact": "Jane Smith",
"ship_addr1": "100 Main Street",
"ship_city": "Phoenix",
"ship_state": "AZ",
"ship_code": "85001",
"ship_country": "US",
"ship_phone": "6025551234",
"ship_tax_id": "IM1234567890",
"ship_tax_id_type": "BUSINESS_UNION",
"to_attention_name": "Max Mustermann",
"to_name": "Max Mustermann",
"to_addr1": "Friedrichstrasse 100",
"to_city": "Berlin",
"to_code": "10117",
"to_country": "DE",
"to_phone": "493055551234",
"shipment_description": "Silicone product",
"packaging_type": "YOUR_PACKAGING",
"pickup_type": "02",
"weight_unit": "KG",
"length_unit": "CM"
}
}
<?php
$rs = new RocketShipIt;
$response = $rs->request(
array (
'carrier' => 'FedEx-REST',
'action' => 'SubmitShipment',
'params' =>
array (
'test' => true,
'generate_docs' =>
array (
0 => 'COMMERCIAL_INVOICE',
),
'currency' => 'EUR',
'packages' =>
array (
0 =>
array (
'weight' => 1,
'length' => 10,
'width' => 8,
'height' => 4,
),
),
'customs' =>
array (
0 =>
array (
'customs_quantity_units' => 'EA',
'customs_quantity' => 1,
'customs_line_amount' => 120.0,
'country_of_manufacture' => 'US',
'customs_weight' => 1,
'customs_description' => 'Silicone product',
'customs_hs_tariff' => '3926.90',
'regulatory_details' =>
array (
0 =>
array (
'regulation_code' => 'EU_DE_MINIMIS',
'product_id' => 'SKU-123',
'product_id_type' => 'SKU',
'merchant_product_id' => 'SKU-123',
'non_standard_manufacturer_product_id' => 'SH123456-L',
'standard_manufacturer_product_id' => '01233456789012',
),
),
),
),
'customs_value' => 120.0,
'service' => 'INTERNATIONAL_PRIORITY',
'shipper' => 'Bad Dragon LLC',
'ship_contact' => 'Jane Smith',
'ship_addr1' => '100 Main Street',
'ship_city' => 'Phoenix',
'ship_state' => 'AZ',
'ship_code' => '85001',
'ship_country' => 'US',
'ship_phone' => '6025551234',
'ship_tax_id' => 'IM1234567890',
'ship_tax_id_type' => 'BUSINESS_UNION',
'to_attention_name' => 'Max Mustermann',
'to_name' => 'Max Mustermann',
'to_addr1' => 'Friedrichstrasse 100',
'to_city' => 'Berlin',
'to_code' => '10117',
'to_country' => 'DE',
'to_phone' => '493055551234',
'shipment_description' => 'Silicone product',
'packaging_type' => 'YOUR_PACKAGING',
'pickup_type' => '02',
'weight_unit' => 'KG',
'length_unit' => 'CM',
),
)
);
rs.request(
{'action': 'SubmitShipment',
'carrier': 'FedEx-REST',
'params': {'currency': 'EUR',
'customs': [{'country_of_manufacture': 'US',
'customs_description': 'Silicone product',
'customs_hs_tariff': '3926.90',
'customs_line_amount': 120.0,
'customs_quantity': 1,
'customs_quantity_units': 'EA',
'customs_weight': 1,
'regulatory_details': [{'merchant_product_id': 'SKU-123',
'non_standard_manufacturer_product_id': 'SH123456-L',
'product_id': 'SKU-123',
'product_id_type': 'SKU',
'regulation_code': 'EU_DE_MINIMIS',
'standard_manufacturer_product_id': '01233456789012'}]}],
'customs_value': 120.0,
'generate_docs': ['COMMERCIAL_INVOICE'],
'length_unit': 'CM',
'packages': [{'height': 4, 'length': 10, 'weight': 1, 'width': 8}],
'packaging_type': 'YOUR_PACKAGING',
'pickup_type': '02',
'service': 'INTERNATIONAL_PRIORITY',
'ship_addr1': '100 Main Street',
'ship_city': 'Phoenix',
'ship_code': '85001',
'ship_contact': 'Jane Smith',
'ship_country': 'US',
'ship_phone': '6025551234',
'ship_state': 'AZ',
'ship_tax_id': 'IM1234567890',
'ship_tax_id_type': 'BUSINESS_UNION',
'shipment_description': 'Silicone product',
'shipper': 'Bad Dragon LLC',
'test': True,
'to_addr1': 'Friedrichstrasse 100',
'to_attention_name': 'Max Mustermann',
'to_city': 'Berlin',
'to_code': '10117',
'to_country': 'DE',
'to_name': 'Max Mustermann',
'to_phone': '493055551234',
'weight_unit': 'KG'}}
)
rs.request(
{"carrier"=>"FedEx-REST",
"action"=>"SubmitShipment",
"params"=>
{"test"=>true,
"generate_docs"=>["COMMERCIAL_INVOICE"],
"currency"=>"EUR",
"packages"=>[{"weight"=>1, "length"=>10, "width"=>8, "height"=>4}],
"customs"=>
[{"customs_quantity_units"=>"EA",
"customs_quantity"=>1,
"customs_line_amount"=>120.0,
"country_of_manufacture"=>"US",
"customs_weight"=>1,
"customs_description"=>"Silicone product",
"customs_hs_tariff"=>"3926.90",
"regulatory_details"=>
[{"regulation_code"=>"EU_DE_MINIMIS",
"product_id"=>"SKU-123",
"product_id_type"=>"SKU",
"merchant_product_id"=>"SKU-123",
"non_standard_manufacturer_product_id"=>"SH123456-L",
"standard_manufacturer_product_id"=>"01233456789012"}]}],
"customs_value"=>120.0,
"service"=>"INTERNATIONAL_PRIORITY",
"shipper"=>"Bad Dragon LLC",
"ship_contact"=>"Jane Smith",
"ship_addr1"=>"100 Main Street",
"ship_city"=>"Phoenix",
"ship_state"=>"AZ",
"ship_code"=>"85001",
"ship_country"=>"US",
"ship_phone"=>"6025551234",
"ship_tax_id"=>"IM1234567890",
"ship_tax_id_type"=>"BUSINESS_UNION",
"to_attention_name"=>"Max Mustermann",
"to_name"=>"Max Mustermann",
"to_addr1"=>"Friedrichstrasse 100",
"to_city"=>"Berlin",
"to_code"=>"10117",
"to_country"=>"DE",
"to_phone"=>"493055551234",
"shipment_description"=>"Silicone product",
"packaging_type"=>"YOUR_PACKAGING",
"pickup_type"=>"02",
"weight_unit"=>"KG",
"length_unit"=>"CM"}}
)
rocketshipit.request(
{
"carrier": "FedEx-REST",
"action": "SubmitShipment",
"params": {
"test": true,
"generate_docs": [
"COMMERCIAL_INVOICE"
],
"currency": "EUR",
"packages": [
{
"weight": 1,
"length": 10,
"width": 8,
"height": 4
}
],
"customs": [
{
"customs_quantity_units": "EA",
"customs_quantity": 1,
"customs_line_amount": 120.00,
"country_of_manufacture": "US",
"customs_weight": 1,
"customs_description": "Silicone product",
"customs_hs_tariff": "3926.90",
"regulatory_details": [
{
"regulation_code": "EU_DE_MINIMIS",
"product_id": "SKU-123",
"product_id_type": "SKU",
"merchant_product_id": "SKU-123",
"non_standard_manufacturer_product_id": "SH123456-L",
"standard_manufacturer_product_id": "01233456789012"
}
]
}
],
"customs_value": 120.00,
"service": "INTERNATIONAL_PRIORITY",
"shipper": "Bad Dragon LLC",
"ship_contact": "Jane Smith",
"ship_addr1": "100 Main Street",
"ship_city": "Phoenix",
"ship_state": "AZ",
"ship_code": "85001",
"ship_country": "US",
"ship_phone": "6025551234",
"ship_tax_id": "IM1234567890",
"ship_tax_id_type": "BUSINESS_UNION",
"to_attention_name": "Max Mustermann",
"to_name": "Max Mustermann",
"to_addr1": "Friedrichstrasse 100",
"to_city": "Berlin",
"to_code": "10117",
"to_country": "DE",
"to_phone": "493055551234",
"shipment_description": "Silicone product",
"packaging_type": "YOUR_PACKAGING",
"pickup_type": "02",
"weight_unit": "KG",
"length_unit": "CM"
}
}
)