Questions tagged [fulfillment]

115 questions
0
votes
0 answers

Shopify API - Create Fulfillment, One location works, Multiple locations does not

When using the code below, to fulfil a single location/fulfilment, it works fine. If an order has 2 fulfilments (from 2 locations), it does not work saying "None of the items are stocked at the new location." location_id and the single…
0
votes
1 answer

What are the utterance for "action.devices.commands.appInstall, action.devices.commands.appSearch" command?

I am developing Google smart home I would like to execute the "action.devices.commands.appInstall or action.devices.commands.appSearch" but I am unable to figure out utterance for these commands. Ex - with the utterance "Launch Yotube on My TV"…
Love Bum
  • 11
  • 2
0
votes
1 answer

Pagination to Retrieves a list of fulfillment orders on a shop for a specific app

https://{shop}.myshopify.com/admin/api/2022-01/assigned_fulfillment_orders.json?assignment_status=fulfillment_requested We are using above shopify admin API to retrieve fulfillment_orders that are requested but we have a case that we only want to…
bilal baig
  • 31
  • 2
0
votes
0 answers

fulfillment code error Webhook call failed. Error: UNAVAILABLE

I am developing a voice assistant through dialogflow, google calendar and voximplant. I have a problem in the fulfillment code because, I don't know why, but I constantly get this error in the DIAGNOSTIC INFO, as well as a series of errors on the…
0
votes
1 answer

Adding an identifier in the order information in Shopify that is passed to our 3rd party fulfillment center

Would it be possible to have an identifier in the order information that is passed to our 3rd party fulfillment center that would enable them to put an insert in the orders being shipped to different groups of customers? I've heard something about…
gurtner
  • 328
  • 4
  • 12
0
votes
1 answer

Make HTTP GET from fulfillment in Node.JS

I'm trying to make my own google action and I want to call an external api to get responses. Here is my code: const { conversation } = require('@assistant/conversation'); const functions = require('firebase-functions'); const app =…
0
votes
1 answer

Error: Asset 'webhooks/ActionsOnGoogleFulfillment' cannot be deployed

I wanted to build a Google assistant with custom actions using actions-sdk. Since I am new to this, I have followed the steps in the tutorial "Build Actions for Google Assistant using Actions SDK (Level 1)" as it is, inorder to build a sample…
0
votes
1 answer

Amazon MWS Update tracking number

I am using amazon api for update product's quantity using "POST_FULFILLMENT_ORDER_REQUEST_DATA" feedtype in https://mws.amazonservices.com/scratchpad/index.html like ,
Henry
  • 1
  • 1
0
votes
0 answers

Fulfillment shopify api

I want to implement Fulfillment api with the help of php but i am geting this errors https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment?api[version]=2020-04#create-2020-04 { "errors": "Not Found" } $curl =…
Python logix
  • 359
  • 4
  • 15
0
votes
1 answer

I would like to add one more conversation to actions.json

I have an application within watson assistant that consumes many services from other endpoints. and I would like to call this conversation (from watson) within a google assistant conversation in a certain intention. for example i will develop a rich…
0
votes
1 answer

using Zapier to send XML to a URL

i'm trying to send an XML code to a fulfillment company through a URL (https://import.checkout-secured.com/bo/interface/order/import) using Zapier's POST method. the fulfillment company says they are not receiving it. can someone please point me…
0
votes
2 answers

Dialogflow Fulfillment - Mutiple Intents

I need some help in creating the fulfillment for the intents that i have created in Dialog flow. There are 15 intents that i have created and i have integrated them and tested and it works fine. I am stuck in fulfillment and unable to proceed since…
Asha M
  • 1
  • 1
0
votes
1 answer

Writing fulfillment webhook for Dialogflow in .NET C#

I am new to working with dialogflow and fairly new to .NET. I have been struggling for a while now to create my fulfillment webhook. I have got it to work with the node.js inline-editor but want to create my own WebhookController in .NET so I can…
0
votes
1 answer

Get my Action’s server URL in (JavaScript) fulfilment code

I am using actionssdk and I build my Action fulfilments using Javascript and node.js + Express. I am looking for a way to get the url (protocol + host name + port) of the server where the fulfilment is hosted. Is there a simple way to do this?…
John Pool
  • 46
  • 5
0
votes
2 answers

Dialogflow - Hangouts Chat payload example

Does anybody have a custom payload example for Google Hangouts Chat message? I'm trying this but no message is displayed: agent.add(new Payload('hangouts', hangoutsMessage, {sendAsMessage: true})); Thank you.