The Product
model represents an individual item of your store. It includes essential attributes such as product title, price, variants, SKU, and so on. This model is crucial for cataloging and managing the store's inventory effectively.
The Product
model represents an individual item of your store. It includes essential attributes such as product title, price, variants, SKU, and so on. This model is crucial for cataloging and managing the store's inventory effectively.
Unique identifier generated by AfterShip.
A unique identifier for the product in your system.
Indicate which store the product belongs to.
The store ID by AfterShip. Please refer to the store resource for the details.
The title of the product.
URL friendly unique identifier for the product.
The categories associated with the product, used for filtering and search purposes.
The tags associated with the product, used for filtering and search purposes.
URLs of the product images.
The URL of the product page in your online storefront.
To indicate whether the product has been published.
Description of the product.
Product variant information.
A unique identifier for the product variant in your system.
Available quantity of the product variant.
The product SKU of the product variant.
The title of the product variant.
The price of the product variant.
The product image URL of the product variant.
The original price of the item before an adjustment or a sale.
The weight information of the product variant.
To specify whether customers are permitted to place an order for this out-of-stock product variant.
The custom product variant properties, such as size, color, and material.
The date and time, formatted in ISO 8601, indicating when the product was created in your e-commerce system.
The date and time, formatted in ISO 8601, indicating when the product was updated in your e-commerce system.
The date and time, formatted in ISO 8601, indicating when the product was created in AfterShip system.
The date and time, formatted in ISO 8601, indicating when the product was updated in AfterShip system.
preparing...