Skip to content

shopify.fulfillment.create returns 404 error #620

@domus71

Description

@domus71

I'm trying the following:

async function createFullfill() {
  await shopify.fulfillment.create(order_id, {
  location_id:  location_id,
  tracking_number: tracking_number,
  tracking_company: courier_service,
  notify_customer: true,
 });
}

And returns 404 error (Not found)

Thnaks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions