> ## Documentation Index
> Fetch the complete documentation index at: https://enterprise-docs.bglobale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Shipping Method Code

The Global-e extension creates a new shipping method in Magento to support international orders coming in via the Global-e API. The carrier code is named Globale and is titled International Shipping. Per the merchant’s request, additional mapping can be defined to enable different shipping methods in Magento (based on the shipping methods selected in the Global-e checkout).

The Magento database stores the following default values in tables quote\_shipping\_rate:

<Frame>
  <img src="https://mintcdn.com/globale-enterprise/hjqDl82-X0YUzXdP/images/uuid-89a32410-8151-9425-efbc-5bdb0c017ff4.png?fit=max&auto=format&n=hjqDl82-X0YUzXdP&q=85&s=68468022450bf65bdd911fad197535c5" width="1269" height="158" data-path="images/uuid-89a32410-8151-9425-efbc-5bdb0c017ff4.png" />
</Frame>

The information is displayed in Magento Admin:

<Frame>
  <img src="https://mintcdn.com/globale-enterprise/-95KX8vS1vYAnafZ/images/uuid-570fc93e-0d8f-3721-d55f-cb1c37c89a1a.png?fit=max&auto=format&n=-95KX8vS1vYAnafZ&q=85&s=fdfb7e67c26796c948607e572c2186a1" width="1265" height="791" data-path="images/uuid-570fc93e-0d8f-3721-d55f-cb1c37c89a1a.png" />
</Frame>

###### Shipping Method Configurations

In Magento Admin you can add mapping that changes the data for a specific carrier.

1. In the Global-e admin add a `shippingMethodCode`.

   In the example below the code shippingMethodCodeis added.

   <Frame>
     <img src="https://mintcdn.com/globale-enterprise/hjqDl82-X0YUzXdP/images/uuid-89a5a0b7-4c31-b697-1e5d-8557a5b5aea3.png?fit=max&auto=format&n=hjqDl82-X0YUzXdP&q=85&s=4c8b0a483fb9d3e05903f24e8521592a" width="729" height="49" data-path="images/uuid-89a5a0b7-4c31-b697-1e5d-8557a5b5aea3.png" />
   </Frame>
2. In Magento Admin Navigate to *Stores > Configuration > Services > Global-e Integration Lite > Shipment*.

   <Frame>
     <img src="https://mintcdn.com/globale-enterprise/83nCB7AJobthQFqb/images/uuid-b87739b3-2133-2ea8-7cf5-342fcd92a7c0.png?fit=max&auto=format&n=83nCB7AJobthQFqb&q=85&s=c7e90923e22dc5761a4268611c654320" width="1801" height="929" data-path="images/uuid-b87739b3-2133-2ea8-7cf5-342fcd92a7c0.png" />
   </Frame>
3. In **Map GlobalE shipping method to Merchant Shipping Methods** add mapping to change data for a specific carrier.

   <Frame>
     <img src="https://mintcdn.com/globale-enterprise/vhiwVFSofQQTfWIF/images/uuid-a4c9bf34-b2f6-3788-f8c2-7912361e2c1d.png?fit=max&auto=format&n=vhiwVFSofQQTfWIF&q=85&s=af23fa34954ee3125abe8c5524da2807" width="960" height="205" data-path="images/uuid-a4c9bf34-b2f6-3788-f8c2-7912361e2c1d.png" />
   </Frame>

   ```
     {
            "geShippingMethodCode":{
                     "newCarrierName":[ "methodCode", "methodName" ]}
   ```

**Example:**

```
{
    "mor_test":{
        "globaleintegration":[ 
          "SKYNET_EXPRESS_GLOBALE", 
          "Skynet" ]
    }
}

```

```
{
    "mor_test":{
        "globaleintegration":[ 
          "SKYNET_EXPRESS_GLOBALE", 
          "Skynet" ]
    }
}

```
