# Shopify Admin API
## API Docs
- Customers > Customer Address [Retrieves a list of addresses for a customer](https://shopify.apifox.cn/api-59302907.md): Retrieves a list of addresses for a customer. This endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Customers > Customer Address [Creates a new address for a customer](https://shopify.apifox.cn/api-59302908.md): Creates a new address for a customer.
- Customers > Customer Address [Retrieves details for a single customer address](https://shopify.apifox.cn/api-59302909.md): Retrieves details for a single customer address.
- Customers > Customer Address [Updates an existing customer address](https://shopify.apifox.cn/api-59302910.md): Updates an existing customer address.
- Customers > Customer Address [Removes an address from a customer’s address list](https://shopify.apifox.cn/api-59302911.md): Removes an address from a customer’s address list.
- Customers > Customer Address [Performs bulk operations for multiple customer addresses](https://shopify.apifox.cn/api-59302912.md): Performs bulk operations for multiple customer addresses.
- Customers > Customer Address [Sets the default address for a customer](https://shopify.apifox.cn/api-59302913.md): Sets the default address for a customer.
- Customers > CustomerSavedSearch [Retrieves a list of customer saved searches](https://shopify.apifox.cn/api-59302914.md): Retrieves a list of customer saved searches. This endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Customers > CustomerSavedSearch [Creates a customer saved search](https://shopify.apifox.cn/api-59302915.md): Creates a customer saved search.
- Customers > CustomerSavedSearch [Retrieves a count of all customer saved searches](https://shopify.apifox.cn/api-59302916.md): Retrieves a count of all customer saved searches.
- Customers > CustomerSavedSearch [Retrieves a single customer saved search](https://shopify.apifox.cn/api-59302917.md): Retrieves a single customer saved search.
- Customers > CustomerSavedSearch [Updates a customer saved search](https://shopify.apifox.cn/api-59302918.md): Updates a customer saved search.
- Customers > CustomerSavedSearch [Deletes a customer saved search](https://shopify.apifox.cn/api-59302919.md): Deletes a customer saved search.
- Customers > CustomerSavedSearch [Retrieves all customers returned by a customer saved search](https://shopify.apifox.cn/api-59302920.md): Retrieves all customers returned by a customer saved search.
- Customers > Customer [Retrieves a list of customers](https://shopify.apifox.cn/api-59302921.md): Retrieves a list of customers. This endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Customers > Customer [Creates a customer](https://shopify.apifox.cn/api-59302923.md): Creates a customer.
- Customers > Customer [Searches for customers that match a supplied query](https://shopify.apifox.cn/api-59302922.md): Searches for customers that match a supplied query. This endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Customers > Customer [Retrieves a single customer](https://shopify.apifox.cn/api-59302924.md): Retrieves a single customer.
- Customers > Customer [Updates a customer](https://shopify.apifox.cn/api-59302925.md): Updates a customer.
- Customers > Customer [Deletes a customer](https://shopify.apifox.cn/api-59302926.md): Deletes a customer. A customer can't be deleted if they have existing orders.
- Customers > Customer [Creates an account activation URL for a customer](https://shopify.apifox.cn/api-59302927.md):
Generate an account activation URL for a customer whose account is not yet enabled. This is useful when you've imported a large number of customers and want to send them activation emails all at once. Using this approach, you'll need to generate and send the activation emails yourself.
- Customers > Customer [Sends an account invite to a customer](https://shopify.apifox.cn/api-59302928.md): Sends an account invite to a customer. - Customers > Customer [Retrieves a count of customers](https://shopify.apifox.cn/api-59302929.md): Retrieves a count of all customers. - Customers > Customer [Retrieves all orders that belong to a customer](https://shopify.apifox.cn/api-59302930.md): Retrieves all orders that belong to a customer. By default, only open orders are returned. The query string parameters in the Order resource are also available at this endpoint. - Sales channels > Checkout [Creates a checkout](https://shopify.apifox.cn/api-59190183.md): Creates a checkout - Sales channels > Checkout [Completes a checkout](https://shopify.apifox.cn/api-59190181.md): Completes a checkout - Sales channels > Checkout [Retrieves a checkout](https://shopify.apifox.cn/api-59190184.md): Retrieves a checkout - Sales channels > Checkout [Modifies an existing checkout](https://shopify.apifox.cn/api-59190185.md): Modifies an existing checkout - Sales channels > Checkout [Retrieves a list of shipping rates](https://shopify.apifox.cn/api-59190182.md): Retrieves a list of available shipping rates for the specified checkout. Implementers need to poll this endpoint until rates become available. - Sales channels > CollectionListing [Retrieve collection listings that are published to your app](https://shopify.apifox.cn/api-59303052.md): Retrieve collection listings that are published to your app. Note: As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending thepage
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Sales channels > CollectionListing [Retrieve product_ids that are published to a collection_id](https://shopify.apifox.cn/api-59303053.md): Retrieve product_ids
that are published to a collection_id
. Note: As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Sales channels > CollectionListing [Retrieve a specific collection listing that is published to your app](https://shopify.apifox.cn/api-59303054.md): Retrieve a specific collection listing that is published to your app
- Sales channels > CollectionListing [Create a collection listing to publish a collection to your app](https://shopify.apifox.cn/api-59303055.md): Create a collection listing to publish a collection to your app
- Sales channels > CollectionListing [Delete a collection listing to unpublish a collection from your app](https://shopify.apifox.cn/api-59303056.md): Delete a collection listing to unpublish a collection from your app
- Sales channels > Product ResourceFeedback [Create a new Product ResourceFeedback](https://shopify.apifox.cn/api-59303057.md): Create product feedback.
- Sales channels > Product ResourceFeedback [Receive a list of all Product ResourceFeedbacks](https://shopify.apifox.cn/api-59303058.md): Retrieve all product feedback from your app associated with the product.
- Sales channels > MobilePlatformApplication [List all of the mobile platform applications associated with the app](https://shopify.apifox.cn/api-59303059.md): List the mobile platform applications
- Sales channels > MobilePlatformApplication [Create a mobile platform application](https://shopify.apifox.cn/api-59303060.md): Create a mobile platform application
- Sales channels > MobilePlatformApplication [Get a mobile platform application](https://shopify.apifox.cn/api-59303061.md): Get a mobile platform application
- Sales channels > MobilePlatformApplication [Update a mobile platform application](https://shopify.apifox.cn/api-59303062.md): Update a mobile platform application
- Sales channels > MobilePlatformApplication [Delete a mobile platform application](https://shopify.apifox.cn/api-59303063.md): Delete a mobile platform application
- Sales channels > ProductListing [Retrieve product listings that are published to your app](https://shopify.apifox.cn/api-59303064.md): Retrieve product listings that are published to your app. Note: As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Sales channels > ProductListing [Retrieve product_ids that are published to your app](https://shopify.apifox.cn/api-59303065.md): Retrieve product_ids
that are published to your app. Maximum 1,000 results per page.
- Sales channels > ProductListing [Retrieve a count of products that are published to your app](https://shopify.apifox.cn/api-59303066.md): Retrieve a count of products that are published to your app
- Sales channels > ProductListing [Retrieve a specific product listing that is published to your app](https://shopify.apifox.cn/api-59303067.md): Retrieve a specific product listing that is published to your app
- Sales channels > ProductListing [Create a product listing to publish a product to your app](https://shopify.apifox.cn/api-59303068.md): Create a product listing to publish a product to your app
- Sales channels > ProductListing [Delete a product listing to unpublish a product from your app](https://shopify.apifox.cn/api-59303069.md): Delete a product listing to unpublish a product from your app
- Sales channels > ResourceFeedback [Create a new ResourceFeedback](https://shopify.apifox.cn/api-59303070.md): Creates shop resource feedback.
- Sales channels > ResourceFeedback [Receive a list of all ResourceFeedbacks](https://shopify.apifox.cn/api-59303071.md): Returns a list (zero or one) of resource feedback objects.
- Sales channels > Payment [Creates a new payment](https://shopify.apifox.cn/api-59303072.md): Creates a payment on a checkout using the session ID returned by the card vault
- Sales channels > Payment [Retrieves a list of payments on a particular checkout](https://shopify.apifox.cn/api-59303073.md): Retrieves a list of payments on a particular checkout
- Sales channels > Payment [Retrieves a single payment](https://shopify.apifox.cn/api-59303074.md): Retrieves the payment information for an existing payment
- Sales channels > Payment [Counts the number of payments attempted on a checkout](https://shopify.apifox.cn/api-59303075.md): Counts the number of payments attempted on a checkout
- Products > Collect [Adds a product to a custom collection](https://shopify.apifox.cn/api-59190209.md): Adds a product to a custom collection.
- Products > Collect [Retrieves a list of collects](https://shopify.apifox.cn/api-59190212.md): Retrieves a list of collects. Note: As of version 2019-07, this endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Products > Collect [Removes a product from a collection](https://shopify.apifox.cn/api-59190213.md): Removes a product from a collection.
- Products > Collect [Retrieves a specific collect by its ID](https://shopify.apifox.cn/api-59190211.md): Retrieves a specific collect by its ID.
- Products > Collect [Retrieves a count of collects](https://shopify.apifox.cn/api-59190210.md): Retrieves a count of collects.
- Products > Collection [Retrieves a single collection](https://shopify.apifox.cn/api-59303086.md): Retrieves a single collection
- Products > Collection [Retrieve a list of products belonging to a collection](https://shopify.apifox.cn/api-59303087.md): Retrieve a list of products belonging to a collection. Note: As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.. The products returned are sorted by the collection's sort order.
- Products > CustomCollection [Retrieves a list of custom collections](https://shopify.apifox.cn/api-59303088.md): Retrieves a list of custom collections. Note: As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending the page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Products > CustomCollection [Creates a custom collection](https://shopify.apifox.cn/api-59303089.md): Creates a custom collection
- Products > CustomCollection [Retrieves a count of custom collections](https://shopify.apifox.cn/api-59303090.md): Retrieves a count of custom collections
- Products > CustomCollection [Retrieves a single custom collection](https://shopify.apifox.cn/api-59303091.md): Retrieves a single custom collection
- Products > CustomCollection [Updates an existing custom collection](https://shopify.apifox.cn/api-59303092.md): Updates an existing custom collection
- Products > CustomCollection [Deletes a custom collection](https://shopify.apifox.cn/api-59303093.md): Deletes a custom collection
- Products > Product [Retrieve a list of products](https://shopify.apifox.cn/api-59303094.md): Retrieve a list of products.
- Products > Product [Create a new product](https://shopify.apifox.cn/api-59303095.md):
Create a new product
Update a product
page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Products > Product Variant [Create a new Product Variant](https://shopify.apifox.cn/api-59303106.md): Creates a new product variant
- Products > Product Variant [Receive a count of all Product Variants](https://shopify.apifox.cn/api-59303108.md): Retrieves a count of product variants
- Products > Product Variant [Receive a single Product Variant](https://shopify.apifox.cn/api-59303109.md): Retrieves a single product variant by ID
- Products > Product Variant [Modify an existing Product Variant](https://shopify.apifox.cn/api-59303110.md): Updates an existing product variant
- Products > Product Variant [Remove an existing Product Variant](https://shopify.apifox.cn/api-59303111.md):
- Products > SmartCollection [Retrieves a list of smart collections](https://shopify.apifox.cn/api-59303112.md): Retrieves a list of smart collections. Note: As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. To learn more, see Make paginated requests to the REST Admin API.
- Products > SmartCollection [Creates a smart collection](https://shopify.apifox.cn/api-59303113.md): Creates a new smart collection using the specified rules.
- Products > SmartCollection [Retrieves a count of smart collections](https://shopify.apifox.cn/api-59303114.md): Retrieves a count of smart collections
- Products > SmartCollection [Retrieves a single smart collection](https://shopify.apifox.cn/api-59303115.md): Retrieves a single smart collection
- Products > SmartCollection [Updates an existing smart collection](https://shopify.apifox.cn/api-59303116.md): Updates an existing smart collection
- Products > SmartCollection [Removes a smart collection](https://shopify.apifox.cn/api-59303117.md): Removes a smart collection
- Products > SmartCollection [Updates the ordering type of products in a smart collection](https://shopify.apifox.cn/api-59303118.md): Updates the ordering type of products in a smart collection
- Orders > Abandoned checkouts [Retrieves a list of abandoned checkouts](https://shopify.apifox.cn/api-59188006.md): Retrieves a list of abandoned checkouts.
- Orders > DraftOrder [Create a new DraftOrder](https://shopify.apifox.cn/api-59303022.md): Creates a draft order.
- Orders > DraftOrder [Retrieves a list of draft orders](https://shopify.apifox.cn/api-59303023.md): Retrieves a list of draft orders. Note: As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending thepage
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Orders > DraftOrder [Modify an existing DraftOrder](https://shopify.apifox.cn/api-59303024.md): Updates a draft order.
- Orders > DraftOrder [Receive a single DraftOrder](https://shopify.apifox.cn/api-59303025.md): Retrieves a specific draft order - Orders > DraftOrder [Remove an existing DraftOrder](https://shopify.apifox.cn/api-59303026.md): Deletes a draft order - Orders > DraftOrder [Receive a count of all DraftOrders](https://shopify.apifox.cn/api-59303027.md): Retrieves a count of draft orders - Orders > DraftOrder [Send an invoice](https://shopify.apifox.cn/api-59303028.md):Sends an invoice for the draft order.
- Orders > DraftOrder [Complete a draft order](https://shopify.apifox.cn/api-59303029.md): Completes a draft order. - Orders > Order Risk [Creates an order risk for an order](https://shopify.apifox.cn/api-59303030.md): Creates an order risk for an order - Orders > Order Risk [Retrieves a list of all order risks for an order](https://shopify.apifox.cn/api-59303031.md): Retrieves a list of all order risks for an order. Note: As of version 2019-10, this endpoint implements pagination by using links that are provided in the response header. Sending thepage
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.
- Orders > Order Risk [Retrieves a single order risk by its ID](https://shopify.apifox.cn/api-59303032.md): Retrieves a single order risk by its ID
- Orders > Order Risk [Updates an order risk](https://shopify.apifox.cn/api-59303033.md): Updates an order risk
- Orders > Order Risk [Deletes an order risk for an order](https://shopify.apifox.cn/api-59303034.md):Deletes an order risk for an order
- Orders > Transaction [Retrieves a list of transactions](https://shopify.apifox.cn/api-59303035.md):Retrieves a list of transactions.
- Orders > Transaction [Creates a transaction for an order](https://shopify.apifox.cn/api-59303036.md):