> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Shopify

A leading global commerce platform that allows anyone to sell online
and in person.

<Accordion title="Create Custom Collection">
  Creates a custom collection in shopify.
</Accordion>

<Accordion title="Get Collects Count">
  Retrieves the count of collects from shopify.
</Accordion>

<Accordion title="Get Collects">
  Retrieves a list of collects from shopify.
</Accordion>

<Accordion title="Count Product Images">
  Gets a count of all product images from shopify.
</Accordion>

<Accordion title="Add Product to Collection">
  Adds a product to a custom collection in shopify.
</Accordion>

<Accordion title="Get Customer Orders">
  Retrieves a complete list of orders associated with a specific customer from shopify. this action makes a get request to shopify's api to fetch all orders placed by a customer, identified by their customer id. the response includes full order details such as order items, shipping information, payment status, etc. returns: getcustomerordersresponse containing the raw json response from shopify's api
</Accordion>

<Accordion title="Get Custom Collections">
  Retrieves a list of custom collections from shopify.
</Accordion>

<Accordion title="Create Order">
  Creates an order on shopify.
</Accordion>

<Accordion title="Get Custom Collections Count">
  Retrieves the count of custom collections from shopify.
</Accordion>

<Accordion title="Get Customer">
  Retrieves a customer from shopify by customer id.
</Accordion>

<Accordion title="Get Orders by id">
  Gets a list of all orders from shopify.
</Accordion>

<Accordion title="Get Product Images">
  Gets a list of all product images from shopify.
</Accordion>

<Accordion title="Get Order List">
  Gets a list of all orders from shopify.
</Accordion>

<Accordion title="Get Shop Details">
  Gets the details of a shop in shopify.
</Accordion>

<Accordion title="Get Product">
  Retrieves a single product from shopify.
</Accordion>

<Accordion title="Create Product">
  Creates a product on shopify.
</Accordion>

<Accordion title="Update Order">
  Updates an order on shopify.
</Accordion>

<Accordion title="Delete Custom Collection">
  Deletes a custom collection in shopify.
</Accordion>

<Accordion title="Get Products">
  Retrieves a list of products from shopify.
</Accordion>

<Accordion title="Delete Product">
  Deletes a product from shopify.
</Accordion>

<Accordion title="Delete Product Image">
  Deletes a product image from shopify.
</Accordion>

<Accordion title="Get Products Count">
  Retrieves the count of products from shopify.
</Accordion>

<Accordion title="Get Products In Collection">
  Retrieves a list of products belonging to a specific collection from shopify.
</Accordion>

<Accordion title="Get All Customers">
  Retrieves all customers or specified customers from shopify.
</Accordion>

<Accordion title="Get Product Image">
  Gets a single product image from shopify.
</Accordion>

<Accordion title="Get Collect By ID">
  Retrieves a specific collect by its id from shopify.
</Accordion>
