Skip to content

Commit

Permalink
fix: set shipment amount from Shipstation's shipments (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchez authored Oct 6, 2022
1 parent da3f4f4 commit 628f431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shipstation_integration/shipments.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def create_shipment(
"carrier": shipment.carrier_code,
"carrier_service": shipment.service_code,
"awb_number": shipment.tracking_number,
"shipment_amount": shipment.shipment_cost,
"service_provider": "Shipstation",
"incoterm": "DAP (Delivered At Place)",
"shipstation_store_name": store.store_name,
Expand Down

0 comments on commit 628f431

Please sign in to comment.