> For the complete documentation index, see [llms.txt](https://pactode.gitbook.io/laravel-shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pactode.gitbook.io/laravel-shopify/usage/available-methods/supported-method.md).

# Supported Method

We are trying to add as much support as possible out of the box. However, we have not implemented all methods yet as we do not use the entire API ourselves. If you want to add more methods, feel free to make a PR to the Github repository and we'll do our best to review it promptly.

Below is the current progress of implementing resources grouped by categories from the documentation. Each resource links directly to the official api reference.

<details>

<summary>Access</summary>

* [ ] [AccessScope](https://shopify.dev/docs/admin-api/rest/reference/access/accessscope)
* [ ] [StorefrontAccessToken](https://shopify.dev/docs/admin-api/rest/reference/access/storefrontaccesstoken)

</details>

<details>

<summary>Analytics</summary>

* [ ] [Report](https://shopify.dev/docs/admin-api/rest/reference/analytics/report)
* [ ] [ShopifyQL](https://shopify.dev/docs/admin-api/rest/reference/analytics/shopify-ql)

</details>

<details>

<summary>Billing</summary>

* [ ] [ApplicationCharge](https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcharge)
* [ ] [ApplicationCredit](https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit)
* [ ] [RecurringApplicationCharge](https://shopify.dev/docs/admin-api/rest/reference/billing/recurringapplicationcharge)
* [ ] [UsageCharge](https://shopify.dev/docs/admin-api/rest/reference/billing/usagecharge)

</details>

<details>

<summary>Customers</summary>

* [x] [Customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)
* [x] [Customer Address](https://shopify.dev/docs/admin-api/rest/reference/customers/customer-address)
* [x] [CustomerSavedSearch](https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch)

</details>

<details>

<summary>Discounts</summary>

* [x] [DiscountCode](https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode)
* [x] [PriceRule](https://shopify.dev/docs/admin-api/rest/reference/discounts/pricerule)

</details>

<details>

<summary>Events</summary>

* [x] [Event](https://shopify.dev/docs/admin-api/rest/reference/events/event)
* [x] [Webhook](https://shopify.dev/docs/admin-api/rest/reference/events/webhook)

</details>

<details>

<summary>Inventory</summary>

* [x] [InventoryItem](https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem)
* [x] [InventoryLevel](https://shopify.dev/docs/admin-api/rest/reference/inventory/inventorylevel)
* [x] [Location](https://shopify.dev/docs/admin-api/rest/reference/inventory/location)

</details>

<details>

<summary>Marketing Events</summary>

* [ ] [MarketingEvent](https://shopify.dev/docs/admin-api/rest/reference/marketingevent)

</details>

<details>

<summary>Metafields</summary>

* [ ] [Metafield](https://shopify.dev/docs/admin-api/rest/reference/metafield)

</details>

<details>

<summary>Online Store</summary>

* [x] [Article](https://shopify.dev/docs/admin-api/rest/reference/online-store/article)
* [x] [Asset](https://shopify.dev/docs/admin-api/rest/reference/online-store/asset)
* [x] [Blog](https://shopify.dev/docs/admin-api/rest/reference/online-store/blog)
* [ ] [Comment](https://shopify.dev/docs/admin-api/rest/reference/online-store/comment)
* [x] [Page](https://shopify.dev/docs/admin-api/rest/reference/online-store/page)
* [x] [Redirect](https://shopify.dev/docs/admin-api/rest/reference/online-store/redirect)
* [ ] [ScriptTag](https://shopify.dev/docs/admin-api/rest/reference/online-store/scripttag)
* [ ] [Theme](https://shopify.dev/docs/admin-api/rest/reference/online-store/theme)

</details>

<details>

<summary>Orders</summary>

* [x] [Abandoned checkouts](https://shopify.dev/docs/admin-api/rest/reference/orders/abandoned-checkouts)
* [x] [DraftOrder](https://shopify.dev/docs/admin-api/rest/reference/orders/draftorder)
* [x] [Order](https://shopify.dev/docs/admin-api/rest/reference/orders/order)
* [x] [Order Risk](https://shopify.dev/docs/admin-api/rest/reference/orders/order-risk)
* [x] [Refund](https://shopify.dev/docs/admin-api/rest/reference/orders/refund)
* [x] [Transaction](https://shopify.dev/docs/admin-api/rest/reference/orders/transaction)

</details>

<details>

<summary>Plus</summary>

* [ ] [Gift Card](https://shopify.dev/docs/admin-api/rest/reference/plus/giftcard)
* [ ] [Multipass](https://shopify.dev/docs/admin-api/rest/reference/plus/multipass)
* [ ] [User](https://shopify.dev/docs/admin-api/rest/reference/plus/user)

</details>

<details>

<summary>Products</summary>

* [x] [Collect](https://shopify.dev/docs/admin-api/rest/reference/products/collect)
* [x] [Collection](https://shopify.dev/docs/admin-api/rest/reference/products/collection)
* [x] [CustomCollection](https://shopify.dev/docs/admin-api/rest/reference/products/customcollection)
* [x] [Product](https://shopify.dev/docs/admin-api/rest/reference/products/product)
* [x] [Product Image](https://shopify.dev/docs/admin-api/rest/reference/products/product-image)
* [x] [Product Variant](https://shopify.dev/docs/admin-api/rest/reference/products/product-variant)
* [x] [SmartCollection](https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection)

</details>

<details>

<summary>Sales Channel</summary>

* [ ] [Checkout](https://shopify.dev/docs/admin-api/rest/reference/sales-channels/checkout)
* [ ] [CollectionListing](https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting)
* [ ] [Payment](https://shopify.dev/docs/admin-api/rest/reference/sales-channels/payment)
* [ ] [Product ResourceFeedback](https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productresourcefeedback)
* [ ] [ProductListing](https://shopify.dev/docs/admin-api/rest/reference/sales-channels/productlisting)
* [ ] [ResourceFeedback](https://shopify.dev/docs/admin-api/rest/reference/sales-channels/resourcefeedback)

</details>

<details>

<summary>Shipping and Fulfillment</summary>

* [x] [AssignedFulfillmentOrder](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder)
* [x] [CancellationRequest](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/cancellationrequest)
* [x] [CarrierService](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/carrierservice)
* [x] [Fulfillment](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment)
* [x] [FulfillmentEvent](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent)
* [x] [FulfillmentOrder](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder)
* [x] [FulfillmentRequest](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentrequest)
* [x] [FulfillmentService](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentservice)
* [x] [LocationsForMove](https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/locationsformove)

</details>

<details>

<summary>Shopify Payments</summary>

* [x] [Balance](https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/balance)
* [x] [Dispute](https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/dispute)
* [x] [Payouts](https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/payout)
* [x] [Transactions](https://shopify.dev/docs/admin-api/rest/reference/shopify_payments/transaction)

</details>

<details>

<summary>Store Properties</summary>

* [x] [Country](https://shopify.dev/docs/admin-api/rest/reference/store-properties/country)
* [x] [Currency](https://shopify.dev/docs/admin-api/rest/reference/store-properties/currency)
* [x] [Policy](https://shopify.dev/docs/admin-api/rest/reference/store-properties/policy)
* [x] [Province](https://shopify.dev/docs/admin-api/rest/reference/store-properties/province)
* [x] [ShippingZone](https://shopify.dev/docs/admin-api/rest/reference/store-properties/shippingzone)
* [x] [Shop](https://shopify.dev/docs/admin-api/rest/reference/store-properties/shop)

</details>

<details>

<summary>Tender Transcations</summary>

* [ ] [TenderTransaction](https://shopify.dev/docs/admin-api/rest/reference/tendertransaction)

</details>

{% hint style="success" %}
*Click a category to expand and see the related resources.*
{% endhint %}
