FosterCommerce / shipstation-connect

A plugin for Craft Commerce 2 that integrates with ShipStation.
https://plugins.craftcms.com/shipstationconnect
Other
7 stars 10 forks source link

No shipping info coming through shipstation connect. #53

Closed booyaamps closed 10 months ago

booyaamps commented 10 months ago

Hello! Craft 4.5 site with newest craft commerce. Using Postie for shipping rates, which is working well (orders are able to get real time shipping rates, and the orders show up with the correct shipping in craft. see below.) image

None of that shipping info is coming into the order in shipstation, though- the service, package type, or anything else. When i ping the Shipstation Connect XML URL through postman, the ShippingMethod block is blank. Searching the XML output for the purchased shipping method (i.e. CTRL-F, "fedex") returns no results.

   <ShippingMethod>
        <![CDATA[]]>
    </ShippingMethod>

Is this behavior expected?

johnnynotsolucky commented 10 months ago

Hi @booyaamps, this is not expected behavior. I'm unfamiliar with Postie, to clarify, the shipping methods you have configured are configured by that plugin and not from Commerce -> Shipping -> Shipping Methods?

booyaamps commented 10 months ago

Correct! Rates come from Postie and not Commerce->Shipping->Shipping Methods.

johnnynotsolucky commented 10 months ago

Thanks @booyaamps, I'm going to look into this and I'll revert back here once I know whats going on.

johnnynotsolucky commented 10 months ago

@booyaamps the issue should now be resolved in v2.0.2 with #54

Please give us a shout if this doesn't solve the problem for you.

booyaamps commented 10 months ago

You rock. Seriously, thank you so much.

    <ShippingMethod>
        <![CDATA[FEDEX_GROUND]]>
    </ShippingMethod>

Works like a charm!