Hello fellow developers!
I'm looking for a way to create shipping jurisdiction and shipping jurisdiction group programmatically.
Best
Emil
Found it!
// Get var jurisdicitions = JurisdictionManager.GetJurisdictions(JurisdictionManager.JurisdictionType.Shipping);
// Save/update JurisdictionManager.SaveJurisdiction(obj)
Not want to spoil you but the method you posted is for getting, not creating.
You would have to update the Dto, then use
Hello fellow developers!
I'm looking for a way to create shipping jurisdiction and shipping jurisdiction group programmatically.
Best
Emil