I’m doing a custom integration using the Shopify API. There is an existing order I’m trying to do an fulfilment. When I send the data to the API, I get the following response.
The api is "/admin/api//fulfillments.json. The URL in your screen shot is missing the s. I’m not sure why you get that web page response though, I get an HTTP 406 when I put the wrong thing.
@garyrgilbert I’m using basic auth. Below is a sample me doing an GET request on orders that returns data without any errors. So I know I’m entering my API credentials correctly.
Create/update the variables in the collection (api_key, api_password, store_name, api version)
and then try again to do the call, from their collection.
If it’s successful then you should be able to investigate the code and see what’s different.