-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Cant update fulfillment_orders_opt_in in fulfillmentService #482
Comments
Does it work without it? What is the returned status code? |
it returns 202 (all good) |
Same problem here. This is when I send my request (create or update the fulfillmentService) {
"name": "My Fulfillment Service",
"callback_url": "https://my-domain/fulfillment",
"inventory_management": false,
"tracking_support": true,
"requires_shipping_method": true,
"fulfillment_orders_opt_in": true,
"format": "json"
} After I get this from the service: {
"name": "My Fulfillment Service",
"requires_shipping_method": true,
"handle": "my-fulfillment-service",
"id": 57954336927,
"email": null,
"include_pending_stock": false,
"service_name": "My Fulfillment Service",
"inventory_management": false,
"tracking_support": true,
"provider_id": null,
"location_id": 63210061983
} I don't even get a Also, when completing checkout (test) and placing a "Fulfillment Request" in the store admin, nothing arrives to the designated I am running it in firebase functions and using the NPM package Any help is appreciated. Thanks. |
Hi
I am trying to pass fulfillment_orders_opt_in parameter to fulfillmentService.update or fulfillmentService.create
but it doesn't accept it
when i call Shopify API directly it does work
The text was updated successfully, but these errors were encountered: