No content to show
User Activity
Using the answer above I managed to solve the issue, this was the GQL.$query = <<<GQL
{
company(id: "$cid"){
name
metafield(namespace: "custom", key: "credit_limit") {
id
namespace
...
Received the following email from Shopify regarding this. I have not tested it but they have. Hi Robert, X here from the Shopify Developer Support team, I understand you've been trying to check a companies payment terms via the API but haven't been a...
ok awaiting your solution ....
12-09-2024
Hi, We want to take a new path if an error occurs in one of our flow steps. Is this possible? i.e. on error take a different path.
Hi I am creating a private app for our business that reads company information then uses that to see how much credit the person has available. However we first need to know if the company is on payment terms. I can't find any way to query whether a c...
The problem turns out to be that the storefront API (that is used by checkout UI) only has a subset of the Admin API commands. So it is not accessible via the functions above.
I looked in the documentation and apparently "company" exists on query root. So I tried to use it, but it too gives the same typeof error. "Field 'company' doesn't exist on type 'QueryRoot'" I have the following scopes defined, and have allowed prote...
I have a checkout extension, and I need to fetch all orders from customers that are associated with a particular company. I need to do this so I can find out if a company has unpaid orders. This is used in a credit app, to determine how much credit a...
We have the same issue. We have express shipping, and same day delivery, but only our cheapest postage option is displayed to customers (although the other options are there but only through drop-down). We have seen a massive drop off in same-day del...
I am trying to do the same thing as the original poster. I am unsure how to use the API to add the product. Is it possible to add an example? From here Edit existing orders (shopify.dev) there appears to be a two step process.
It is set to true. It is treated as an embedded app. When we load Shopify it is embedded in the frame. It currently displays correctly, but is directed to the legacy window, stating it is taking a long time to load.
09-02-2024
Hi, We are trying to get our legacy web app to comply with the changes required for it to show in admin. This is for a custom app. The following page list 3 things that are needed: Updating Shopify App Bridge Ensure that the content security policy i...
08-29-2024
Here is the code we are currently using. What would be the best way to upgrade. <?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Auth extends CI_Controller{
public function __construct() {
...
08-29-2024
I develop apps for a single store, so basically custom apps. Our previous developer did the authentication needed for the apps to show in the Shopify Admin. But he has since left our company. These apps are some years old and we are now getting a mes...
We are trying to retain our existing bundle packs. The API call is information about what a bundle pack consists of. We store this information on an external server.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
163 | 12-09-2024 07:34 PM | |
332 | 11-27-2024 09:26 PM | |
1622 | 06-14-2023 09:57 PM |