feat(fulfillment): Separate list and context rules validation (#6674)

**What**

- Add method to validate fulfillment option from the provider
- Separate list/list and count from context rules validation and add listShippingOptionsForContext

FIXES CORE-1861
This commit is contained in:
Adrien de Peretti
2024-03-15 14:25:51 +01:00
committed by GitHub
parent 1956dce80a
commit 3188e703b3
16 changed files with 1011 additions and 326 deletions

View File

@@ -1413,7 +1413,7 @@ medusaIntegrationTestRunner({
geo_zones: [
{
type: "country",
country_code: "us",
country_code: "dk",
},
],
},
@@ -1637,7 +1637,7 @@ medusaIntegrationTestRunner({
geo_zones: [
{
type: "country",
country_code: "us",
country_code: "dk",
},
],
},