Fulfillment with "location_id" in latest 2023 -01 API - api

"Create a new Fulfillment API" available in API version 2022 - 04,
using this API we create the fulfillment with "location_id" now Shopify removed this API endpoint on 2022-07 API,
Please mention which API call was used to create the fulfillment order using "location_id" in the latest 2023 -01 API.

Related

Ccxt: How to use subaccount api for Kucoin?

Kucoin provides an api for subaccount operations. For example: https://docs.kucoin.com/#get-account-balance-of-a-sub-account
Here, the request has the format: GET /api/v1/sub-accounts/{subUserId}
CCXT has no native support for sub-accounts by itself. However, it has support for exchange specific parameters (ie. fetch_balance(params={..}) - yet the documentation of these parameters is very poor.
Is there a way to fetch balance and create orders for kucoin subaccounts with CCXT?

How to update fulfillment status of an order directly in shopify

We are using DHL API to manually create shipment label at the time of order creation. and we want to update fulfillment status of an order on the basis of DHL fulfillment status. but cannot directly update order fulfillment status using shopify API. how could we do that using shopify API?

How to retrieve Walmart Products from API

I'm developing a project in which I need to retrieve Walmart products from product categories using the API.
I'm getting my API token from platform REST Web services here:
https://app.impact.com/
However, when I use the walmart API I'm getting an account inactive message.
Please help. This is the call I'm making.
http://api.walmartlabs.com/v1/taxonomy?apiKey=x-ct5_pLDzZAcREhmsiqfqgpQPkGK4gt&format=json

Instagram Authentication after March 31, 2020

As i see at https://www.instagram.com/developer/
on March 31, 2020. As of March 31, 2020, all Legacy API capabilities
will be fulfilled by the Instagram Graph API and the Instagram Basic
Display API .
and at https://developers.facebook.com/docs/instagram-basic-display-api
API Instagram Basic Display is not for authentication
1. is no longer any way to authenticate users by Instagram? if i need only identify and take instagram_id from user, no more?!
2 Is "Legacy API" is only https://api.instagram.com/v1/... ? and not all of https://api.instagram.com/... ? because i see at https://developers.facebook.com/docs/instagram-basic-display-api/ :
Base URLs
api.instagram.com — for getting Instagram User Access Tokens
graph.instagram.com — for getting Instagram user profiles and media
3 Will documentation pages starts at https://www.instagram.com/developer/authentication/ will completele removed after March 31, 2020 ??
4 Is only way to save users, previously uses instagram-authentication, is create new auth-way (create pass for example) to save them?

eBay 'Get Inventory Items' API NOT returning items

I am trying to call this API with my eBay user auth token on the eBay API Explorer:
https://api.ebay.com/sell/inventory/v1/inventory_item
The Headers:
Authorization:Bearer [MY_EBAY_SELLER_USER_TOKEN]
Accept:application/json
Content-Type:application/json
Now I'm receiving this in response:
{
"total": 0,
"size": 0
}
Now I definitely have some items listed for sale and they are showing up on eBay. I also made sure that I am in production mode and that my auth token is also a production token.
What's going on with you eBay??? See image below:
So it turns out that eBay's Inventory API is fairly new.
Only items created via the Inventory API's can be queried with the Inventory API. Total waste of time.
Just use eBay's Trading API:
http://developer.ebay.com/DevZone/xml/docs/Reference/ebay/index.html
To list an item:
http://developer.ebay.com/DevZone/xml/docs/Reference/ebay/AddItem.html
http://developer.ebay.com/DevZone/xml/docs/Reference/ebay/AddFixedPriceItem.html
To revise an item:
http://developer.ebay.com/DevZone/xml/docs/Reference/ebay/ReviseFixedPriceItem.html
http://developer.ebay.com/DevZone/xml/docs/Reference/ebay/ReviseItem.html
To revise price or quantity of item:
http://developer.ebay.com/DevZone/xml/docs/Reference/ebay/ReviseInventoryStatus.html
Stupid eBay. All the quality engineers must have left to go work for Google or Apple. No support for json - still using tech from the 1990's