feat(core-flows,medusa,types): fulfillment API: create (#7101)

what:

- adds fulfillment create API

RESOLVES CORE-1962
This commit is contained in:
Riqwan Thamir
2024-04-23 08:35:44 +00:00
committed by GitHub
parent 14a7378375
commit 18f3aacee6
26 changed files with 1037 additions and 14 deletions
@@ -30,7 +30,8 @@ export function generateCreateFulfillmentData(
country_code: "test-country-code_" + randomString,
province: "test-province_" + randomString,
phone: "test-phone_" + randomString,
full_name: "test-full-name_" + randomString,
first_name: "test-first-name_" + randomString,
last_name: "test-last-name_" + randomString,
},
items: data.items ?? [
{