Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Apr 23, 2024

Conversation

riqwan
Copy link
Contributor

@riqwan riqwan commented Apr 19, 2024

what:

  • adds fulfillment create API

RESOLVES CORE-1962

Copy link

changeset-bot bot commented Apr 19, 2024

🦋 Changeset detected

Latest commit: a54729a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@medusajs/core-flows Patch
@medusajs/medusa Patch
@medusajs/types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medusa-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2024 8:20am
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Apr 23, 2024 8:20am
docs-ui ⬜️ Ignored (Inspect) Visit Preview Apr 23, 2024 8:20am
medusa-docs ⬜️ Ignored (Inspect) Visit Preview Apr 23, 2024 8:20am

items: z.array(
z.object({
title: z.string(),
sku: z.string(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are both an SKU and barcode required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the module, both are required. Any reason why it wouldn't be?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@riqwan both are unique identifiers, so I was wondering if it's enough to have one or the other

…ts (#7118)

* feat(core-flows,medusa,types): add update api for fulfillments

* chore: add create shipment api

* chore: remove update endpoint

* chore: update changeset

* chore: added comment

* chore: throw on error in workflows
@kodiakhq kodiakhq bot merged commit 18f3aac into develop Apr 23, 2024
24 checks passed
@kodiakhq kodiakhq bot deleted the feat/fulfillment-create-api branch April 23, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants