The REST Admin API is a legacy API as of October 1, 2024. Starting April 1, 2025, all new public apps must be built exclusively with the GraphQL Admin API. For details and migration steps, visit our migration guide.
Product Listing
A ProductListing resource represents a Product which is available to your sales channel. Merchants can make products available to your sales channel directly from their Shopify admin.
You can use this resource to retrieve products that a merchant has published and display them to customers in your marketplace for sale.
A ProductListing resource itself is unable to have its attributes modified directly. The attributes of a ProductListing are inherited from the Product resource to which it is associated. Therefore, all attributes of a ProductListing should be considered read-only.
A product can have one of the following statuses: active
, draft
, or archived
.
Draft and archived are considered non-active statuses. If you create a listing for a non-active product,
then the product won't be published immediately. You must change the product status to active to make the product
available on a sales channel.
If the product is sold exclusively on subscription, then you can create a listing for the product only on an online store.
Endpoints
- get/admin/api/latest/product_
listings. json Retrieve product listings that are published to your app - get/admin/api/latest/product_
listings/{product_ listing_ id}. json Retrieve a specific product listing that is published to your app - get/admin/api/latest/product_
listings/count. json Retrieve a count of products that are published to your app - get/admin/api/latest/product_
listings/product_ ids. json Retrieve <code>product_ids</code> that are published to your app - put/admin/api/latest/product_
listings/{product_ listing_ id}. json Create a product listing to publish a product to your app - del/admin/api/latest/product_
listings/{product_ listing_ id}. json Delete a product listing to unpublish a product from your app
The ProductListing resource
Properties
The unique identifer of the product this listing is for. The primary key for this resource.
The description of the product, complete with HTML formatting.
The date and time when the product was created. The API returns this in ISO 8601.
A human-friendly unique string for the Product automatically generated from its title.
A list of image objects, each one representing an image associated with the product.
Custom product property names like "Size", "Color", and "Material".
A categorization that a product can be tagged with, commonly used for filtering.
The date and time when the product was published. The API returns this in ISO 8601.
A categorization that a product can be tagged with, commonly used for filtering.
The name of the product.
The date and time when the product was last modified. The API returns this in ISO 8601.
A list of variant objects, each one representing a slightly different version of the product. For example, if a product comes in different sizes and colors, each size and color permutation (such as "small black", "medium black", "large blue"), would be a variant.
To reorder variants, update the product with the variants in the desired order. The position attribute on the variant will be ignored.
Show variants properties
- barcode: The barcode, UPC or ISBN number for the product.
- compare_at_price: The competitor's price for the same item.
- created_at: The date and time when the product variant was created. The API returns this in ISO 8601.
- fulfillment_service: Service which is handling fulfillment. Valid values are:
manual
,gift_card
, or the handle of a FulfillmentService. - grams: The weight of the product variant in grams.
- weight: The weight of the product variant in the unit system specified with weight_unit.
- weight_unit: The unit system that the product variant's weight is measure in. The weight_unit can be either "g", "kg, "oz", or "lb".
- id: The unique numeric identifier for the product variant.
- inventory_management: Specifies whether or not Shopify tracks the number of items in stock for this product variant.
- inventory_policy: Specifies whether or not customers are allowed to place an order for a product variant when it's out of stock.
- inventory_quantity: The number of items available to the product listing for the product variant.
- metafield: Attaches additional information to a shop's resources.
- option: Custom properties that a shop owner can use to define product variants. Multiple options can exist. Options are represented as:
option1
,option2
,option3
, etc. - position: The order of the product variant in the list of product variants. 1 is the first position. To reorder variants, update the product with the variants in the desired order. The position attribute on the variant will be ignored.
- price: The price of the product variant.
- product_id: The unique numeric identifier for the product.
- requires_shipping: Specifies whether or not a customer needs to provide a shipping address when placing an order for this product variant.
- sku: A unique identifier for the product in the shop.
- taxable: Specifies whether or not a tax is charged when the product variant is sold.
- title: The title of the product variant.
- updated_at: The date and time when the product variant was last modified. The API returns this in ISO 8601.
The name of the vendor of the product.
The ProductListing resource
Anchor to GET request, Retrieve product listings that are published to your appgetRetrieve product listings that are published to your app
product_listings
access scope.Retrieve product listings that are published to your app. Note: This endpoint implements pagination by using links that are provided in the response header. To learn more, refer to Make paginated requests to the REST Admin API.
Filter by products belonging to a particular collection
Filter by product handle
Amount of results
A comma-separated list of product ids
Filter by product listings last updated after a certain date and time (formatted in ISO 8601)
Retrieve product listings that are published to your app
Retrieve product listings that are published to your app
/admin/api/2025-07/product_ listings. json
Response
Anchor to GET request, Retrieve a specific product listing that is published to your appgetRetrieve a specific product listing that is published to your app
product_listings
access scope.Retrieve a specific product listing that is published to your app
Retrieve a specific product listing that is published to your app
Retrieve a specific product listing that is published to your app
/admin/api/2025-07/product_ listings/921728736. json
Response
Anchor to GET request, Retrieve a count of products that are published to your appgetRetrieve a count of products that are published to your app
product_listings
access scope.Retrieve a count of products that are published to your app
Retrieve a count of products that are published to your app
Retrieve a count of products that are published to your app
/admin/api/2025-07/product_ listings/count. json
Response
Anchor to GET request, Retrieve <code>product_ids</code> that are published to your appgetRetrieve product_ ids that are published to your app
Retrieve product_ids
that are published to your app. Maximum 1,000 results per page.
Amount of results
Retrieve product_ids
that are published to your app
Retrieve product_ids
that are published to your app
/admin/api/2025-07/product_ listings/product_ ids. json
Response
Anchor to PUT request, Create a product listing to publish a product to your appputCreate a product listing to publish a product to your app
product_listings
access scope.Create a product listing to publish a product to your app
Create a product listing to publish a product to your app
Create a product listing to publish a product to your app
Show product_listing properties
The unique identifer of the product this listing is for. The primary key for this resource.
/admin/api/2025-07/product_ listings/921728736. json
Response
Anchor to DELETE request, Delete a product listing to unpublish a product from your appdelDelete a product listing to unpublish a product from your app
product_listings
access scope.Delete a product listing to unpublish a product from your app
Delete a product listing to unpublish a product from your app
Delete a product listing to unpublish a product from your app