Skip to content
  • There are no suggestions because the search field is empty.

Commerce: Parentheses That Appear Around the Method Name

This article goes over the Parentheses that appears on Method Names on the Commerce Checkout

Overview:

When using ShipperHQ on the Commerce Platform, method names will appear with a parenthese around the method name. This formatting is being applied by the Commerce Platform and is not controlled by ShipperHQ.Screenshot

In-Depth Breakdown: 

Below is set of testing that walks through where the parentheses comes from. 


From our test on a Commerce/ShipperHQ account, the screenshot below shows that the “selectedShippingOption” is returning “FedEx (Ground)."

image-Aug-18-2025-07-35-42-6112-PM

  • This object is created and styled entirely within the Commerce platform.

 

How Commerce creates this: 

In the checkout JavaScript, Commerce creates an element called “shippingOption-desc”, which wraps the method name (e.g., “Ground”) in parentheses. This is controlled by the Shipping folder logic.

image-Aug-18-2025-08-39-54-9503-PM

Additionally, when running a GET Checkout API Request through the Commerce API Runner (reference), we can see that the parentheses are present in the Commerce API response. 

image (6)

What ShipperHQ Sends: 

ShipperHQ does not send parentheses through the API, our create parentheses in our own system, as can been seen in the JSON response to Commerce. 

Screenshot

Next Steps:

If you see parentheses around your method names on the Commerce Platform, please reach out to the Commerce support team for further assistance on how to remove those, as ShipperHQ cannot control the Commerce platform logic.