Shopify API
LS Central uses these Shopify API calls to communicate with Shopify. Give appropriated access to those calls for LS Central to be able to operate against the API.
Sample base URL with version info:
https://lsomnidev.myshopify.com/admin/api/2024-04
Products
/products.json
/products/[productid].json
/products/[productid]/images.json
/products/[productid]/images/[imageid].json
/products/[productid]/metafields.json
/variants/[variantid].json
/inventory_levels/set.json
/custom_collections.json
/collects.json
/graphql.json
Orders
/orders.json
/orders/[orderid]/transactions.json
/orders/[orderid]/cancel.json
/orders/[orderid]/fulfillment_orders.json
/fulfillments.json
/fulfillments/[fforderid]/update_tracking.json
/fulfillment_orders/[fforderid]/fulfillments.json
Customers
/customers.json
/customers/[customerid].json
/customers/[customerid]/metafields.json