MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
946 stars 277 forks source link

fulfillment_service: [ 'is not defined for your shop' ] #423

Closed BUILD3R-Dev closed 3 years ago

BUILD3R-Dev commented 3 years ago

When product create

"variants": [
  {
    "fulfillment_service": "Stitchy",
    "sku": 123,
    "price": 0,
    "presentment_prices": [
      {
        "price": {
          "currency_code": "USD",
          "amount": 0
        },
        "compare_at_price": null
      },
    ]

  }

Even though I have Stitchy on my shop

having this error

{ errors: { fulfillment_service: [ 'is not defined for your shop' ], base: [ 'Missing image src' ] } }

lpinca commented 3 years ago

This is not an issue in the library. You can probably find more info on the error on Google or the Shopify Community forum.