Initiating a product search
Product Search API allows you, as an Amazon Business developer, to search for products in the Amazon Business catalog. You can begin a search by providing an identifier in the request. The API then returns an array of products matching the search criteria. You can use the API to build intuitive search experiences for your end users, so they can discover Amazon Business products using their preferred search methods.
For details on rendering Product Search API search results in your UI, see Product Search API customer experience guidelines.
Prerequisites
Before starting this tutorial, complete these steps:
- Complete the API onboarding process to register as a developer, create an app client, and retrieve API access and refresh tokens. For more information, see Onboarding overview.
- Gain access to the Business Product Catalog role. For more information, see Amazon Business API roles.
Step 1. Initiate a search
You can use the following primary identifiers to search for products in a Product Search API request:
- Keywords
- Amazon Standard Identification Numbers (ASINs)
- External product identifiers
- Manufacturer part numbers
The
searchProductsRequest
,productsRequest
, andgetProductsByAsin
operations return the featured offer for each ASIN. This is the default buying option for a product on Amazon Business. To retrieve additional offers for a product, see Defining product detail pages.
Search results will vary depending on the guided buying policies configured for your Amazon Business group. It is possible to submit a sample query from this document and receive a different response from the samples documented here. For more information about enabling guided buying, see Using guided buying.
Search by keyword
You can search for products by providing one or more keywords in the request. A keyword is a word or phrase that describes the item, such as “printing paper” or “office chair.”
Call the searchProductsRequest
operation to search for products matching a keyword. In the request, include the following query parameters:
To display item details such as price, shipping, applicable buying policies, and images of the product, include the optional
facets
query parameter and set it toOFFERS,IMAGES
.
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | keywords | A list of keywords to use for finding products based on indexed data. You can pass multiple keywords in a single request by separating each keyword with a comma. For example: paper,notebooks,binders . | string | Yes |
Query | facets | A list of data facets to include in the response. Separate each facet with a comma. Include OFFERS to display details such as the offer's price, shipping details, and buying policies. Include IMAGES to return images of the product. | < string > array(csv) | No |
In this example, we’ll search for paper by setting the keywords
query parameter to paper
.
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=paper&locale=en_US&facets=OFFERS,IMAGES
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=paper&locale=en_US&facets=OFFERS,IMAGES+Sheet1!C2+Sheet1!C4+Sheet1!C4+Sheet1!B4+Sheet1!B4+Sheet1!B4+Sheet1!B4+"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided keyword.
Name | Description | Schema |
---|---|---|
matchingProductCount | The number of products matching the search query. This number can be larger than the number of matching products the customer can view in a single page. The value is the same for all the pages in the result. | integer |
searchRefinements | Search refinements are used to share the refinements available for search result. Use searchRefinements in subsequent requests to narrow down the results. For example: Search category is a type of search refinement. If a search category refinement is used in the request, the search result will limit to a given search category. These refinements are dynamic and specific to each product type. | < SearchRefinementResult > array |
refinements | The refinements available for this search result. Use refinements in subsequent requests to narrow down the results. For example: Search category is a type of search refinement. If a search category refinement is used in the request, the search result will limit to a given search category. These refinements are static and the same for all product searches. | RefinementResult |
numberOfPages | The number of pages of search results. | integer |
products | A list of products that match the search criteria. | < ProductsResult > array |
Unless otherwise noted, each Product Search API search request returns the same set of fields as above, with data matching the search criteria.
{
"matchingProductCount": 306,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Alexa Skills",
"searchRefinementValue": "node#13727921011"
},
{
"displayName": "Amazon Devices & Accessories",
"searchRefinementValue": "node#16333372011"
},
{
"displayName": "Appliances",
"searchRefinementValue": "node#2619525011"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "node#2350149011"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "node#2617941011"
},
{
"displayName": "Audible Books & Originals",
"searchRefinementValue": "node#18145289011"
},
{
"displayName": "Automotive",
"searchRefinementValue": "node#15684181"
},
{
"displayName": "Baby Products",
"searchRefinementValue": "node#165796011"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "node#3760911"
},
{
"displayName": "Books",
"searchRefinementValue": "node#283155"
},
{
"displayName": "CDs & Vinyl",
"searchRefinementValue": "node#5174"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "node#2335752011"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"searchRefinementValue": "node#7141123011"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "node#4991425011"
},
{
"displayName": "Credit & Payment Cards",
"searchRefinementValue": "node#3561432011"
},
{
"displayName": "Digital Music",
"searchRefinementValue": "node#163856011"
},
{
"displayName": "Electronics",
"searchRefinementValue": "node#172282"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "node#10272111"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "node#2238192011"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "node#16310101"
},
{
"displayName": "Handmade Products",
"searchRefinementValue": "node#11260432011"
},
{
"displayName": "Health & Household",
"searchRefinementValue": "node#3760901"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "node#8098158011"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "node#1055398"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "node#16310091"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "node#133140011"
},
{
"displayName": "Magazine Subscriptions",
"searchRefinementValue": "node#599858"
},
{
"displayName": "Movies & TV",
"searchRefinementValue": "node#2625373011"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "node#11091801"
},
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
},
{
"displayName": "Patio, Lawn & Garden",
"searchRefinementValue": "node#2972638011"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "node#2619533011"
},
{
"displayName": "Software",
"searchRefinementValue": "node#229534"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "node#3375251"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "node#228013"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "node#165793011"
},
{
"displayName": "Video Games",
"searchRefinementValue": "node#468642"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
},
{
"selectionType": "InsteadSelect",
"displayValue": "Delivery Day",
"refinementValues": [
{
"displayName": "Get It Today",
"searchRefinementValue": "SSI$p_90#BN$8308920011"
},
{
"displayName": "Get It by Tomorrow",
"searchRefinementValue": "SSI$p_90#BN$8308921011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Prime",
"refinementValues": [
{
"displayName": "Prime Eligible",
"searchRefinementValue": "SSI$p_85#BN$2470955011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Shipping Options",
"refinementValues": [
{
"displayName": "Free Shipping by Amazon",
"searchRefinementValue": "SSI$p_76#BN$2661625011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Customer Reviews",
"refinementValues": [
{
"displayName": "4 Stars & Up",
"searchRefinementValue": "SSI$p_72#BN$2661618011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Deals & Discounts",
"refinementValues": [
{
"displayName": "All Discounts",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566065011"
},
{
"displayName": "Today's Deals",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566064011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Condition",
"refinementValues": [
{
"displayName": "New",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461716011"
},
{
"displayName": "Used",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461718011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "More-sustainable Products",
"refinementValues": [
{
"displayName": "Climate Pledge Friendly",
"searchRefinementValue": "SSI$p_n_cpf_eligible#BN$21512497011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Subscription Options",
"refinementValues": [
{
"displayName": "Subscribe & Save Eligible",
"searchRefinementValue": "SSI$p_n_is_sns_available#BN$2617006011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Local Stores",
"refinementValues": [
{
"displayName": "Amazon Fresh",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075438011"
},
{
"displayName": "Whole Foods Market",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075437011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "FSA or HSA Eligible",
"refinementValues": [
{
"displayName": "FSA or HSA Eligible",
"searchRefinementValue": "SSI$p_n_hba_program#BN$17904039011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "SNAP EBT",
"refinementValues": [
{
"displayName": "SNAP EBT Eligible",
"searchRefinementValue": "SSI$p_n_program_participation#BN$17428820011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Seller Type",
"refinementValues": [
{
"displayName": "Business Seller",
"searchRefinementValue": "SSI$p_amazon_business_seller#BN$15156999011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Certified",
"refinementValues": [
{
"displayName": "Works with Alexa",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741513011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Global Store",
"refinementValues": [
{
"displayName": "Amazon Global Store",
"searchRefinementValue": "SSI$p_n_is-global-store-asin#BN$16354393011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "International Shipping",
"refinementValues": [
{
"displayName": "International Shipping Eligible",
"searchRefinementValue": "SSI$p_n_shipping_option-bin#BN$3242350011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Business Ownership & Diversity Seller Certifications",
"refinementValues": [
{
"displayName": "Registered Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490165011"
},
{
"displayName": "Women-Owned Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490166011"
},
{
"displayName": "Women-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490167011"
},
{
"displayName": "Economically Disadvantaged Woman-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490168011"
},
{
"displayName": "Veteran-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490169011"
},
{
"displayName": "Service Disabled Veteran Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490170011"
},
{
"displayName": "Minority-Owned Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490171011"
},
{
"displayName": "SBA-Certified 8(a) Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490172011"
},
{
"displayName": "SBA-Certified HUB Zone Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490173011"
},
{
"displayName": "SBA-Certified Small Disadvantaged Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490174011"
},
{
"displayName": "LGBT Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490175011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Customizable Products",
"refinementValues": [
{
"displayName": "Customizable",
"searchRefinementValue": "SSI$p_n_customizable_template_name#BN$16031489011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Availability",
"refinementValues": [
{
"displayName": "In Stock Only",
"searchRefinementValue": "SSI$p_n_availability#BN$2661600011"
},
{
"displayName": "Include Out of Stock",
"searchRefinementValue": "SSI$p_n_availability#BN$2661601011"
}
]
}
],
"refinements": {
"categories": [
{
"displayName": "Alexa Skills",
"id": "ALEXA_SKILLS"
},
{
"displayName": "Amazon Devices & Accessories",
"id": "AMAZON_DEVICES_ACCESSORIES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Apps & Games",
"id": "APPS_GAMES"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_CRAFTS_SEWING"
},
{
"displayName": "Audible Books & Originals",
"id": "AUDIBLE_BOOKS_ORIGINALS"
},
{
"displayName": "Automotive",
"id": "AUTOMOTIVE"
},
{
"displayName": "Baby Products",
"id": "BABY_PRODUCTS"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY_PERSONAL_CARE"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "CDs & Vinyl",
"id": "CDS_VINYL"
},
{
"displayName": "Cell Phones & Accessories",
"id": "CELL_PHONES_ACCESSORIES"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"id": "CLOTHING_SHOES_JEWELRY"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES_FINE_ART"
},
{
"displayName": "Digital Music",
"id": "DIGITAL_MUSIC"
},
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_GOURMET_FOOD"
},
{
"displayName": "Handmade Products",
"id": "HANDMADE_PRODUCTS"
},
{
"displayName": "Health & Household",
"id": "HEALTH_HOUSEHOLD"
},
{
"displayName": "Home & Business Services",
"id": "HOME_BUSINESS_SERVICES"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_KITCHEN"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL_SCIENTIFIC"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Magazine Subscriptions",
"id": "MAGAZINE_SUBSCRIPTIONS"
},
{
"displayName": "Movies & TV",
"id": "MOVIES_TV"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Patio, Lawn & Garden",
"id": "PATIO_LAWN_GARDEN"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Software",
"id": "SOFTWARE"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_OUTDOORS"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_HOME_IMPROVEMENT"
},
{
"displayName": "Toys & Games",
"id": "TOYS_GAMES"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
}
],
"subCategories": [],
"availabilityOptions": [
{
"displayName": "In Stock Only",
"id": "InStockOnly"
},
{
"displayName": "Include Out of Stock",
"id": "IncludeOutOfStock"
}
],
"deliveryDayOptions": [
{
"displayName": "Get It Today",
"id": "GetItByToday"
},
{
"displayName": "Get It by Tomorrow",
"id": "GetItByTomorrow"
}
],
"eligibleForFreeShippingOptions": [
{
"displayName": "Free Shipping by Amazon",
"id": "FreeShippingOnly"
}
],
"primeEligible": [
{
"displayName": "Prime Eligible",
"id": "PrimeEligibleOnly"
}
]
},
"numberOfPages": 13,
"products": [
{
"asin": "B06XC9321S",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.NSOOAJQJCZIS2DIQQN4WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQY5AXMOGM6VFW6IW6EX3LFFZBCH6CHU5AI47ES7ZXPF7EEH3OZBQJ7XWCDQ6AZBJEYJNFFWXRECASLGE6AM3KKSKFCH2VLVKWZARL5ERLMFTEXHP6WTNBH6BQHE7QCASUA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B06XC9321S"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "gSbjug2cwKKeR3tdlFS9rBMT22ggbWM9jkqqbWmSzHwT9fxyjwo0rDdo8AV4PkdyI6e50pdD%2FEGGyF0hhuh0JKOZhGLqhk9CynZSPSX3FOvGTjzeW%2FaN6oDHBEdfjkl0Bp1CzDjTRVuo%2BEwxx1z3J0KOLdc53xdw",
"price": {
"value": {
"amount": 37.24,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-29T03:00:00Z",
"min": "2025-04-29T03:00:00Z"
},
"deliveryInformation": "FREE delivery Monday, April 28",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 23.02,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T03:00:00Z",
"min": "2025-04-25T03:00:00Z"
},
"deliveryInformation": "$23.02 delivery Thursday, April 24. Order within 3 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 37.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 37.24,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2+ units",
"unitPrice": {
"amount": 36.99,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Monday, April 28"
}
],
"IMAGES": [
{
"altText": "Hammermill Printer Paper, 20 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 92 Bright, Made in the USA",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71911jmn9ZL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71911jmn9ZL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71911jmn9ZL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71911jmn9ZL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71911jmn9ZL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, 20 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 92 Bright, Made in the USA",
"original": {
"height": 765,
"url": "https://m.media-amazon.com/images/I/41vc8O35RrL._SY765_.jpg",
"width": 765
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/41vc8O35RrL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/41vc8O35RrL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/41vc8O35RrL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/41vc8O35RrL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, 20 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 92 Bright, Made in the USA",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, 20 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 92 Bright, Made in the USA",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81bkNn8v27L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81bkNn8v27L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81bkNn8v27L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81bkNn8v27L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81bkNn8v27L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, 20 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 92 Bright, Made in the USA",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/91H9mCSznYL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91H9mCSznYL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91H9mCSznYL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91H9mCSznYL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91H9mCSznYL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"FEATURING COLORLOK TECHNOLOGY - Colors are 30 percent brighter for richer images, blacks are up to 60 percent bolder for extra sharpness, and inks dry 3 times faster for less smearing"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, 20 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 92 Bright, Made in the USA",
"url": "https://www.amazon.com/dp/B06XC9321S?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 10, 2017",
"Unit Count": "2500 Count",
"Brightness": "92",
"Number of Pieces": "2500",
"Size": "5 Ream | 2500 Sheets",
"Included Components": "2500 sheets",
"Sheet Size": "8.5 x 11",
"Global Trade Identification Number": "50010199113608",
"ASIN": "B06XC9321S",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Item Height": "10.25 inches",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "113600C",
"Manufacturer Part Number": "113600C",
"Sheet Count": "2500",
"Material Feature": "Renewable",
"Paper Finish": "Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11",
"Item Weight": "25 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "8 Ream | 4000 Sheets"
},
{
"index": 4,
"displayString": "10 Ream | 5000 Sheets"
},
{
"index": 5,
"displayString": "Pallet | 100k Sheets"
},
{
"index": 6,
"displayString": "Pallet | 150k Sheets"
},
{
"index": 7,
"displayString": "Pallet | 192k Sheets"
},
{
"index": 8,
"displayString": "Pallet | 200k Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Hole (8.5x11)"
},
{
"index": 1,
"displayString": "A4"
},
{
"index": 2,
"displayString": "Letter (8.5x11)"
},
{
"index": 3,
"displayString": "Legal (8.5x14)"
},
{
"index": 4,
"displayString": "Ledger (11x17)"
},
{
"index": 5,
"displayString": "Premium CC"
},
{
"index": 6,
"displayString": "Premium LP"
}
]
}
],
"variations": [
{
"asin": "B000EFLV7W",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000V7V0BU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B06XRMJPJC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B06XC9321S",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0185KP7QS",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B072FVQNWM",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0017DDGQE",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086XKC7SQ",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U03708C",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00006IDPA",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B01MU4RXEE",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B01GP0XPYG",
"variationValues": [
{
"index": 0,
"value": 6
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B08624VBL4",
"variationValues": [
{
"index": 0,
"value": 7
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N1WHTOL",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086XLGM6J",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B019923RZY",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B08624Y8K9",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "The Hammermill Paper 99. 99% Jam-Free: You will not experience more than one jam in 10, 000 sheets using Hammermill copy paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13. 5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that our paper will work well for you, every time, on every machine. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by” at the top of the page, under the product title. “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill papers are made with renewable resources from certified sustainably managed forests. We want our business to last for generations and that means taking good care of our environment. This Hammermill copy paper is an economical paper for multipurpose print and copy use. It is available in 8. 5 x 11 letter size paper and 8. 5 x 14 legal size paper. Hammermill Copy Paper is available in a single ream (500 sheets of paper) and in cases of paper-wrapped 3 reams (1, 500 sheets), 5 reams (2, 500 sheets), 6 packs of 400 sheets (2, 400 sheets), 8 reams (4, 000 sheets), 10 reams (5, 000 sheets), in a bulk pack of 750 sheets, and a single pack of 400 sheets. Also available in full pallets and truckloads. Choose from items listed at top of page in SIZE and STYLE NAME.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B01FV0F13E",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.TCPAY7SNMQNU6VS3ZLXGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZKM3TWX76DQAV5IRRKJ7XPTJDE5UYIG3EVUKFTJHB7FHY72FNJRGQ4UDNXHO4WPCBGM6U66DH3VDDC22NOQPAYVN4DIX6LUOS4PUR2WQISILJTERFJBH2SFZSGNPDMUVQ",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B01FV0F13E"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon.com",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon.com",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "EA%2BbaXR10eoXhkon%2FACxRwJBB3ctZvQ6p6SXxJzkJgH1KKaD89ejynGsTKGwOaqPb1VT3WVCvaPeaQoaonIEyppr2buzrE6jXnGLe2ok5uZ5%2F16Mt%2B4nSVQCyJJUZzkpaiU0S%2FMgLJIKV21SJBqVMQ%3D%3D",
"price": {
"value": {
"amount": 46.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-26T03:00:00Z",
"min": "2025-04-26T03:00:00Z"
},
"deliveryInformation": "$6.99 delivery Friday, April 25. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 90,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/713VtFDeAyL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/713VtFDeAyL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/713VtFDeAyL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/713VtFDeAyL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/713VtFDeAyL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71iBaTGlfzS._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71iBaTGlfzS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71iBaTGlfzS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71iBaTGlfzS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71iBaTGlfzS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/619rnxFK2RS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/619rnxFK2RS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/619rnxFK2RS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/619rnxFK2RS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/619rnxFK2RS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"10 ream case (5,000 sheets) of 8.5 x 11 white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers and fax machines",
"Smooth 20lb weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Bright white paper (92 GE; 104 Euro) offers great contrast for crisp printing and vivid color",
"Virgin copy paper providing professional quality results; acid-free to prevent yellowing",
"Dimensions: 8.5 x 11 inch letter sized sheets; case dimensions: 11.5 x 8.75 x 6.25 inches; weight: 50 pounds"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111525",
"title": "Multipurpose paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 10 Reams, 5000 Sheets, 92 Bright, White",
"url": "https://www.amazon.com/dp/B01FV0F13E?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 1, 2017",
"Unit Count": "10 Count",
"Brightness": "92",
"Number of Pieces": "5000",
"Size": "10 Reams | 5000 Sheets",
"Sheet Size": "8.5 x 11 Inches",
"UPC": "841710143089",
"Global Trade Identification Number": "00841710143089",
"ASIN": "B01FV0F13E",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Item Height": "0.1 inches",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "10",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ851120",
"Manufacturer Part Number": "AZ851120",
"Sheet Count": "5000",
"Material Feature": "Recyclable",
"Paper Finish": "Uncoated",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 Inches",
"Item Weight": "50.5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Sheets"
},
{
"index": 2,
"displayString": "Truckload | 4.2M Sheets"
},
{
"index": 3,
"displayString": "5 Reams | 2500 Sheets"
},
{
"index": 4,
"displayString": "8 Reams | 4000 Sheets"
},
{
"index": 5,
"displayString": "10 Reams | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 200K Sheets"
}
]
}
],
"variations": [
{
"asin": "B01FV0F8H8",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B01FV0F75G",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B06XR8PQ1M",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B01FV0F5HG",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B07K8WHH5J",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B01FV0F13E",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B06XPFW36K",
"variationValues": [
{
"index": 0,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 Inch 20Lb Paper - 3 Ream Case (5,000 Sheets), 92 GE Bright White",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Office Products",
"url": "https://www.amazon.com/gp/bestsellers/office-products?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B073H7VJ37",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.GBKHUZ53JT7QRP7EJO2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4BI2BQTMYLJNWQ4QBNWTMS26UHQC4R3ZNQPKRHQKWQIRA5VKFTHRANKNNQIERPK6SGZWYUN63IT2R2LIZ2WUXJFFNSHTAP272O2CHOQJD7377O2NTQFNPMJR52DCSZY5A",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B073H7VJ37"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "jRfQL7%2BIA4o3Hhmr2c5%2FjmtlE6Z8BV%2BZHFIXegVoq6P4zj87opqWJeVZCSC2EFTVqNaBn5iqz9AM1BKLI0FgC6bGGN0Yo9C6YjgAuCtVvxS8Mdm4HRKeSo6Dob2uYnTXY72%2B3YIUrZ4IuTYaUSiHbTyzVqtXAJaT",
"price": {
"value": {
"amount": 60.67,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T03:00:00Z",
"min": "2025-04-25T03:00:00Z"
},
"deliveryInformation": "$6.99 delivery Thursday, April 24. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 61.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 60.67,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2+ units",
"unitPrice": {
"amount": 59.86,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/717R2-MqdKS._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/717R2-MqdKS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/717R2-MqdKS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/717R2-MqdKS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/717R2-MqdKS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71Zn9wvKf4S._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71Zn9wvKf4S._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71Zn9wvKf4S._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71Zn9wvKf4S._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71Zn9wvKf4S._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/618UFXBv3oS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/618UFXBv3oS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/618UFXBv3oS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/618UFXBv3oS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/618UFXBv3oS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/51dTKEYpCLS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/51dTKEYpCLS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/51dTKEYpCLS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/51dTKEYpCLS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/51dTKEYpCLS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"10 reams of letter-size 30% recycled multipurpose copy paper (5,000 sheets total)",
"Works with laser/inkjet printers, copiers, and fax machines",
"High-quality 20-pound weight for economical printing and resistance to paper jams",
"Bright white for better contrast; 92 GE brightness",
"Acid-free for long-lasting strength; made in the USA from imported materials; measures 8.5 by 11 inches"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Bright White 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 10 Reams, 5000 Count (Sheets)",
"url": "https://www.amazon.com/dp/B073H7VJ37?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "December 4, 2017",
"Unit Count": "10 Count",
"Brightness": "92",
"Number of Pieces": "5000",
"Size": "10 Reams | 5000 Count (Sheets)",
"Sheet Size": "8.5 x 11 inches",
"UPC": "841710190250",
"ASIN": "B073H7VJ37",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Item Height": "0.1 inches",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "10",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ851130R",
"Manufacturer Part Number": "AZ851130R",
"Sheet Count": "5000",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "50 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Count (Sheets)"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Count (Sheets)"
},
{
"index": 2,
"displayString": "10 Reams | 5000 Count (Sheets)"
}
]
}
],
"variations": [
{
"asin": "B073H7VJ39",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B073H6RY3V",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B073H7VJ37",
"variationValues": [
{
"index": 0,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics 30% Recycled Multipurpose Copy Printer Paper - 8.5 x 11 Inches, 10 Ream case (5,000 Sheets)",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B07BGLT25K",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.RH2EQODXO7RJBYP3Z5FGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQRO57BUGU36FWOCK45PQRZ5N54WFXTE7PRR76MDJWHUBEJIKQKE7W7AKV57V4GNLKUJGVAFS6T4JUWWDBOTMNU5PMTVIJADKB65NIVJAETM2Y7BKCUFGQN35LNNMHP6GWQ",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B07BGLT25K"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "024cddT0%2Bljo%2BFjoHSZreD1e47egt7o0ZOXOlRv77mB4rly79X46P%2FMRSgkfxYT3SDP6vFUv%2BAgxBH5Cphs0b9h%2BNgXAjwJY6VJqCb1D5TnVdYhuxFGRiZQQIkHHZgCN9P8rBPMU6e7kT2wcTivl5BQ1yOTw3Hkl",
"price": {
"value": {
"amount": 5.39,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 6.49,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 3,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 5.39,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2 - 3 units",
"unitPrice": {
"amount": 5.28,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Scott ComfortPlus Toilet Paper, 12 Double Rolls, 231 Sheets per Roll, Septic-Safe, 1-Ply Toilet Tissue",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81ftlGu0gqL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81ftlGu0gqL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81ftlGu0gqL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81ftlGu0gqL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81ftlGu0gqL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott ComfortPlus Toilet Paper, 12 Double Rolls, 231 Sheets per Roll, Septic-Safe, 1-Ply Toilet Tissue",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71wR+saz1TL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71wR+saz1TL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71wR+saz1TL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71wR+saz1TL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71wR+saz1TL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott ComfortPlus Toilet Paper, 12 Double Rolls, 231 Sheets per Roll, Septic-Safe, 1-Ply Toilet Tissue",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71BiTbvYKNL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71BiTbvYKNL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71BiTbvYKNL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71BiTbvYKNL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71BiTbvYKNL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott ComfortPlus Toilet Paper, 12 Double Rolls, 231 Sheets per Roll, Septic-Safe, 1-Ply Toilet Tissue",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81wctMN6F+L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81wctMN6F+L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81wctMN6F+L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81wctMN6F+L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81wctMN6F+L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott ComfortPlus Toilet Paper, 12 Double Rolls, 231 Sheets per Roll, Septic-Safe, 1-Ply Toilet Tissue",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/817WttKLBFL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/817WttKLBFL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/817WttKLBFL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/817WttKLBFL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/817WttKLBFL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"WHAT’S INCLUDED — 12 Double Rolls of Scott ComfortPlus Toilet Paper, 1-ply, 231 sheets per roll, 291.60 square feet total (12 double rolls = 24 regular rolls)",
"COMFORT’S NOT JUST A NAME — We made Scott ComfortPlus 3x thicker than the leading value brand so you can have extra comfort every time",
"SOFTNESS + STRENGTH — Yes, Scott ComfortPlus is soft toilet paper, but we don’t stop there. Our bath tissue is also 4x stronger than the leading value brand",
"GENTLE ON FLUSHING — Don’t sacrifice your plumbing for comfort. This bath tissue is made with clog-free technology and dissolves 10x faster than the national brand ultra soft & strong",
"CARE FOR OUR PLANET — At Scott, we care about our planet and that’s why we use cores made from 100% recycled paper",
"Scott packaging and product may vary from images shown"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111704",
"title": "Toilet tissue",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030212",
"title": "Toilet paper",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Scott ComfortPlus Toilet Paper, 12 Double Rolls, 231 Sheets per Roll, Septic-Safe, 1-Ply Toilet Tissue",
"url": "https://www.amazon.com/dp/B07BGLT25K?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 19, 2018",
"Unit Count": "12 Count",
"Recommended Uses For Product": "Bathroom, Home",
"Size": "231 Sheets (Pack of 12)",
"Identity Package Type": "Bulk",
"Included Components": "47618",
"UPC": "054000476181",
"ASIN": "B07BGLT25K",
"Material Type": "Paper",
"Product Dimensions": "8.36 x 7.64 x 12.54 inches; 0.01 ounces",
"Is Discontinued By Manufacturer": "No",
"Department": "All",
"Item Height": "12.54 inches",
"Manufacturer": "Kimberly-Clark",
"Item Type Name": "47618",
"Ply": "1-Ply",
"Special Feature": "Absorbent, Clog Free, Perforated, Septic Safe",
"Skin Type": "All Skin",
"Material Features": "Septic Safe",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "8.36 x 7.64 x 12.54 inches",
"Color": "White",
"Item model number": "10054000476188",
"Material": "Paper",
"Sheet Count": "2772",
"Material Feature": "Septic Safe",
"Sheet Count Per Unit": "231",
"Brand": "Scott",
"Package Type": "Bulk",
"Brand Name": "Scott",
"Net Content Weight": "10.23 Pounds",
"Item Form": "Roll with Sheets",
"Additional Features": "Absorbent, Clog Free, Perforated, Septic Safe",
"Item Dimensions": "8.36 x 7.64 x 12.54 inches",
"Scent": "Unscented",
"Item Weight": "0.01 Ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "231 Sheets (Pack of 12)"
},
{
"index": 1,
"displayString": "231 sheet (Pack of 36)"
},
{
"index": 2,
"displayString": "231 sheet (Pack of 48)"
}
]
}
],
"variations": [
{
"asin": "B07BGLT25K",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0DJWKTVSW",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0DX33Q9QH",
"variationValues": [
{
"index": 0,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Discover premium softness at an incredible price with Scott ComfortPlus toilet paper rolls. Offering everyday comfort plus reliable strength, this bath tissue is 3x thicker and 4x stronger than the leading value brand. Our toilet tissue combines just the right amount of softness and strength by featuring thick and plush sheets for a comforting clean. These toilet paper rolls are also trusted for flushability, as Scott ComfortPlus is septic-safe, sewer-safe, clog-free, and dissolves 10x faster*. With Scott ComfortPlus 1-ply toilet paper, you get 12 Double Rolls of 231 sheets per roll. Plus, Scott toilet paper features cores made from 100% recycled paper. Get more with Scott and order Scott ComfortPlus in bulk online! (*vs national brand soft & strong)",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 231,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0B579K9GG",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.IZKYZFML24HVHMBW45IWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQTTSCSWZ3V3DZT5SLKQVDVWXE3XXPL6OMFBDU74N2MJR3FZC4O2S7B3AGBKAP2Z4JHVRM7T3WSBSG44JVUKMQAI6HMPT2LGVZAVVGZITOOTAIJVXETR647F6W4HXMLUD4A",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B0B579K9GG"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "HrsynZxDEXFh7k0ilOggDUghNkNIkGQ3U%2Fkk3Lp5JR95ZgbZZorQ5F8V8csGMB21OZD8WfRThzsS183bwethMGWOJ9obtyY8loxgpBtN8O8kb%2FL0TB5urdbQm%2FFOC4D9MLY1EcqiuBO%2BhIvKmiGReBQbSp9v8Y4v",
"price": {
"value": {
"amount": 19.51,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 21.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71pAEs489UL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71pAEs489UL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71pAEs489UL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71pAEs489UL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71pAEs489UL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71YBgf9oa+L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71YBgf9oa+L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71YBgf9oa+L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71YBgf9oa+L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71YBgf9oa+L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/717AE9skHdL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/717AE9skHdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/717AE9skHdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/717AE9skHdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/717AE9skHdL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"original": {
"height": 2559,
"url": "https://m.media-amazon.com/images/I/91tlyEt7onL._SY2559_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91tlyEt7onL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91tlyEt7onL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91tlyEt7onL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91tlyEt7onL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"original": {
"height": 2559,
"url": "https://m.media-amazon.com/images/I/91D6cDId2pL._SY2559_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91D6cDId2pL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91D6cDId2pL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91D6cDId2pL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91D6cDId2pL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/815yuwcDoWL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/815yuwcDoWL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/815yuwcDoWL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/815yuwcDoWL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/815yuwcDoWL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Multi-purpose copy printer paper; works with laser/inkjet printers, copiers, and fax machines",
"Includes 3 reams (500 sheets per ream, 1500 sheets total) of 24 pound copy paper",
"Bright white for better contrast; 97 GE brightness level",
"Acid-free material prevents the paper from yellowing over time",
"Product dimensions: 8.5 x 11 inches (WxL, per sheet)"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"url": "https://www.amazon.com/dp/B0B579K9GG?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "September 5, 2023",
"Unit Count": "3 Count",
"Brightness": "97 Brightness Level",
"Number of Pieces": "1500",
"Size": "1500 Sheets (3 Packs of 500)",
"Sheet Size": "8.5-x-11-inch",
"UPC": "840095889254",
"ASIN": "B0B579K9GG",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "97 Brightness Level",
"Item Height": "0.1 inches",
"Manufacturer": "Amazon Basics",
"Paper Weight": "24",
"Number of Items": "3",
"Material Features": "Biodegradable",
"Color": "White",
"Item model number": "C24-PAMB24---N8.5X11--W97",
"Manufacturer Part Number": "C24-PAMB24---N8.5X11--W97",
"Sheet Count": "500",
"Material Feature": "Biodegradable",
"Paper Finish": "Uncoated",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5-x-11-inch",
"Item Weight": "18 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 mega ream (800 sheet)"
},
{
"index": 1,
"displayString": "1500 Sheets (3 Packs of 500)"
}
]
}
],
"variations": [
{
"asin": "B0B57CKBCT",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0B579K9GG",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "An Amazon Brand",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B01FIK0PXI",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.NXTOMVTHSWJMMRMXUA6WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXNP2CEQY3NDQNR3HAD24TOMFC4KXETC24KPZJBBZSN6VWDE7BZZZIWXQQ34KCL342QXTOEDXHE6E4PO46I4O3KTRB7XMSM556MKMZL6BFCLVFBRFO3X2LB77BZP2QE3UA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B01FIK0PXI"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "MdH7%2BWs%2FmEkGl8QNgb2lWqCY%2BcdLGVPOtxOwtL%2FzKnObfP%2FlDHGHEVULuJiEuvULcYF2pggiZZ%2FtY0hFUSe1HsuL5qRhgWbtB4t5%2F517pL4oJf5yx5QbRZhurvJU9v4nhlONcCCfYhQzbcnIV8USe5ngV1u0Q5hE",
"price": {
"value": {
"amount": 19.51,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 21.44,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 90,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 19.51,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2 - 90 units",
"unitPrice": {
"amount": 19.35,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71Ui3dxCZ9L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71Ui3dxCZ9L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71Ui3dxCZ9L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71Ui3dxCZ9L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71Ui3dxCZ9L._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71mFGN146rL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71mFGN146rL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71mFGN146rL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71mFGN146rL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71mFGN146rL._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81nHgWfvSkL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81nHgWfvSkL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81nHgWfvSkL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81nHgWfvSkL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81nHgWfvSkL._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Made in USA: HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America.",
"Optimized for HP technology: All HP Papers provide premium performance on HP equipment, as well as on all other printer and copier equipment.",
"Perfect everyday office paper: Superior quality, reliability, and dependability for high-volume printing at home, at school and in the office. Perfect for everyday black and white printing.",
"Certified sustainable: HP Office20 20lb printer paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design).",
"ColorLok technology printing paper: ColorLok technology provides more vivid colors, bolder blacks and faster drying.",
"Acid free paper: HP Office 20lb print and copy paper prevents yellowing over time to ensure a long-lasting appearance for added archival quality."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"url": "https://www.amazon.com/dp/B01FIK0PXI?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 1, 2016",
"Unit Count": "1500 Count",
"Brightness": "92",
"Number of Pieces": "3",
"Size": "3 Ream | 1500 Sheets",
"Included Components": "1500 sheets/3 reams",
"Sheet Size": "8.5 x 11 inches",
"UPC": "764025012096 788115115542",
"Global Trade Identification Number": "00764025012096",
"ASIN": "B01FIK0PXI",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Item Height": "6.25 inches",
"Manufacturer": "Sylvamo",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "112090",
"Manufacturer Part Number": "112090",
"Sheet Count": "1500",
"Material Feature": "Renewable",
"Paper Finish": "Smooth",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "10 Ream I 5000 Sheets"
},
{
"index": 4,
"displayString": "Quickpack | 2500 Sheets"
},
{
"index": 5,
"displayString": "Pallet | 200000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Letter (8.5 x 11)"
},
{
"index": 1,
"displayString": "Legal (8.5 x 14)"
},
{
"index": 2,
"displayString": "Ledger (11 x 17)"
}
]
}
],
"variations": [
{
"asin": "B07GDS6PLC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00006L389",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000EFMD9C",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01FIK0PXI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B07GDS6W4W",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00ZDHASZC",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00006L385",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B079YXDYL9",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full-color presentations, you can be assured of consistent, high-quality print performance every time. HP Office20 paper is a 20 lb, Super smooth economical and multipurpose paper for Everyday printing at home, at school and in the office. HP Office20 was created specifically for high-volume Black and White printing and copying. Engineered with ColorLok technology HP Office20 paper provides brighter colors and bolder blacks for GREAT-LOOKING reports and impressive business documents. HP Office20 printer paper is available in 8. 5 x 11 letter size paper, 8. 5 x 11 3 hole punched Letter size paper, and 8. 5 x 14 legal size paper.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B004O4LTFI",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.EC3LXMBE42DFEZZHZFVGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ2T4ALNYT5T5PL32GE6UI4S5EAJGPKTYVB6NVUVAZYP77ZQOJEA3APHFXNQTWF7O4LTK77NXSM5EUBXPAE4ZWXAEFFSHRBB6QWWP3LSUUJRCZYCDJCMUZLTQIITXZR5M6Q",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Solutions by Staples",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": [
"889 certification"
]
},
"fulfiller": {
"name": "Solutions by Staples",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "H4L2R9uOQcc%2BnGA%2B376gceRksmHMe0Ucartk35mz9E7XJ82%2FX6%2FSfyZl%2FjmjmviZCmEFKYNMzbZrS%2BTHTIlu0DPdO9u6Nr0SamrGctYTwkOrD0wgWS3iIq8EgMO6XPZjTrXEds4jZaxbzRcow7S1UyhO5m5OcXvoOSf4VS6qA3xKviKx79k0w81PmJ5rzkAN",
"price": {
"value": {
"amount": 59.58,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T06:59:59Z",
"min": "2025-04-24T07:00:00Z"
},
"deliveryInformation": "FREE delivery Thursday, April 24",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Thursday, April 24"
}
],
"IMAGES": [
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/61LBJWQsazL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61LBJWQsazL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61LBJWQsazL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61LBJWQsazL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61LBJWQsazL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/81zq2aW4A-L._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81zq2aW4A-L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81zq2aW4A-L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81zq2aW4A-L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81zq2aW4A-L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81WO7p+2zeL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81WO7p+2zeL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81WO7p+2zeL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81WO7p+2zeL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81WO7p+2zeL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/71pvHlaFuUL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71pvHlaFuUL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71pvHlaFuUL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71pvHlaFuUL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71pvHlaFuUL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/61AJ-UNj-VL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61AJ-UNj-VL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61AJ-UNj-VL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61AJ-UNj-VL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61AJ-UNj-VL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/61BuJ3s2qKL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61BuJ3s2qKL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61BuJ3s2qKL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61BuJ3s2qKL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61BuJ3s2qKL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/71CTM7RTwoL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71CTM7RTwoL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71CTM7RTwoL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71CTM7RTwoL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71CTM7RTwoL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Packaging: Packed with 10 reams per case (5000 sheets) measuring 8.5\" (W) x 11\" (L) (US Letter), this white copy paper provides a convenient, long-lasting supply for home and office use.",
"Versatile Use: Multi-purpose copy paper 8.5 x 11 white is ideal for toner-based printers, ensuring crisp, clear black and white prints. It also works seamlessly with laser, copier, and fax machines.",
"Hassle-free Printing: This printing paper has a smooth texture, making it perfect for consistent ink and toner distribution; dries quickly and prevents paper jams.",
"Professional Print Quality: The crisp white printing paper with a high brightness rating (92 US, 104 Euro) ensures sharp, clear prints and professional-looking documents.",
"Acid-free Paper: Keep your important documents looking their best with this acid-free copy paper, which prevents discoloration and deterioration for long."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"url": "https://www.amazon.com/dp/B004O4LTFI?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "August 19, 2016",
"Unit Count": "1.0 Count",
"Brightness": "92",
"Number of Pieces": "1",
"Size": "5,000 Sheets",
"Sheet Size": "8.5x11 inches",
"UPC": "718103026932",
"Global Trade Identification Number": "00718103026932",
"ASIN": "B004O4LTFI",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Item Height": "2 inches",
"Manufacturer": "Staples",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Material Features": "Biodegradable",
"Color": "White",
"Item model number": "staples50009220new",
"Manufacturer Part Number": "staples50009220new",
"Sheet Count": "5000",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "STAPLES",
"Brand Name": "STAPLES",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5x11 inches",
"Item Weight": "20 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Staples copy paper is an essential item to keep in stock. Ideal for everyday needs at the printer, copier or fax machine, this paper is a basic supply that everyone in your home or office reaches for during routine tasks. Recommended especially for black and white printing and toner-based printing devices, this copy paper is bright white for a crisp, professional printed document. Acid-free to resist yellowing and crumbling, staples copy paper keeps your documents looking good whenever you need them.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00UFX19H0",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.IK4C4EWFHLMDA4VRJNTGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ6RQMJDOXQGGJ4UDTRNX5BD3VJPCMNIKA4OUOA7ZLKCPD36WJE34GAXJFFTPDWJKPDWWQPPSRYG43ARW45MJMG3QTCE3DCIJYC6WHYA3CD2NXDBECJ3TLJ5ZKD5RO2JXQA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B00UFX19H0"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "zsZwwUlDlNkAB%2FXd6G5lEdIBoJ9jMGxRZoQpHhREe8pUGXdQ8SiGtSnWg84I%2B2IMcldFp%2BfhH%2FoxvsQLagaqvwaQ3SsUIZMAmn%2Btt3zU5Pi2SOubIIYshELVQwwVBUp%2FVVoLHmn6VlrzUsS%2BRCb076msYHUp%2FlF7",
"price": {
"value": {
"amount": 28.22,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 23.09,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$23.09 delivery Wednesday, April 23. Order within 8 hrs 3 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 28.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 28.22,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2 - 10 units",
"unitPrice": {
"amount": 27.96,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71+cIzAI5XL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71+cIzAI5XL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71+cIzAI5XL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71+cIzAI5XL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71+cIzAI5XL._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81pb1NtL6dL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81pb1NtL6dL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81pb1NtL6dL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81pb1NtL6dL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81pb1NtL6dL._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81xTi6rZoML._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81xTi6rZoML._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81xTi6rZoML._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81xTi6rZoML._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81xTi6rZoML._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71Byn-OZi+L._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/919hylpvQtL._SY40_.jpg",
"width": 40
}
},
{
"altText": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81LrtRLVhdL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Made in USA: HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America. See images.",
"Perfect everyday office paper: Superior quality, reliability, and dependability for high-volume printing at home, at school and in the office. Perfect for everyday black and white printing.",
"Certified sustainable: HP Copy&Print20 20lb printer paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design). See images.",
"Colorlok technology printing paper: Colorlok technology provides more vivid colors, bolder blacks and faster drying. See images.",
"Acid free paper: HP Copy&Print20 print and copy paper prevents yellowing over time to ensure a long-lasting appearance for added archival quality."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 5 Ream Case - 2500 Sheets| 92 Bright Made in USA - FSC Certified| 200350C",
"url": "https://www.amazon.com/dp/B00UFX19H0?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 1, 2016",
"Unit Count": "2500 Count",
"Brightness": "92",
"Number of Pieces": "5",
"Size": "5 Pack | 2500 Sheets",
"Included Components": "2500 sheet / 5 reams",
"Sheet Size": "8.5x11",
"UPC": "764025000352",
"Global Trade Identification Number": "00764025000352",
"ASIN": "B00UFX19H0",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Item Height": "10.25 inches",
"Manufacturer": "Sylvamo",
"Cover Material": "paper",
"Paper Weight": "9",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "200350C",
"Manufacturer Part Number": "200350C",
"Sheet Count": "2500",
"Material Feature": "Renewable",
"Paper Finish": "Uncoated",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5x11",
"Item Weight": "25 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Pack | 500 Sheets"
},
{
"index": 1,
"displayString": "1 Pack | 750 Sheets"
},
{
"index": 2,
"displayString": "3 Pack | 1500 Sheets"
},
{
"index": 3,
"displayString": "4 Pack | 3000 Sheets"
},
{
"index": 4,
"displayString": "5 Pack | 2500 Sheets"
},
{
"index": 5,
"displayString": "10 Pack | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 192000 Sheets | 64 MegaPk cases"
},
{
"index": 7,
"displayString": "Pallet | 192000 Sheets | 80 cases"
},
{
"index": 8,
"displayString": "Pallet | 200000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Bulk Pack (8.5x11)"
},
{
"index": 1,
"displayString": "Standard Size (8.5x11)"
}
]
}
],
"variations": [
{
"asin": "B001AFL8GY",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0050MRBA0",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086X8B532",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U036ZY2",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00UFX19H0",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U036ZRY",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01BLUOVWK",
"variationValues": [
{
"index": 0,
"value": 6
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01BLUOU8U",
"variationValues": [
{
"index": 0,
"value": 7
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01BLUOV4S",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP Papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP Papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard Company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full-color presentations, you can be assured of consistent, high-quality print performance every time. HP Copy&Print20 Paper is a 20 lb, super smooth, economical and multipurpose paper for everyday printing at home, at school and in the office. HP Copy&Print20 offers HP quality and reliability at a great value. Its ultra white shade (92 bright, 155 whiteness) and ColorLok Technology provides brighter colors and bolder blacks for reports, school work and all general printing needs. HP Copy&Print20 printer paper is available in 8.5 x 11 letter size paper.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B073HBNY9W",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.S74F5QKTDMQ4ZXSOQL2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQQQPJU4MLAEAEWRYLTDE3YZ6E2BSMES2COLUZ74YUSGDCY6RRNTV36PFMCYBUSTLBZZWPFLBSZU45J2QMGJ3TJN6EJUZSJUSPBTW6HGTM5J5PDLZCAO3XNEYQSAEUB2GSA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B073HBNY9W"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "ihPSaegMqaqhk1EGoPQ3xrd%2B80L6JE2q%2F7t32LvX0NOx8NSbPhASkisxbr5vgqaGPqD8gxX5o4oA%2FN22pUCDbGuJkQPBpJ3FzK3iewoMqndqUHxR8aXm5kmIkQlH0Z524%2BgffSYFyVIlTkvAc%2FsrhJYO%2FfzLDZhd",
"price": {
"value": {
"amount": 61.34,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26. Order within 8 hrs 18 mins",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T06:59:59Z",
"min": "2025-04-24T07:00:00Z"
},
"deliveryInformation": "$6.99 delivery Thursday, April 24",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 65.66,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 61.34,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2 - 5 units",
"unitPrice": {
"amount": 60.27,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "6+ units",
"unitPrice": {
"amount": 59.59,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26. Order within 8 hrs 18 mins"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 Pound, White, 96 Brightness, 8.5 x 11 Inch - 5000 count(10 pack of 500 sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/719WeIouHwL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/719WeIouHwL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/719WeIouHwL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/719WeIouHwL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/719WeIouHwL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 Pound, White, 96 Brightness, 8.5 x 11 Inch - 5000 count(10 pack of 500 sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/713-fwRw1AL._SY2560_.jpg",
"width": 1910
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/713-fwRw1AL._SY500_.jpg",
"width": 373
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/713-fwRw1AL._SY250_.jpg",
"width": 186
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/713-fwRw1AL._SY160_.jpg",
"width": 119
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/713-fwRw1AL._SY40_.jpg",
"width": 29
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 Pound, White, 96 Brightness, 8.5 x 11 Inch - 5000 count(10 pack of 500 sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81pkkt39v1L._SY2560_.jpg",
"width": 1998
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81pkkt39v1L._SY500_.jpg",
"width": 390
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81pkkt39v1L._SY250_.jpg",
"width": 195
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81pkkt39v1L._SY160_.jpg",
"width": 124
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81pkkt39v1L._SY40_.jpg",
"width": 31
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 Pound, White, 96 Brightness, 8.5 x 11 Inch - 5000 count(10 pack of 500 sheets)",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71iWCWPM7TL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71iWCWPM7TL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71iWCWPM7TL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71iWCWPM7TL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71iWCWPM7TL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"10 ream case (5,000 sheets total) of 8.5 x 11 inch white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers, and fax machines",
"Smooth 20 pound weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Acid-free to prevent yellowing",
"Bright white (96 GE) offers great contrast for crisp printing and vivid color"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 20 Pound, White, 96 Brightness, 8.5 x 11 Inch - 5000 count(10 pack of 500 sheets)",
"url": "https://www.amazon.com/dp/B073HBNY9W?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 30, 2018",
"Unit Count": "10 Count",
"Brightness": "96",
"Size": "5000 count(10 pack of 500 sheets)",
"Sheet Size": "8.5 x 11",
"UPC": "841710190298",
"Global Trade Identification Number": "00841710190298",
"ASIN": "B073HBNY9W",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "96",
"Item Height": "10 inches",
"Manufacturer": "Amazon Basics",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "10",
"Material Features": "paper",
"Color": "White",
"Item model number": "AMZ851120HB",
"Manufacturer Part Number": "AMZ851120HB",
"Sheet Count": "5000",
"Material Feature": "paper",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11",
"Item Weight": "50 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "5000 count(10 pack of 500 sheets)"
}
]
}
],
"variations": [
{
"asin": "B073H4VVC7",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B073HBNY9W",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Copy Paper - 96 Bright, 8.5\" x 11\", 10-Ream Case (5,000 Sheets)",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00BT2MG2I",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.YBI5KPNSBJD7RRQZGE7GI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSTS2YMW3YRUUG3VAG26MOSXDPKJE7KBJVI7TREKN6YNDK5RAHESYTGTGJ54KCEM22WGSMFJF2MAVQJEQO76SHNFFNKJ42EWPET4AXQJLLE2T2CK3DO45ZEWTEF4SCGAGA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B00BT2MG2I"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "Zq5nkOik1Q6pOzIzHwRoEMr38u5a06qm2bjvfZHKiQFceuN1v14S98xc9EPK4IpaXMbFgD3jjDEVUuOzS0h1mtLd2WT8nR%2Fsd8AbaC8E1mellmg%2FaxZ4NZrzrDFL0wtj8aXnXG0bwXuAJ2TMyLZO7O3T%2F5RTOMTb",
"price": {
"value": {
"amount": 38.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 25.04,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$25.04 delivery Wednesday, April 23. Order within 4 hrs 33 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 44.39,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 38.99,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2 - 10 units",
"unitPrice": {
"amount": 38.66,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26"
}
],
"IMAGES": [
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/6125j+rhDYL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/6125j+rhDYL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/6125j+rhDYL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/6125j+rhDYL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/6125j+rhDYL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/61gq8gntJSL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61gq8gntJSL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61gq8gntJSL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61gq8gntJSL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61gq8gntJSL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/71gecd5QT8L._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71gecd5QT8L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71gecd5QT8L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71gecd5QT8L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71gecd5QT8L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/71o9+irKciL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71o9+irKciL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71o9+irKciL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71o9+irKciL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71o9+irKciL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/91DFlhb6H5L._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91DFlhb6H5L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91DFlhb6H5L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91DFlhb6H5L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91DFlhb6H5L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/713E16pWMXL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/713E16pWMXL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/713E16pWMXL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/713E16pWMXL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/713E16pWMXL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/71lLtcz5UnL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71lLtcz5UnL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71lLtcz5UnL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71lLtcz5UnL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71lLtcz5UnL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"original": {
"height": 1500,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY1500_.jpg",
"width": 1500
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61plGNIQEjL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"PREMIUM COPY PAPER – Hammermill Premium 24lb Multi-Purpose Copy Paper provides a versatile sheet designed to run effectively through all office and home printing equipment. 100% USA made to support millions of sustainable forestry jobs.",
"COLORLOK TECHNOLOGY – This multi-purpose copier paper features ColorLok Technology for colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster. Plus, this acid-free white copy paper will not yellow over time.",
"BRIGHT FINISH – The high 97 brightness and heavy weight basis weight combine in this copying paper to produce high quality documents you will be proud to distribute. It’s perfect for printing proposals, newsletters, forms, direct mail, invoices and more.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill printer paper is Forest Stewardship Council (FSC) certified, which means they are made with renewable resources from third-party certified, sustainably managed forests."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260604",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"url": "https://www.amazon.com/dp/B00BT2MG2I?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 30, 2011",
"Unit Count": "2500 Count",
"Brightness": "97.00",
"Number of Pieces": "2500",
"Size": "5 Ream | 2500 Sheets",
"Sheet Size": "8.5x11 inches",
"Global Trade Identification Number": "50010199105818, 00010199005816",
"ASIN": "B00BT2MG2I",
"Material Type": "Paper",
"Product Dimensions": "8.5\"L x 11\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "97.00",
"Item Height": "11.75 inches",
"Manufacturer": "Hammermill",
"Compatible Printer Type": "Laser",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "105810C",
"Manufacturer Part Number": "105810C",
"Sheet Count": "2500",
"Material Feature": "Renewable",
"Paper Finish": "Glossy",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "8.5\"L x 11\"W",
"Paper Size": "8.5x11 inches",
"Item Weight": "384 Ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 2,
"displayString": "Pallet | 160k Sheets"
},
{
"index": 3,
"displayString": "Pallet | 200k Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "20 lb"
},
{
"index": 1,
"displayString": "24 lb"
}
]
}
],
"variations": [
{
"asin": "B009ZMP62Q",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00BT2SSKM",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0074WQN12",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00BT2MG2I",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01997163Y",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01996QU4K",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "This Hammermill Premium Multi-Purpose Copy Paper provides a versatile sheet that’s designed to run effectively through all office and home printing equipment. The high 97 brightness and heavy basis weight combine to produce a printer paper you’ll be proud to distribute. It’s the perfect copying paper for proposals, newsletters, forms, reports, faxes, direct mail, invoices, correspondences, and more. With this multi-purpose copy and print paper, you’ll get consistently reliable results in all home and office printers/machines. It also features ColorLok Technology which produces colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster for less smearing. This acid-free white paper prevents sheets from yellowing over time to ensure long-lasting archival quality. Our 99.99. 000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B010BYJKWS",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.OOTNCDDBBWLUL4YT2UEWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQWCS5TFS2NQI5ZFBXFCUVXQY5FCAVEAGHIM5ET4S2LUB4XHDER73VOH6EGGH4AOQ3DMF427WFJUTLH2BN4EZ7KKK3U7KMD2FLQ65TN3CC4ICY5YQGX63LHSOHPFDMOMPUA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazing Deals Warehouse 🇺🇸",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazing Deals Warehouse 🇺🇸",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "NeY9GwekPvcgN6bkrxN0BLJRrVFZLIxcyKka4Tk7yZBVDqxnPB309nap1t55atDjlCjhnBaPSha4L5X7s0LdkAFPMhI7SAaEqg5hRFAXxrw5VIgIyxs1cNPr7vF%2BgPvv7ZT%2BxtU%2B1Y3vcpJKFwLLV5%2Fnfulc%2BZURDBDz8%2BEf5tT1shkVYl3zXGWoHDBCQNqn",
"price": {
"value": {
"amount": 24.94,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T06:59:59Z",
"min": "2025-04-23T07:00:00Z"
},
"deliveryInformation": "FREE delivery April 23 - 24. Order within 23 hrs 48 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 27.09,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery April 23 - 24. Order within 23 hrs 48 mins"
}
],
"IMAGES": [
{
"altText": "Office Depot Copy Print Paper, 8 1/2in. x 11in., 20 Lb, Bright White, 500 Sheets Per Ream, Case Of 3 Reams, 1008",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61vEvVrS3cL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61vEvVrS3cL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61vEvVrS3cL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61vEvVrS3cL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61vEvVrS3cL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot Copy Print Paper, 8 1/2in. x 11in., 20 Lb, Bright White, 500 Sheets Per Ream, Case Of 3 Reams, 1008",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61NLeB0RjeL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61NLeB0RjeL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61NLeB0RjeL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61NLeB0RjeL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61NLeB0RjeL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot Copy Print Paper, 8 1/2in. x 11in., 20 Lb, Bright White, 500 Sheets Per Ream, Case Of 3 Reams, 1008",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/610FizLlQLL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/610FizLlQLL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/610FizLlQLL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/610FizLlQLL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/610FizLlQLL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Restock your office with this case of paper",
"104 (Euro), 92 (U.S.) brightness yields vivid text and images.",
"Acid-free paper resists discoloration over time.",
"Keep spare paper on hand so you never run out in the middle of a job.",
"20-lb paper is ideal for everyday business needs."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Office Depot Copy Print Paper, 8 1/2in. x 11in., 20 Lb, Bright White, 500 Sheets Per Ream, Case Of 3 Reams, 1008",
"url": "https://www.amazon.com/dp/B010BYJKWS?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Eco Friendly",
"Date First Available": "June 24, 2015",
"Unit Count": "1.00 Count",
"Number of Pieces": "1500",
"Color": "White",
"Sheet Size": "8-1/2-x-11-inch Inches",
"Manufacturer Part Number": "1008",
"UPC": "735854711092 735854931827 735854844851 735854005504",
"ASIN": "B010BYJKWS",
"Sheet Count": "500",
"Product Dimensions": "12\"L x 9\"W",
"Material Feature": "Eco Friendly",
"Paper Finish": "Smooth",
"Brand": "Office Depot",
"Brand Name": "Office Depot",
"Item Dimensions L x W": "12\"L x 9\"W",
"Item Height": "6.3 inches",
"Paper Size": "8-1/2-x-11-inch Inches",
"Manufacturer": "OFFICE DEPOT",
"Paper Weight": "20"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "If you and your office go through reams of paper in no time flat, stock up on Office Depot copy and print paper. This Office Depot paper is made for smooth, consistent performance and is available in large quantities, so it's easy to keep your production stations stocked and ready to go. 104 (Euro), 92 (U.S.) brightness yields vivid text and images. Acid-free paper resists discoloration over time. Keep spare paper on hand so you never run out in the middle of a job. 20-lb paper is ideal for everyday business needs. Includes 500 sheets per ream in a case of 3 reams. Eco-conscious choice - has one or more meaningful eco-attributes or eco-labels. Have the right tools in place to prepare your workforce to work from anywhere.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00DB8LJ4Y",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.3IELEKLSVBCOZFZZGALGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZREAAXDJ3XMSHOL4HZP3NMQLQYQWKHIS2E5SRJZFBD3MO37CARHQ37I7PY6IUEQ2YOJN5EHTKDGIKKFNIUFM4W2ESW2MZU3SKRKTP5EZ2O466K5MV3WOOL3TTAHANCK5Q",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "The Office Tex",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": [
"Women-Owned Business Enterprise",
"Registered Small Business",
"Women-Owned Small Business",
"Economically Disadvantaged Women-Owned Small Business",
"889 certification"
]
},
"fulfiller": {
"name": "The Office Tex",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "8BA%2Fhh5Fxylabb6Ha4Ox9ZIjRmZ1a1OLyyOw0sZLdIlP7ez%2FHg4eizLUhnT5JzNwrTLzJZ613y2YGM50l%2BFlLIqtA6mgY8dSPiTsPvHxhQgfU7xYYZiwO%2FTseQY9b2AsgnqwHSSqhRGhHdMgi4irOckhjouUoSS9UJPOVKiQ%2B64tQezgJmUSniLE1YC9NH8Z",
"price": {
"value": {
"amount": 57.47,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T06:59:59Z",
"min": "2025-04-23T07:00:00Z"
},
"deliveryInformation": "FREE delivery April 23 - 24",
"thresholdCost": null
}
],
"badges": [
{
"fragment": {
"title": "Business Seller",
"message": "Business Sellers: ",
"link": null,
"type": "BUSINESS_INVOICE_BADGE",
"fragments": null
}
}
],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 77.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery April 23 - 24"
}
],
"IMAGES": [
{
"altText": "Office Depot White Copy Paper, 8 1/2in. x 11in., 20 Lb, 500 Sheets Per Ream, Case Of 10 Reams, 40402786",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot White Copy Paper, 8 1/2in. x 11in., 20 Lb, 500 Sheets Per Ream, Case Of 10 Reams, 40402786",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot White Copy Paper, 8 1/2in. x 11in., 20 Lb, 500 Sheets Per Ream, Case Of 10 Reams, 40402786",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61DNl6QNsRL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61DNl6QNsRL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61DNl6QNsRL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61DNl6QNsRL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61DNl6QNsRL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot White Copy Paper, 8 1/2in. x 11in., 20 Lb, 500 Sheets Per Ream, Case Of 10 Reams, 40402786",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61iQ8gOWZ-L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot White Copy Paper, 8 1/2in. x 11in., 20 Lb, 500 Sheets Per Ream, Case Of 10 Reams, 40402786",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/6182dx92IvL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Great for everyday copying and printing",
"20-lb, letter-size printer paper is ideal for everyday use.",
"104 (Euro), 92 (U.S.) brightness for vivid text and images.",
"Provides the trusted performance you need for your printing, copying and faxing applications.",
"Acid-free Office Depot paper won't yellow or fade over time."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Office Depot White Copy Paper, 8 1/2in. x 11in., 20 Lb, 500 Sheets Per Ream, Case Of 10 Reams, 40402786",
"url": "https://www.amazon.com/dp/B00DB8LJ4Y?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "June 6, 2013",
"Unit Count": "5000 Count",
"Color": "White",
"Sheet Size": "8-1/2-x-11-inch Inches",
"Manufacturer Part Number": "40428",
"UPC": "735854779160",
"ASIN": "B00DB8LJ4Y",
"Sheet Count": "500",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Is Discontinued By Manufacturer": "No",
"Paper Finish": "Uncoated",
"Brand": "Office Depot",
"Brand Name": "Office Depot",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Item Height": "10 inches",
"Paper Size": "8-1/2-x-11-inch Inches",
"Manufacturer": "OFFICE DEPOT",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Item Weight": "0.01 Ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Great for everyday copying and printing 20-lb paper is ideal for everyday use.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B08DXWCVCT",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.QJFZQZX4INMOD4NFS4AGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQTSVKSZBD4VD2R25IHKLNCPBR4XJMTYEFXUI25SLR6E7BZWVRXXKSALJ2BNXIN62QZZKDDPV736WBXAUPB2AWFP3VFCCO3EFWS6HTGIFXLSBUIJP2PD3SPOXGT7N32ZXMA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "ODP Business Solutions",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "ODP Business Solutions",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "f4ZWKdZagBSpExAsHMcrKfCLwE0VNttcNGXLwNCfCTIUZqTQ91zHEBzW%2BxDFEFctxiWygSolHigaDUklRFRJfnziijruG%2B4iQnxb%2FRxq895cLfpZZk0e2v0ytba4XhmQTf2iZ0IkWgvWFHx43oEF2HIV9NXPQzyHhQGdYTFeDLXykWRJKieNS%2BA5jdB7Rmze",
"price": {
"value": {
"amount": 54.57,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-30T06:59:59Z",
"min": "2025-04-24T07:00:00Z"
},
"deliveryInformation": "FREE delivery April 24 - 29",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery April 24 - 29"
}
],
"IMAGES": [
{
"altText": "Office Depot® Brand Business Multi-Use Printer & Copier Paper, Letter Size (8 1/2\" x 11\"), 5000 Total Sheets, 92 (U.S.)",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61UTWejrVSL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61UTWejrVSL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61UTWejrVSL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61UTWejrVSL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61UTWejrVSL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot® Brand Business Multi-Use Printer & Copier Paper, Letter Size (8 1/2\" x 11\"), 5000 Total Sheets, 92 (U.S.)",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61dv1wuNiBL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61dv1wuNiBL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61dv1wuNiBL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61dv1wuNiBL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61dv1wuNiBL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Office Depot® Brand Business Multi-Use Printer & Copier Paper, Letter Size (8 1/2\" x 11\"), 5000 Total Sheets, 92 (U.S.)",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61K26lm9uPL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61K26lm9uPL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61K26lm9uPL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61K26lm9uPL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61K26lm9uPL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Print documents with crisp text and vibrant images using this Office Depot Brand Business Copy and Print paper. The 20-lb weight is great for everyday use with an acid-free formula that resists yellowing and fading over time.",
"20-lb paper is ideal for everyday use.",
"500 sheets per ream to keep your office stocked.",
"Brilliant 92-bright surface gives you vibrant images.",
"Acid-free Office Depot paper won't yellow or fade over time."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Office Depot® Brand Business Multi-Use Printer & Copier Paper, Letter Size (8 1/2\" x 11\"), 5000 Total Sheets, 92 (U.S.)",
"url": "https://www.amazon.com/dp/B08DXWCVCT?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "July 30, 2020",
"Unit Count": "1 Count",
"Brightness": "92",
"Number of Pieces": "5000",
"Color": "White",
"Sheet Size": "8.5-x-11-inch",
"Manufacturer Part Number": "ODBCP92-CTN",
"UPC": "735854754051",
"ASIN": "B08DXWCVCT",
"Sheet Count": "500",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Glossy",
"Brand": "Office Depot",
"Brand Name": "Office Depot",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Item Height": "10.25 inches",
"Paper Size": "8.5-x-11-inch",
"Manufacturer": "OFFICE DEPOT",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Item Weight": "51.2 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Print documents with crisp text and vibrant images using this Office Depot Brand Business Copy and Print paper. The 20-lb weight is great for everyday use with an acid-free formula that resists yellowing and fading over time. 20-lb paper is ideal for everyday use. 500 sheets per ream to keep your office stocked. Brilliant 92-bright surface gives you vibrant images. Acid-free Office Depot paper won't yellow or fade over time. Eco-conscious choice - has one or more meaningful eco-attributes or eco-labels.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0C2D1ZH9M",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.6YZ5AVAYQYC6KRVK6IPGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUDZHNRHYIGMA5ZPGHK6LVMH5IKFRHG4HUML7YRIZ42V6IFWAWCZYBEX7YZ5M63VTBKA2JJHPNVHS3Q3DUTEGM52ESBJ3PPZSJQEEEXGSQDHSA7C5FOBMNFYT3EW3TQZJA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon.com",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon.com",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "hcHCtGkt0HiHxU%2FWlqr5xrAXBNYMqoSrcEh14ZsEwIWh7cgFTVgplO2XLEKkC8jltxMXO436%2B9fQC%2BDLdQMY2fgwqh%2Bjo8S%2BJUgtm8IRTtqEeAF9SYP2CekS0zxlxatioDyviAvNQaJX1jsVl5PkkA%3D%3D",
"price": {
"value": {
"amount": 10.71,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 4,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Everyday Paper Plates, 8.62 Inch, Disposable, 200 Count",
"original": {
"height": 2034,
"url": "https://m.media-amazon.com/images/I/71CyDBWhQ-L._SY2034_.jpg",
"width": 1300
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71CyDBWhQ-L._SY500_.jpg",
"width": 319
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71CyDBWhQ-L._SY250_.jpg",
"width": 159
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71CyDBWhQ-L._SY160_.jpg",
"width": 102
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71CyDBWhQ-L._SY40_.jpg",
"width": 25
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 8.62 Inch, Disposable, 200 Count",
"original": {
"height": 1300,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY1300_.jpg",
"width": 1300
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 8.62 Inch, Disposable, 200 Count",
"original": {
"height": 2462,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY2462_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY500_.jpg",
"width": 519
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY250_.jpg",
"width": 259
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY160_.jpg",
"width": 166
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY40_.jpg",
"width": 41
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 8.62 Inch, Disposable, 200 Count",
"original": {
"height": 2462,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY2462_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY500_.jpg",
"width": 519
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY250_.jpg",
"width": 259
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY160_.jpg",
"width": 166
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY40_.jpg",
"width": 41
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 8.62 Inch, Disposable, 200 Count",
"original": {
"height": 495,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY495_.jpg",
"width": 500
},
"large": {
"height": 495,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY250_.jpg",
"width": 252
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY160_.jpg",
"width": 161
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Includes 200 plates 8.62 inches paper plates",
"The 8.62 inches plate is the perfect size for dinner, everyday meals, parties and picnics",
"Everyday disposable plates for parties, holidays, and every day use",
"Microwave-safe, soak proof, and cut resistant",
"Made in the USA",
"Running low? Restock by asking, “Alexa, reorder Amazon Basics Disposable Plate” through your Alexa device."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "52152000",
"title": "Domestic dishes and servingware and storage containers",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Everyday Paper Plates, 8.62 Inch, Disposable, 200 Count",
"url": "https://www.amazon.com/dp/B0C2D1ZH9M?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Occasion Type": "Picnic",
"Pattern": "Solid",
"Material Features": "Disposable",
"Date First Available": "May 18, 2023",
"Shape": "Round",
"Unit Count": "200 Count",
"Occasion": "Picnic",
"Number of Pieces": "200",
"Recommended Uses For Product": "Appetizer, Fruit, Pizza, Sushi, Pasta, Meals, Soup, Snack, Desserts",
"Size": "200 Count",
"UPC": "076955775447",
"ASIN": "B0C2D1ZH9M",
"Material Type": "Paper",
"Material": "Paper",
"Material Feature": "Disposable",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Is the item dishwasher safe?": "No",
"Item Height": "8.5 inches",
"Manufacturer": "Amazon.com Services LLC.",
"Additional Features": "Disposable,Resistant",
"Seasons": "All Seasons",
"Is Dishwasher Safe": "No",
"Item Weight": "5.25 Pounds",
"Special Feature": "Disposable,Resistant"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "100 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "200 Count"
},
{
"index": 2,
"displayString": "300 Count"
},
{
"index": 3,
"displayString": "300 Count (Pack of 2)"
}
]
}
],
"variations": [
{
"asin": "B0C2CY22B8",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0C2D1ZH9M",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0C2D2P54Y",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B0DT6JRN54",
"variationValues": [
{
"index": 0,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics-Everyday Paper Plates, 8.5\" 200 Count, Everyday disposable plates for parties, holidays, and every day use. Microwave-safe, soak proof, and cut resistant",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Disposable Plates",
"url": "https://www.amazon.com/gp/bestsellers/hpc/15750751?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B0C2CZJ1TK",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.RCVE3AMLGNW6OSPYJCMGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUQXP3VGY337OKEO42BAIZ2DYDX3UTGRWEUEPVO3J7FNYQSXFGA7MKDFG34HT63M5OQCUTPRQEC7QXPWQYONA3M3JMAZGYP454VRI47QM7TAWGJHGAOYYCFJ47B42DX77Q",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "eMWbQmgBc8kpFv4oTHYuO43mpup2T7CFBfUxnrdaB5yZxJW9LH%2FDm8sWukWyTkfptdeG10VhNF6fnxJVhHOlEEoF9H22z0ChUx3TPd%2FMQkWHaAh3%2FpSH16A%2BX4%2FB7MzrQjtJxLVQCWeWT0GoAZJG7mGItFsSdYc%2B",
"price": {
"value": {
"amount": 12.13,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 16.02,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 3,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"original": {
"height": 1300,
"url": "https://m.media-amazon.com/images/I/61Tv0unEbJL._SY1300_.jpg",
"width": 1300
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61Tv0unEbJL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61Tv0unEbJL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61Tv0unEbJL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61Tv0unEbJL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"original": {
"height": 1122,
"url": "https://m.media-amazon.com/images/I/61PwONYFmFL._SY1122_.jpg",
"width": 1134
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61PwONYFmFL._SY500_.jpg",
"width": 505
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61PwONYFmFL._SY250_.jpg",
"width": 252
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61PwONYFmFL._SY160_.jpg",
"width": 161
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61PwONYFmFL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"original": {
"height": 1300,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY1300_.jpg",
"width": 1300
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61YDqmrErzL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"original": {
"height": 2462,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY2462_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY500_.jpg",
"width": 519
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY250_.jpg",
"width": 259
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY160_.jpg",
"width": 166
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/714helYtBjL._SY40_.jpg",
"width": 41
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"original": {
"height": 2462,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY2462_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY500_.jpg",
"width": 519
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY250_.jpg",
"width": 259
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY160_.jpg",
"width": 166
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/711j9gi56CL._SY40_.jpg",
"width": 41
}
},
{
"altText": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"original": {
"height": 495,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY495_.jpg",
"width": 500
},
"large": {
"height": 495,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY250_.jpg",
"width": 252
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY160_.jpg",
"width": 161
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/41gnXXySJKL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Includes 150 plates 10.06 inches paper plates",
"The 10 inches plate is the perfect size for dinner, everyday meals, parties and picnics",
"Everyday disposable plates for parties, holidays, and every day use",
"Microwave-safe, soak proof, and cut resistant",
"Made in the USA",
"Running low? Restock by asking, “Alexa, reorder Amazon Basics Disposable Plate” through your Alexa device."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "52152000",
"title": "Domestic dishes and servingware and storage containers",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"url": "https://www.amazon.com/dp/B0C2CZJ1TK?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 24, 2023",
"Shape": "Round",
"Unit Count": "150 Count",
"Occasion": "Picnic",
"Number of Pieces": "150",
"Recommended Uses For Product": "Meals, Appetizer, Fruit, Salad, Pizza, Sushi, Pasta, Chicken, French Fries",
"Size": "150 Count (Pack of 1)",
"UPC": "076955775423",
"ASIN": "B0C2CZJ1TK",
"Material Type": "Paper",
"Item Height": "10.06 inches",
"Manufacturer": "Amazon.com Services LLC.",
"Seasons": "All Seasons",
"Special Feature": "Disposable,Resistant",
"Occasion Type": "Picnic",
"Pattern": "Solid",
"Material Features": "Disposable",
"Material": "Paper",
"Material Feature": "Disposable",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Net Content Weight": "5.05 Pounds",
"Is the item dishwasher safe?": "No",
"Additional Features": "Disposable,Resistant",
"Is Dishwasher Safe": "No",
"Item Weight": "5.05 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "50 Count"
},
{
"index": 1,
"displayString": "100 Count"
},
{
"index": 2,
"displayString": "150 Count (Pack of 1)"
},
{
"index": 3,
"displayString": "150 Count (Pack of 2)"
}
]
}
],
"variations": [
{
"asin": "B0C2D294JV",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0C2D1FSN6",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0C2CZJ1TK",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B0D14TCJHH",
"variationValues": [
{
"index": 0,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics-Everyday Paper Plates, Everyday disposable plates for parties, holidays, and every day use. Microwave-safe, soak proof, and cut resistant",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0CVHGBSJV",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.HDS24O7JTK7UBUSEC26WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZXHQFIITVRNKU7U2PHY6AFK4CMOIWUPZ53VUEAJEJRVRDJFV4IJT5T4KHELZQXC2NFN3JP5VIMTOOJA6GJVENHUJ7ATFS4IVAO5ETPWHL2EPU545DCOK5SRK2IM4HZUPA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "E-CLIPS USA",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": [
"889 certification"
]
},
"fulfiller": {
"name": "E-CLIPS USA",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "b8I4XPH6yDptqROKFVNkNHZ4Ra63UNE884TFctViGuKcIsqEar4xorZCcYnQH0mRr0qgt2B%2BCUwVuqRcZcXJriMryasQxF3osM8gCSf8jFMjQcAP6eU0d2aBzqeEgxzlpav5jEVzDiIn6P%2FjQ676kCL94DWnyqzGp79MljflKk1IT8Rhs%2FeB42gnCbYxAd3i",
"price": {
"value": {
"amount": 79.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T06:59:59Z",
"min": "2025-04-24T07:00:00Z"
},
"deliveryInformation": "FREE delivery Thursday, April 24",
"thresholdCost": null
}
],
"badges": [
{
"fragment": {
"title": "Business Seller",
"message": "Business Sellers: ",
"link": null,
"type": "BUSINESS_INVOICE_BADGE",
"fragments": null
}
}
],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 84.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 unit",
"unitPrice": {
"amount": 79.99,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "2 - 4 units",
"unitPrice": {
"amount": 78.39,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "5 - 9 units",
"unitPrice": {
"amount": 75.99,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "10 - 146 units",
"unitPrice": {
"amount": 74.39,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Thursday, April 24"
}
],
"IMAGES": [
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71eQaC3of0L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71eQaC3of0L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71eQaC3of0L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71eQaC3of0L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71eQaC3of0L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81xH+uygciL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81xH+uygciL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81xH+uygciL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81xH+uygciL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81xH+uygciL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81UnHofDcAL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81UnHofDcAL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81UnHofDcAL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81UnHofDcAL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81UnHofDcAL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71mvTgDWPVL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71mvTgDWPVL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71mvTgDWPVL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71mvTgDWPVL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71mvTgDWPVL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71SUyHkctAL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71SUyHkctAL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71SUyHkctAL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71SUyHkctAL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71SUyHkctAL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71D1bh+KZIL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71D1bh+KZIL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71D1bh+KZIL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71D1bh+KZIL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71D1bh+KZIL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/713yrZw6gSL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/713yrZw6gSL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/713yrZw6gSL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/713yrZw6gSL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/713yrZw6gSL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"HIGH QUALITY MULTIPURPOSE COPY PAPER -White printer paper comes in 500 sheets per ream. Smooth 92 bright print paper.",
"GREAT FOR OFFICE & HOME PRINTERS - Enjoy jam free printing with our copy paper for printer at home or in the office. Perfect weight and thickness.",
"92 BRIGHT WHITE PRINTER PAPER - Copy paper 8.5 x 11 white is perfect for making lists, your kids coloring or drawing, and all your printing needs.",
"STURDY DURABLE AND JAM FREE - Perfect weight and thickness white paper for all your printer and copy machine needs.",
"BULK VALUE PRINTER PAPER WHITE 8.5 x 11- Apex quality printer paper at the perfect value. For optimal printing and superior quality Apex paper is perfect for you."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Copy Paper, Printer Paper, 20lb Multipurpose, Printer Paper 8.5 x 11 White, 92 Bright, White Paper, Office Supplies, 500 Sheets Per Ream (10 Reams Case 5000 Sheets)",
"url": "https://www.amazon.com/dp/B0CVHGBSJV?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Recyclable",
"Date First Available": "April 22, 2024",
"Unit Count": "5000.00 Piece",
"Brightness": "92 bright",
"Size": "10 Reams Case 5000 Sheets",
"Color": "White",
"Sheet Size": "8.5 x 11 Inches",
"Manufacturer Part Number": "24500",
"UPC": "810124122485",
"ASIN": "B0CVHGBSJV",
"Sheet Count": "5000",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Recyclable",
"Paper Finish": "Glossy",
"Brand": "E-CLIPS USA",
"Brand Name": "E-CLIPS USA",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Brightness Rating": "92 bright",
"Item Height": "0.1 inches",
"Paper Size": "8.5 x 11 Inches",
"Manufacturer": "E-CLIPS USA",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Item Weight": "20 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "10 Reams Case 5000 Sheets"
}
]
}
],
"variations": [
{
"asin": "B0CVHGBSJV",
"variationValues": [
{
"index": 0,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Multipurpose Copy Paper (10 Reams 5000 Sheets)Printer Paper Bulk\nHome, school supplies, and office supplies use Dimensions 8.5″ x 11″92 Bright500 sheets per ream20 lbs Per ReamHigh QualityJam freeBulk value\n\nWhether you're using this printer paper 8.5 x 11 white bulk for school, home, or professional use, the right quality supplies can make all the difference when it comes to printing paper. That’s why we put together this high quality copy paper for printer bulk set.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B09NW92T8Q",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.JC2ZT2SSACEFLXRGLW7GI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ3FKYWBPTSUBRB4PO2ORFW6QC54IML67FQSXWIKMR4ICQN6OXQQBFJA2OATIEFVFVAU3PSIQWFZNVQXXLLSWZJJB65Z4XQ2SYUMVDUZP4P23GEALNJDF353HNM23X27RBA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon.com",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon.com",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "pa2I%2FMZS14uksSHhTwn7S%2BXExfgFEysPg3vECbA0ZYG7CSDm8r7SF3Rtw2WyPGDlWaGk6JvqG92HYqSPuxjS3%2B61mM87y9EzI4WdHYarmd%2BU222zCtaNPeiChP6QhirEqNojKmTGHkz3cOOnDxZtqQ%3D%3D",
"price": {
"value": {
"amount": 11.59,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T03:00:00Z",
"min": "2025-04-25T03:00:00Z"
},
"deliveryInformation": "$6.99 delivery Thursday, April 24. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 1,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2400,
"url": "https://m.media-amazon.com/images/I/81tfqjSPKtL._SY2400_.jpg",
"width": 2400
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81tfqjSPKtL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81tfqjSPKtL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81tfqjSPKtL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81tfqjSPKtL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71t4O1+oRiL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71t4O1+oRiL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71t4O1+oRiL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71t4O1+oRiL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71t4O1+oRiL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/81Z-qnZFBLL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81Z-qnZFBLL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81Z-qnZFBLL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81Z-qnZFBLL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81Z-qnZFBLL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 1263,
"url": "https://m.media-amazon.com/images/I/718H+lvqrWL._SY1263_.jpg",
"width": 1263
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/718H+lvqrWL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/718H+lvqrWL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/718H+lvqrWL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/718H+lvqrWL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71cBO+zEz5L._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71cBO+zEz5L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71cBO+zEz5L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71cBO+zEz5L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71cBO+zEz5L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/81nmMLPT4AL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81nmMLPT4AL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81nmMLPT4AL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81nmMLPT4AL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81nmMLPT4AL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71EHdQnlYYL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71EHdQnlYYL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71EHdQnlYYL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71EHdQnlYYL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71EHdQnlYYL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/7104tNnFa+L._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/7104tNnFa+L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/7104tNnFa+L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/7104tNnFa+L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/7104tNnFa+L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/714w7pOYBLL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/714w7pOYBLL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/714w7pOYBLL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/714w7pOYBLL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/714w7pOYBLL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/81X-xEA6uUL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81X-xEA6uUL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81X-xEA6uUL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81X-xEA6uUL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81X-xEA6uUL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/8141tDu2S6L._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/8141tDu2S6L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/8141tDu2S6L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/8141tDu2S6L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/8141tDu2S6L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71Ix3uxqrZL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71Ix3uxqrZL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71Ix3uxqrZL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71Ix3uxqrZL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71Ix3uxqrZL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/81VRbKSp0NL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81VRbKSp0NL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81VRbKSp0NL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81VRbKSp0NL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81VRbKSp0NL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Sparkle Pick-A-Size Paper Towels are strong for everyday messes at a value that's just right for your budget",
"Each Pick-A-Size Double Roll has 110 2-ply sheets and is equal to 2 Regular Paper Towel Rolls, so you can change the roll less often",
"Refresh your space without busting your budget. Try Sparkle - the affordable, effective and bright choice in paper towels",
"Great as everyday kitchen towels and household clean-up with even more uses for food prep, DIY projects, outdoors & more",
"Sparkle paper towels are made from sustainably sourced trees; our sourcing practices are certified by the Sustainable Forestry Initiative Fiber Sourcing Standard (SFI-000007)",
"Each paper towels pack contains 6 Double Rolls of white Sparkle Pick-A-Size paper towels"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111703",
"title": "Paper towels",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Sparkle Pick-A-Size Paper Towels, 6 Double Rolls = 12 Regular Rolls, Everyday Value Paper Towel With Full And Half Sheets",
"url": "https://www.amazon.com/dp/B09NW92T8Q?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "December 20, 2021",
"Unit Count": "660.0 Count",
"Recommended Uses For Product": "Wipe Surface",
"Size": "110 sheet (6 Packs)",
"UPC": "030400222382",
"ASIN": "B09NW92T8Q",
"Material Type": "Paper",
"Product Dimensions": "2.87 x 0.13 x 6.22 inches; 0.01 ounces",
"Item Height": "15.8 centimeters",
"Manufacturer": "Georgia-Pacific",
"Number of Items": "6",
"Special Feature": "Disposable",
"Net Content Count": "660 Sheet",
"Material Features": "Sustainably Sourced",
"Ply Rating": "2-Ply",
"Package Size Name": "2-Pk.",
"Item dimensions L x W x H": "2.87 x 0.13 x 6.22 inches",
"Color": "Modern White",
"Ingredients": "PAPER TOWEL",
"Item model number": "22238",
"Sheet Count": "660",
"Material": "Paper",
"Material Feature": "Sustainably Sourced",
"Sheet Count Per Unit": "110",
"Brand": "SPARKLE",
"Brand Name": "SPARKLE",
"Item Form": "Roll with Sheets",
"Additional Features": "Disposable",
"Item Dimensions": "2.87 x 0.13 x 6.22 inches",
"Paper Towel Fold Type": "Single Fold",
"Item Weight": "0.01 Ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "24 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "110 sheet (Pack of 2)"
},
{
"index": 2,
"displayString": "110 sheet (Pack of 4)"
},
{
"index": 3,
"displayString": "110 sheet (6 Packs)"
},
{
"index": 4,
"displayString": "110 sheet (Pack of 6)"
},
{
"index": 5,
"displayString": "110 sheet (Pack of 24)"
}
]
}
],
"variations": [
{
"asin": "B09V1R3GWC",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B09NW8CW6P",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0D14X4T5M",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B09NW92T8Q",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B09NW83XJ2",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B09R4WJ2HG",
"variationValues": [
{
"index": 0,
"value": 5
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Sparkle® Pick-A-Size® Paper Towels are strong for everyday messes! So go ahead, reach for a full or half sheet to handle life's everyday twists and turns-from unavoidable messes and spills to last-minute art projects and all the routine cleanups in between. With Sparkle® Kitchen Paper Towels on hand, you'll be prepared for whatever comes your way at an affordable price to boot! Sparkle® Pick-A-Size® Paper Towels with Thirst Pockets® are designed with a perforation in each sheet so you can choose between a full size or half size sheet for your everyday tasks. Each Double Roll contains 110 2 ply paper towel sheets. Sparkle® Paper Towels are just right for cleaning up your everyday messes without cleaning out your piggy bank. Whether you need to wipe up a mess in your kitchen, take care of small spills, shine up your windows and mirrors or wipe your hands or face clean, Sparkle® Pick-A-Size® Paper Towels allow you to spend less on your everyday messes.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 6,
"badges": []
},
{
"asin": "B07KWNSTRR",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.SL3TLOUEIDQHGB7QOSNGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ3HS45C2NGLE4H4X5VKFOL3HJWUM3BGOR2GSWQALUDWLNFDLR4FFL6AIWKOB6YNNQXUVWFSBZPU5CNXD5CXVOLK4FEGM5B43ZDRG3LOIVADKMIFGL6QBEA5ZWROVPJA6GQ",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B07KWNSTRR"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "Mh6ey5h%2Fn2Ufw3WimNgPEOU1STfkTtOgkeq7IaqB4mQ2ilvnsXJWUR%2FByVWMpZopq3odOFF8O%2BNPVtoKGAbQDoYjQYI0BVqsAswi9z%2FtAsGgmN3hyLGWGB5BkmKlft5AOKmXHVDuUOq26ei%2Fo7NCYZyzOCS%2BmnVf",
"price": {
"value": {
"amount": 47.35,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T03:00:00Z",
"min": "2025-04-25T03:00:00Z"
},
"deliveryInformation": "$6.99 delivery Thursday, April 24. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 56.82,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26"
}
],
"IMAGES": [
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 1348,
"url": "https://m.media-amazon.com/images/I/518MhUlCV9L._SY1348_.jpg",
"width": 1287
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/518MhUlCV9L._SY500_.jpg",
"width": 477
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/518MhUlCV9L._SY250_.jpg",
"width": 238
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/518MhUlCV9L._SY160_.jpg",
"width": 152
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/518MhUlCV9L._SY40_.jpg",
"width": 38
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/51XJASmMKFL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/51XJASmMKFL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/51XJASmMKFL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/51XJASmMKFL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/51XJASmMKFL._SY40_.jpg",
"width": 40
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 2362,
"url": "https://m.media-amazon.com/images/I/71J6caAIoFL._SY2362_.jpg",
"width": 2362
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71J6caAIoFL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71J6caAIoFL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71J6caAIoFL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71J6caAIoFL._SY40_.jpg",
"width": 40
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/519nA8I5RxL._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/519nA8I5RxL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/519nA8I5RxL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/519nA8I5RxL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/519nA8I5RxL._SY40_.jpg",
"width": 40
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/51ighrKn68L._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/51ighrKn68L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/51ighrKn68L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/51ighrKn68L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/51ighrKn68L._SY40_.jpg",
"width": 40
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/51quUIvLonL._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/51quUIvLonL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/51quUIvLonL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/51quUIvLonL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/51quUIvLonL._SY40_.jpg",
"width": 40
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/51sxaIzHizL._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/51sxaIzHizL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/51sxaIzHizL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/51sxaIzHizL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/51sxaIzHizL._SY40_.jpg",
"width": 40
}
},
{
"altText": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/61E8CPg02rL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61E8CPg02rL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61E8CPg02rL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61E8CPg02rL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61E8CPg02rL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"80 Individually Wrapped Toilet Tissue Rolls With 400 Individual Sheets Per Roll ,Total Sheet Square Footage 3,219",
"Designed For Away-From-Home Facilities Such As, High-Traffic Commercial Buildings, Offices, Restaurants, Public Restrooms, Schools, Hotels And Healthcare",
"Absorbent, Durable 2-Ply Construction",
"Soft, Highly Absorbent, And 100% Virgin White Paper",
"The FSC certified 2-ply tissue offers a high level of absorbency and a great combination of strength and softness that’s gentle on skin (FSC-C137952)."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111704",
"title": "Toilet tissue",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030212",
"title": "Toilet paper",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"url": "https://www.amazon.com/dp/B07KWNSTRR?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 17, 2019",
"Unit Count": "32000 Count",
"Material Type Free": "Plastic Free",
"Recommended Uses For Product": "Commercial, Home",
"Size": "400 sheet (Pack of 80)",
"Identity Package Type": "Bulk",
"Included Components": "Toilet Paper",
"UPC": "192233054681",
"Global Trade Identification Number": "00192233054681",
"ASIN": "B07KWNSTRR",
"Material Type": "Paper",
"Product Dimensions": "4.6 x 4.6 x 4 inches; 22.2 Pounds",
"Item Height": "4 inches",
"Manufacturer": "AmazonCommercial",
"Ply": "2-Ply",
"Special Feature": "Absorbency, FSC certified",
"Skin Type": "All Skin",
"Material Features": "Eco-Friendly",
"Ply Rating": "2-Ply",
"Item dimensions L x W x H": "4.6 x 4.6 x 4 inches",
"Color": "White",
"Item model number": "416975",
"Material": "Paper",
"Sheet Count": "32000",
"Material Feature": "Eco-Friendly",
"Brand": "AmazonCommercial",
"Package Type": "Bulk",
"Brand Name": "AmazonCommercial",
"Net Content Weight": "23.03 Pounds",
"Item Form": "Roll with Sheets",
"Additional Features": "Absorbency, FSC certified",
"Item Dimensions": "4.6 x 4.6 x 4 inches",
"Scent": "Unscented",
"Item Weight": "22.2 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Our 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue pack contains (80) Toilet Tissue Rolls (400, 4.1' x 3.5' sheets per roll; 32,000 sheets total). With 80 rolls, this pack is great for away-from-home facilities such as, high-traffic commercial buildings, offices, restaurants, public restrooms, schools, hotels and healthcare. Made with a blend of premium performance with environmental responsibility: We are committed to using Forest Stewardship Council (FSC) certified paper, ensuring that our products come from forests managed pursuant to strict environmental, social, and economic standards.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 80,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0040ZOD04",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.4NJOS6G6Z3DH7EZJO2GGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSPKBZAYVOG73XOKY77IN4FFSUI5HB5NPYCSM2UPSFGFDHGPL5TO3QZPN5HIDDQJXWMIA3VQ3ZEVQV2V56F7P5HQAI64RR6CMZF2567YLF3BDI3PPLW7W7NZFWPF57ZALA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B0040ZOD04"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon.com",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon.com",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "f4ZWKdZagBSpExAsHMcrKRPdaVY%2BM7BCxfHqgka6kDUBSusx6BhZXOaHyGwNUElCSeTSu%2BrE6Bz7RnRn9ixk0XdYnWGcJDjqu2K%2F890GFLo9q6N1Ol3OxNW%2Fi%2FRgNnwMPvdiMT3lhHYcUDSy%2FHmMcw%3D%3D",
"price": {
"value": {
"amount": 36.7,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 16.54,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$16.54 delivery Wednesday, April 23. Order within 4 hrs 33 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 39.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26"
}
],
"IMAGES": [
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/91XtX-5sbbL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91XtX-5sbbL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91XtX-5sbbL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91XtX-5sbbL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91XtX-5sbbL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/91rKGAUNp3L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91rKGAUNp3L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91rKGAUNp3L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91rKGAUNp3L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91rKGAUNp3L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81iT1H1TlPL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81iT1H1TlPL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81iT1H1TlPL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81iT1H1TlPL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81iT1H1TlPL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81hBNJFDYVL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81hBNJFDYVL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81hBNJFDYVL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81hBNJFDYVL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81hBNJFDYVL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71VUmuSUDiL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71VUmuSUDiL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71VUmuSUDiL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71VUmuSUDiL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71VUmuSUDiL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81bssCKlAnL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81bssCKlAnL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81bssCKlAnL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81bssCKlAnL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81bssCKlAnL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81jfchvnhtL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81jfchvnhtL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81jfchvnhtL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81jfchvnhtL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81jfchvnhtL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71+qyaCCTdL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71+qyaCCTdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71+qyaCCTdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71+qyaCCTdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71+qyaCCTdL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81-oDtS-hfL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81-oDtS-hfL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81-oDtS-hfL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81-oDtS-hfL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81-oDtS-hfL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"250 Sheets/Pack, 16 Scott Multifold Paper Towel Packs/Case; 4,000 Sheets/Case; with Absorbency Pockets; 9.2\" x 9.4\" sheets; White; Compact Case for Easy Storage",
"With exclusive Absorbency Pockets that soak up water fast, these multifold paper towels are designed to reduce waste",
"Product is a part of Kimberly-Clark Professional's Responsible Partners program",
"Fits into most universal dispensers for multifold towels (alternative to C Fold paper towels, which can over-dispense)",
"Meets EPA minimum standards for post-consumer waste and are FSC and ECOLOGO certified"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "40030290",
"title": "Hygienic wipes, personal hygiene supplies (unspecified)",
"type": "ECLASS"
},
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
}
],
"packageTypeNames": [
{
"displayString": "Multi-Fold"
}
],
"title": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"url": "https://www.amazon.com/dp/B0040ZOD04?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 9, 2004",
"Unit Count": "16.0 Count",
"Recommended Uses For Product": "Hand Washing",
"Size": "250 Count (Pack of 16)",
"Included Components": "1840",
"Global Trade Identification Number": "10036000018407",
"ASIN": "B0040ZOD04",
"Material Type": "Paper",
"Product Dimensions": "24.25 x 13.75 x 9.5 inches; 0.96 ounces",
"Is Discontinued By Manufacturer": "No",
"Department": "Janitorial / Maintenance & Lunchroom Supplies",
"Item Height": "9.5 inches",
"Manufacturer": "Kimberly-Clark Professional",
"Item Type Name": "Paper Towel",
"Number of Items": "16",
"Special Feature": "Absorbent, Recyclable",
"Net Content Count": "4000 Sheet",
"Material Features": "Recyclable, 40% Post-consumer Waste",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "24.25 x 13.75 x 9.5 inches",
"Color": "White",
"Item model number": "KCC01840",
"Sheet Count": "4000",
"Material": "Paper",
"Material Feature": "Recyclable, 40% Post-consumer Waste",
"Sheet Count Per Unit": "250",
"Brand": "Scott Professional",
"Brand Name": "Scott Professional",
"Item Form": "Individual Sheet",
"Additional Features": "Absorbent, Recyclable",
"Item Dimensions": "24.25 x 13.75 x 9.5 inches",
"Paper Towel Fold Type": "Multifold",
"Item Weight": "27.22 g"
},
"productDetails": {
"B0040ZOD04": {
"Brand Name": "Scott Professional",
"Color": "White",
"Global Trade Identification Number": "10036000018407",
"Included Components": "1840",
"Item Weight": "0.960 ounces",
"Length": "9.4 inches",
"Material": "Paper",
"Material Feature": "Recyclable , 40% Post-consumer Waste",
"Model Number": "KCC01840",
"Number of Items": "16",
"Part Number": "KCC01840",
"Size": "250 Count (Pack of 16)",
"Special Features": "Recyclable , Absorbent",
"Specification Met": "Meets EPA Guidelines",
"Style": "Multi-Fold Towels 9.2” x 9.4”",
"Temperature Rating": "ambient: room temperature",
"UNSPSC Code": "14111700",
"Width": "9.2 inches"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Scott provides reliable balance of efficiency, performance, and value. As a business owner, quality and cost-effectiveness are important in everything you purchase. With Scott Professional Standard Roll bulk toilet paper, you can get the quality and performance you count on—and still stay within your budget. With the new paper design, our bath tissue is Unmistakably Scott branded so you'll be recognized for providing the most well-known restroom brand in your facility. Plus, the bulk rolls are individually wrapped (they're protected until you're ready to use them) and fit with most universal toilet paper dispensers. These toilet paper rolls are designed to fit into universal, cored roll dispensers. If practicality, reliability and value top your list of criteria for bathroom supplies, trust Scott Standard Roll Bath Tissue Superior quality at value prices means that Scott is always a great choice.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Manufacturing practices",
"message": "Manufactured using processes that reduce the risk of negative environmental impact.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Safer chemicals",
"message": "Made with chemicals safer for human health and the environment.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B073H7XMYW",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.5OTVDIH3KDQEA2D74LHGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXBAPKCM5RCEZJER6366V4KQKRCRCYNSHYYXRVTH6TQAM3MC3RW3SUZS2XBA43UNYYRQSVEHYHGBGM3NXWGNSZAKXBMXR7WRPKI7LSJDVGFJSKQXVWYIFMJAFR2N2N6OAA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B073H7XMYW"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "eYiaDfMATZz1TbJHO7HAwO6z%2BDMpCwOFeU11fQIc%2B81fq3zWrjUz9QaM3kKjC9w1vveWLXYnoA3SQqfWX1vsU%2BDw0kTjlccMew3W%2BGyKbMfCR7S1EYCuSwjBqL78HxsU%2BArjkLgSU7s6YD3u2e0oAZOV2jkrBibh",
"price": {
"value": {
"amount": 61.98,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T03:00:00Z",
"min": "2025-04-25T03:00:00Z"
},
"deliveryInformation": "$6.99 delivery Thursday, April 24. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 72.29,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26"
}
],
"IMAGES": [
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71igziYrSVL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71igziYrSVL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71igziYrSVL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71igziYrSVL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71igziYrSVL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71ehQIADcfS._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71ehQIADcfS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71ehQIADcfS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71ehQIADcfS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71ehQIADcfS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/61hno2sot9S._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61hno2sot9S._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61hno2sot9S._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61hno2sot9S._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61hno2sot9S._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61a2Jx6Nx7S._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61a2Jx6Nx7S._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61a2Jx6Nx7S._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61a2Jx6Nx7S._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61a2Jx6Nx7S._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61E3VIK+lQS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"original": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/31i6cVsDn-L._SY500_.jpg",
"width": 375
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/31i6cVsDn-L._SY500_.jpg",
"width": 375
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/31i6cVsDn-L._SY250_.jpg",
"width": 187
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/31i6cVsDn-L._SY160_.jpg",
"width": 120
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/31i6cVsDn-L._SY40_.jpg",
"width": 30
}
}
]
},
"features": [
"5 reams of tabloid-size multipurpose copy paper (2,500 sheets total)",
"Works with laser/inkjet printers, copiers, and fax machines",
"High-quality 20-pound weight for economical printing and resistance to paper jams",
"Bright white for better contrast; 92 GE brightness",
"Acid-free for long-lasting strength; made in the USA from imported; measures 11 by 17 inches"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Amazon Basics 92 Bright Multipurpose Copy Paper, 11 x 17 Inches, Pack of 5, 2500 Count, White",
"url": "https://www.amazon.com/dp/B073H7XMYW?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "paper",
"Date First Available": "December 4, 2017",
"Unit Count": "5 Count",
"Brightness": "92",
"Number of Pieces": "2500",
"Color": "White",
"Sheet Size": "11 x 17",
"Item model number": "AZ11172092",
"UPC": "841710190229",
"ASIN": "B073H7XMYW",
"Sheet Count": "2500",
"Product Dimensions": "17\"L x 11\"W",
"Material Feature": "paper",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "17\"L x 11\"W",
"Item Height": "0.1 inches",
"Paper Size": "11 x 17",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "11 x 17",
"Item Weight": "9.07 Kilograms"
},
"productDetails": {
"B073H7XMYW": {
"Brand Name": "Amazon Basics",
"Color": "White",
"Ean ": "0841710190229",
"Item Weight": "20.00 pounds",
"Material Feature": "paper",
"Model Number": "AZ11172092",
"Number of Items": "5",
"Part Number": "AZ11172092",
"Pattern": "Paper",
"Size": "Pack of 5, 2500 Count",
"Style": "Ledger (11x17)",
"UNSPSC Code": "14111507",
"UPC": "841710190229"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics 92 Bright Multipurpose Copy Paper - 11 x 17 Inches, 5 Ream Case (2,500 Sheets)",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0183P917Q",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.RLMKNQPXH33NBCY5YFDWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXL2YJSOUQB6BJ4BTRF22N637T2VUA4CHWP3PVAFWK533ODC2PX7BEINL2CC7FKVUVSXTQJIOE7TC2AHTDN6DKP4FEIWYJMR2AAVNLBUTCBQVRIKMVDKG3Z4YZAIS3NIIQ",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B0183P917Q"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Solutions by Staples",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": [
"889 certification"
]
},
"fulfiller": {
"name": "Solutions by Staples",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "ObWlBU8REe04scXhRUwH8ljbg%2BPKaAeLEgQdjtlcKBW%2FApVuUOX5aRlDtBLtHbWffsijstphWlExtcaaSnyyCyYBuJY4VuZ2E%2Be4SMT9QIf4QTnAM48E7I6siNq8CGvoCCZaG1vB4beO8CWzi2BnbWkZ2sYiXtEB6RrhxDiYih6AWCDrpIfzsGu2SYAhEsDz",
"price": {
"value": {
"amount": 46.95,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-25T06:59:59Z",
"min": "2025-04-24T07:00:00Z"
},
"deliveryInformation": "FREE delivery Thursday, April 24",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Thursday, April 24"
}
],
"IMAGES": [
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71gXmOgD0HL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71gXmOgD0HL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71gXmOgD0HL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71gXmOgD0HL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71gXmOgD0HL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/717YbFXvu9S._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/717YbFXvu9S._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/717YbFXvu9S._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/717YbFXvu9S._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/717YbFXvu9S._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81pEW402ilL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81BHRcf7w1L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81BHRcf7w1L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81BHRcf7w1L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81BHRcf7w1L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81BHRcf7w1L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/91JMLNKGfYL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91JMLNKGfYL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91JMLNKGfYL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91JMLNKGfYL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91JMLNKGfYL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81uYbkZbKkL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81uYbkZbKkL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81uYbkZbKkL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81uYbkZbKkL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81uYbkZbKkL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81yh0HB7TDL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81yh0HB7TDL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81yh0HB7TDL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81yh0HB7TDL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81yh0HB7TDL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"PREMIUM PRINTER PAPER – Hammermill Premium Inkjet & Laser 24lb Printer Paper is a versatile sheet that’s perfect for double-sided inkjet or laser printed projects. With a 97 brightness & blue-white shade, you get consistently sharp, clear images.",
"COLORLOK TECHNOLOGY – This computer paper features ColorLok Technology for colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster. This white copy paper will provide consistently superior results.",
"PERFECT FOR PRINTING – This multi-purpose copier paper is designed to run smoothly through all office equipment for professional results when printing newsletters, flyers, reports, memos, and more. It’s also acid-free paper to prevent yellowing over time.",
"99.99% JAM-FREE: We guarantee that you will not experience more than one jam in 10,000 sheets on high-speed digital equipment, or we'll replace the paper or offer a refund up to the total purchase price.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill printer paper is Forest Stewardship Council (FSC) certified, which means they are made with renewable resources from third-party certified, sustainably managed forests."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 166140C",
"url": "https://www.amazon.com/dp/B0183P917Q?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 10, 2015",
"Unit Count": "2500 Count",
"Brightness": "97",
"Number of Pieces": "2500",
"Size": "5 Ream | 2500 Sheets",
"Sheet Size": "8.5x11",
"UPC": "010199066145",
"Global Trade Identification Number": "00010199066145",
"ASIN": "B0183P917Q",
"Material Type": "paper",
"Product Dimensions": "8.5\"L x 11\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "97",
"Item Height": "11.5 inches",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Inkjet",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "166140C",
"Manufacturer Part Number": "166140C",
"Sheet Count": "2500",
"Material Feature": "Renewable",
"Paper Finish": "Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "8.5\"L x 11\"W",
"Paper Size": "8.5x11",
"Item Weight": "30 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "5 Ream | 2500 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "24 lb"
},
{
"index": 1,
"displayString": "24 lb Ink - Laser"
}
]
}
],
"variations": [
{
"asin": "B014UUL9WS",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00OCR0A4I",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00ZF0DG6K",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0183P917Q",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Premium Inkjet & Laser Printer Paper provides a versatile sheet that is perfect for double-sided printing for both inkjet and laser printed projects. With a 97 brightness and blue-white shade, this printing paper produces sharp, clear images for consistently top-notch results. This multipurpose paper also features ColorLok Technology for colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster to help you achieve professional results when printing newsletters, flyers, reports, memos, and more. It’s premium copy paper that’s perfect for use in all office printers and machines. Our 99.99. 000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0748J34WZ",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.ZR4LDXDZNP6EVWBRAHCGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUQAX4FDFJFSGTFRXOZ5PQJ2M6RXO4GFYPKEYZFPQNJGQRQYJ5S7RTHL3CSWZCPPQ6CWAZ6H64TAB7SVVB7XOYXHRTZRJK4W2LWUJTZT3Q54VHF6MRHCDM2V342WO6TNNQ",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "kBhpZ%2BQL4EYm3dSNaxelquciy0nQ1rW0vlm%2FSiiWKmSUe20FVhspleL13yPWUy%2Fb6tfm%2FHAwsb6q4hbvU2UdeXeK%2Fo1KVllBwY741Jdlhb7R%2B%2FOjDZh%2BTEp3tEHVIxTXfjuPPiP2MpuvkYG4sPFxwCtjpmY8JyzF",
"price": {
"value": {
"amount": 5.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 27,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 - 7 units",
"unitPrice": {
"amount": 5.99,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "8 - 27 units",
"unitPrice": {
"amount": 5.88,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/814WEkpf3-L._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/814WEkpf3-L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/814WEkpf3-L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/814WEkpf3-L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/814WEkpf3-L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81eARntnhfL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81eARntnhfL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81eARntnhfL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81eARntnhfL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81eARntnhfL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2341,
"url": "https://m.media-amazon.com/images/I/718zu-eAQIL._SY2341_.jpg",
"width": 2341
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/718zu-eAQIL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/718zu-eAQIL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/718zu-eAQIL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/718zu-eAQIL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71lpJNglffL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71lpJNglffL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71lpJNglffL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71lpJNglffL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71lpJNglffL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/71zG-vWTKXL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71zG-vWTKXL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71zG-vWTKXL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71zG-vWTKXL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71zG-vWTKXL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/81OsotLGaHL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81OsotLGaHL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81OsotLGaHL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81OsotLGaHL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81OsotLGaHL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2000,
"url": "https://m.media-amazon.com/images/I/81VPT19ySKL._SY2000_.jpg",
"width": 2000
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81VPT19ySKL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81VPT19ySKL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81VPT19ySKL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81VPT19ySKL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81s8x6RaAnL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81s8x6RaAnL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81s8x6RaAnL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81s8x6RaAnL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81s8x6RaAnL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81gFpvTsDFL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81gFpvTsDFL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81gFpvTsDFL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81gFpvTsDFL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81gFpvTsDFL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"Dixie Paper Plates are 2X stronger than the leading comparable store brand 10” paper plate*",
"Dixie Medium Paper Plates 8.5 inch: the perfect medium size plate for breakfast, lunch, and dinner from everyday meals to parties and picnics",
"Dixie Disposable Plates are Microwave Safe, Cut Resistant, and have a Soak-Proof Shield that can handle anything from salad dressing to burger grease",
"Strong, durable, and convenient with 90 paper plates in each bulk paper plates pack, so you can focus on your day and not the dishes"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "52151502",
"title": "Domestic disposable dishes",
"type": "UNSPSC"
},
{
"taxonomyCode": "29100200",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Dixie Medium Paper Plates, 8.5 Inch, 90 Count, 2X Stronger*, Microwave-Safe, Soak-Proof, Cut Resistant, Disposable Plates For Everyday Breakfast, Lunch, & Dinner Meals",
"url": "https://www.amazon.com/dp/B0748J34WZ?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Care instructions": "Hand Wash Only",
"Shape": "Round",
"Reusability": "Disposable",
"Unit Count": "90 Count",
"Number of Pieces": "90",
"Occasion": "Picnic",
"Item Dimensions L x W x Thickness": "8.58\"L x 8.58\"W x 4.18\"Th",
"Recommended Uses For Product": "Salad",
"Is the item microwaveable?": "Yes",
"Size": "90 Count (Pack of 1)",
"ASIN": "B0748J34WZ",
"UPC": "042000157360",
"Material Type": "Paper",
"Product Dimensions": "8.58\"L x 8.58\"W x 4.18\"Th",
"Dishwasher compatible": "No",
"Finish Types": "Matte",
"Item Height": "4.18 inches",
"Manufacturer": "Georgia Pacific",
"Style": "Modern",
"Number of pieces": "90",
"Seasons": "All Seasons",
"Is Microwaveable": "Yes",
"Finish Type": "Matte",
"Diameter": "21.5 Centimeters",
"Special Feature": "Disposable,Resistant",
"Batteries required": "No",
"Occasion Type": "Picnic",
"Pattern": "Floral",
"Material Features": "Soak-proof",
"Color": "Multicolor",
"Item model number": "10042000157381",
"Material": "Paper",
"Finish types": "Matte",
"Material Feature": "Soak-proof",
"Brand Name": "Dixie",
"Brand": "Dixie",
"Product Care Instructions": "Hand Wash Only",
"Is the item dishwasher safe?": "No",
"Style Name": "Modern",
"Additional Features": "Disposable,Resistant",
"Is Dishwasher Safe": "No",
"Item Weight": "2.3 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "90 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "90 Count (Pack of 2)"
}
]
}
],
"variations": [
{
"asin": "B0748J34WZ",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0D14XKZN9",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Dixie Disposable Paper Plates make everyday mealtime stress-free and enjoyable. With our 8.5 inch paper plates, you can serve all your favorite dishes without worrying about cleaning up messy dishes afterwards. Our Soak Proof Shield prevents saucy, soupy, and greasy foods from seeping through the plate, so you can rest assured that your plate will stay dry and intact. Dixie Paper Plates are durable, microwave-safe, cut-resistant, and designed to hold foods like grilled chicken, burgers, or steak. With 90 plates in each bulk paper plates pack, Dixie plates are premium quality and convenient for all your dining needs, letting you focus on the moment with peace of mind. Enjoy meal time with Dixie Paper Plates 8.5 inch today!",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B000LGH6NC",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.6QZLSTVNR6FZ5NTT4SAGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUMRPGHOASWTDOLRSAUE2U45DJ45I66WWSRDORBPKWSGAKHVMMYH5WIMY6X5KG2T4OD22BDKVGC2QTU446K2CNVJNMSE6V3XPAHB6I4H2GF6Z42RMEVT4K33QHDHO5XQQA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "NONE",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "NONE",
"message": null,
"link": null,
"type": "NONE",
"fragments": []
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "ODP Business Solutions",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "ODP Business Solutions",
"fulfillmentType": "MERCHANT_FULFILLMENT"
},
"offerId": "bH2s%2FBkMYBEGk01QtVElo9JKVWwrzQV%2FqBcNHQG12OQucQH5iVi8odO5ZuRmQQNdonjJC0Kt7MkpN3ZHgYDLWSkouwdK6NOLbZ1S%2FkSKUFjDULBOfdkTXLbVxYNZTD8JIbIZXGDN8QrRnx1T82e2WRSKGNxihpMjOpzm%2B%2FglqgWr6ncKaCLK8OstBVhyhaw6",
"price": {
"value": {
"amount": 61.74,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "NEW"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-30T06:59:59Z",
"min": "2025-04-24T07:00:00Z"
},
"deliveryInformation": "FREE delivery April 24 - 29",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 79.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "LIST_PRICE"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery April 24 - 29"
}
],
"IMAGES": [
{
"altText": "Boise Paper X-9 Multi-Use Copy Paper, 11\" x 17\" Ledger, 92 Bright White, 20 lb, 5 Ream Carton (2,500 Sheets)",
"original": {
"height": 1558,
"url": "https://m.media-amazon.com/images/I/81MXVtwXSkL._SY1558_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81MXVtwXSkL._SY500_.jpg",
"width": 821
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81MXVtwXSkL._SY250_.jpg",
"width": 410
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81MXVtwXSkL._SY160_.jpg",
"width": 262
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81MXVtwXSkL._SY40_.jpg",
"width": 65
}
},
{
"altText": "Boise Paper X-9 Multi-Use Copy Paper, 11\" x 17\" Ledger, 92 Bright White, 20 lb, 5 Ream Carton (2,500 Sheets)",
"original": {
"height": 1494,
"url": "https://m.media-amazon.com/images/I/81cODJBqjKL._SY1494_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81cODJBqjKL._SY500_.jpg",
"width": 856
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81cODJBqjKL._SY250_.jpg",
"width": 428
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81cODJBqjKL._SY160_.jpg",
"width": 274
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81cODJBqjKL._SY40_.jpg",
"width": 68
}
},
{
"altText": "Boise Paper X-9 Multi-Use Copy Paper, 11\" x 17\" Ledger, 92 Bright White, 20 lb, 5 Ream Carton (2,500 Sheets)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71XefSFsMrL._SY2560_.jpg",
"width": 1707
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71XefSFsMrL._SY500_.jpg",
"width": 333
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71XefSFsMrL._SY250_.jpg",
"width": 166
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71XefSFsMrL._SY160_.jpg",
"width": 106
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71XefSFsMrL._SY40_.jpg",
"width": 26
}
},
{
"altText": "Boise Paper X-9 Multi-Use Copy Paper, 11\" x 17\" Ledger, 92 Bright White, 20 lb, 5 Ream Carton (2,500 Sheets)",
"original": {
"height": 1083,
"url": "https://m.media-amazon.com/images/I/61l2U12pkDL._SY1083_.jpg",
"width": 1012
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61l2U12pkDL._SY500_.jpg",
"width": 467
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61l2U12pkDL._SY250_.jpg",
"width": 233
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61l2U12pkDL._SY160_.jpg",
"width": 149
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61l2U12pkDL._SY40_.jpg",
"width": 37
}
},
{
"altText": "Boise Paper X-9 Multi-Use Copy Paper, 11\" x 17\" Ledger, 92 Bright White, 20 lb, 5 Ream Carton (2,500 Sheets)",
"original": {
"height": 308,
"url": "https://m.media-amazon.com/images/I/413V-pQUr9L._SY308_.jpg",
"width": 500
},
"large": {
"height": 308,
"url": "https://m.media-amazon.com/images/I/413V-pQUr9L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/413V-pQUr9L._SY250_.jpg",
"width": 405
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/413V-pQUr9L._SY160_.jpg",
"width": 259
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/413V-pQUr9L._SY40_.jpg",
"width": 64
}
}
]
},
"features": [
"Trusted results in all copiers and printers",
"99.99% Jam-Free performance guaranteed",
"Ideal for everyday printing and copying",
"SFI Certified Fiber Sourcing",
"Proudly made in the USA"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Boise Paper X-9 Multi-Use Copy Paper, 11\" x 17\" Ledger, 92 Bright White, 20 lb, 5 Ream Carton (2,500 Sheets)",
"url": "https://www.amazon.com/dp/B000LGH6NC?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 27, 2017",
"Unit Count": "2500.0 Count",
"Brightness": "92",
"Number of Pieces": "2500",
"Size": "5 Reams",
"Included Components": "paper, multipurpose",
"Sheet Size": "11-x-17-inch",
"UPC": "800011153449 842356065179",
"Global Trade Identification Number": "00842356065179",
"ASIN": "B000LGH6NC",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 17\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Item Height": "10.75 inches",
"Manufacturer": "Boise Paper",
"Paper Weight": "20",
"Printer Paper Size": "11 x 17",
"Number of Items": "1",
"Material Features": "Biodegradable",
"Color": "White",
"Item model number": "OX9007-CTN",
"Manufacturer Part Number": "BOSOX9007",
"Sheet Count": "2500",
"Material Feature": "Biodegradable",
"Paper Finish": "Matte",
"Brand": "BOISE POLARIS",
"Brand Name": "BOISE POLARIS",
"Item Dimensions L x W": "11\"L x 17\"W",
"Paper Size": "11-x-17-inch",
"Item Weight": "50 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Reams"
},
{
"index": 1,
"displayString": "5 Reams"
},
{
"index": 2,
"displayString": "10 Reams"
},
{
"index": 3,
"displayString": "No Ream, 2500 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "8.5 x 11, 3-Hole, 20 lb."
},
{
"index": 1,
"displayString": "8.5 x 11, 20 lb."
},
{
"index": 2,
"displayString": "8.5 x 11, 20 lb., FSC"
},
{
"index": 3,
"displayString": "8.5 x 11, 24 lb."
},
{
"index": 4,
"displayString": "8.5 x 14, 20 lb."
},
{
"index": 5,
"displayString": "11 x 17, 20 lb."
},
{
"index": 6,
"displayString": "11 x 17, 24 lb."
}
]
}
],
"variations": [
{
"asin": "B01NBIF1FN",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B009NKSNOI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000LGH6NC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N4BQR3T",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B000TS9338",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B000J05ETS",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B003BWJ1PY",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01N2RPQ23",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000CD0U82",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B001GKJ6NK",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B001GKJ6JY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00CHUFYNY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Boise OX9007 X-9 Multi-Use Copy Paper, 92 Bright, 20lb, 11 x 17, White, 2500 Sheets/Carton",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0CGWF2BRF",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.YHY5YRYYVH7LGOAJMXWGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXBBPADLZII5VFCDGVNJSYCJDLFKLRRSQ5SNN2TYZMWGRKWT4LH6JXSLY3266RLE242CZ67SNJYBOBIGY7U27NS7DGEIZBCANJ7YCXLZQAD5GXRPYAVVK5U7AZPAUGSEKA",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B0CGWF2BRF"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "GoN5m3DeuqveIKmbJ6UvUjd9uloE8mGKFGZW1ZSmzh%2BK0Pum%2BSo7mdALChQw7nY3Z3sgX6Lx7Wtez%2B%2F5MExgPdJZqE1UaDp3Zl8FkreSVm5za58qWbtZCQai9e4nIeKZ8S9ZjfR5b59HSvG49FI0Anrid3hMrfnz",
"price": {
"value": {
"amount": 6.31,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 6.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-27T03:00:00Z",
"min": "2025-04-27T03:00:00Z"
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35",
"thresholdCost": {
"value": {
"amount": 35.0,
"currencyCode": "USD"
}
}
},
{
"shippingCost": {
"value": {
"amount": 9.99,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-04-24T03:00:00Z",
"min": "2025-04-24T03:00:00Z"
},
"deliveryInformation": "$9.99 delivery Wednesday, April 23. Order within 8 hrs 18 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 27,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": [
{
"quantityDisplay": "1 - 3 units",
"unitPrice": {
"amount": 6.31,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "4 - 7 units",
"unitPrice": {
"amount": 6.09,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
},
{
"quantityDisplay": "8 - 27 units",
"unitPrice": {
"amount": 5.35,
"currencyCode": "USD"
},
"minQuantity": null,
"price": null,
"savingMessage": null,
"taxExclusivePrice": null
}
]
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Saturday, April 26 on orders shipped by Amazon over $35"
}
],
"IMAGES": [
{
"altText": "Amazon Basics 2-Ply Toilet Paper, 6 Rolls (1 Packs of 6), Equivalent to 25 regular rolls",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/61kHeD+0ugL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61kHeD+0ugL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61kHeD+0ugL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61kHeD+0ugL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61kHeD+0ugL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 2-Ply Toilet Paper, 6 Rolls (1 Packs of 6), Equivalent to 25 regular rolls",
"original": {
"height": 1921,
"url": "https://m.media-amazon.com/images/I/61502Jhf-cL._SY1921_.jpg",
"width": 1921
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61502Jhf-cL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61502Jhf-cL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61502Jhf-cL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61502Jhf-cL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 2-Ply Toilet Paper, 6 Rolls (1 Packs of 6), Equivalent to 25 regular rolls",
"original": {
"height": 1921,
"url": "https://m.media-amazon.com/images/I/61fs9HLfkqL._SY1921_.jpg",
"width": 1921
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61fs9HLfkqL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61fs9HLfkqL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61fs9HLfkqL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61fs9HLfkqL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 2-Ply Toilet Paper, 6 Rolls (1 Packs of 6), Equivalent to 25 regular rolls",
"original": {
"height": 1921,
"url": "https://m.media-amazon.com/images/I/617bHlo944L._SY1921_.jpg",
"width": 1921
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/617bHlo944L._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/617bHlo944L._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/617bHlo944L._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/617bHlo944L._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics 2-Ply Toilet Paper, 6 Rolls (1 Packs of 6), Equivalent to 25 regular rolls",
"original": {
"height": 1921,
"url": "https://m.media-amazon.com/images/I/717q1xnbDdL._SY1921_.jpg",
"width": 1921
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/717q1xnbDdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/717q1xnbDdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/717q1xnbDdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/717q1xnbDdL._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"IN THE PACK: 6 Rolls with 350 2-ply sheets per roll",
"TOTAL SHEETS: 6 rolls of Amazon Basics bath tissue for a total of 2,100 sheets",
"GREAT VALUE: Each roll has 4.3 times more sheets than a regular roll (based on regular rolls with 80 sheets)",
"SEPTIC SAFE: bath tissue is suitable for well-maintained sewer and septic systems",
"TRY AMAZON BASICS: If you like Angel Soft, you'll love Amazon Basics toilet paper"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111704",
"title": "Toilet tissue",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics 2-Ply Toilet Paper, 6 Rolls (1 Packs of 6), Equivalent to 25 regular rolls",
"url": "https://www.amazon.com/dp/B0CGWF2BRF?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 23, 2023",
"Unit Count": "2100 Count",
"Recommended Uses For Product": "Home",
"Size": "350 sheet (Pack of 6)",
"Identity Package Type": "Existing Frustration Free",
"UPC": "195515044301",
"Global Trade Identification Number": "00195515044301",
"ASIN": "B0CGWF2BRF",
"Material Type": "Paper",
"Product Dimensions": "4.6 x 13.9 x 7.6 inches; 1.8 Pounds",
"Item Height": "7.6 inches",
"Manufacturer": "Amazon.com Services LLC.",
"Ply": "2-Ply",
"Special Feature": "Septic Safe",
"Skin Type": "All Skin",
"Material Features": "Sustainable",
"Ply Rating": "2-Ply",
"Item dimensions L x W x H": "4.6 x 13.9 x 7.6 inches",
"Color": "White",
"Material": "Paper",
"Sheet Count": "2100",
"Material Feature": "Sustainable",
"Sheet Count Per Unit": "350",
"Brand": "Amazon Basics",
"Package Type": "Existing Frustration Free",
"Brand Name": "Amazon Basics",
"Item Form": "Roll with Sheets",
"Additional Features": "Septic Safe",
"Item Dimensions": "4.6 x 13.9 x 7.6 inches",
"Scent": "Unscented",
"Item Weight": "1.8 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "350 sheet (Pack of 6)"
},
{
"index": 1,
"displayString": "350 sheet (pack of 12)"
},
{
"index": 2,
"displayString": "350 sheet (Pack of 18)"
},
{
"index": 3,
"displayString": "350 sheet (Pack of 24)"
},
{
"index": 4,
"displayString": "350 sheet (Pack of 30)"
}
]
}
],
"variations": [
{
"asin": "B0CGWF2BRF",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0CLN58M7Z",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0CLNCTMRQ",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B0CLN6LT4J",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B095CN96JS",
"variationValues": [
{
"index": 0,
"value": 4
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Upgrade your bathroom experience with Amazon Basics 2-Ply Toilet Paper, the practical choice for households seeking affordability without compromising on performance. Amazon Basics 2-Ply Toilet Paper, now in a convenient pack of 6 rolls of toilet paper for your everyday needs. Each roll boasts 350 2-ply sheets, ensuring ample coverage and durability for a satisfying clean.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 6,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
},
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Toilet Paper",
"url": "https://www.amazon.com/gp/bestsellers/hpc/15342981?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
}
]
}
Search for a single ASIN
You can use an ASIN to retrieve details about a specific product. Call the productsRequest
operation to retrieve the product details by providing the ASIN in the productId
query parameter.
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Path | productId | The Amazon Standard Item Identifier (ASIN) for the product. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The locale of the request in the form of an IETF language tag, such as en-US for American English or es-MX for Mexican Spanish. This field determines the default language of the response. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products/B07K8WHH5J?facets=OFFERS%2CIMAGES&locale=en_US&productRegion=US
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products/B07K8WHH5J?facets=OFFERS%2CIMAGES&locale=en_US&productRegion=US"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
{
"asin": "B07K8WHH5J",
"asinType": "VARIATION_CHILD",
"signedProductId": "amzn1.business.asin.62BBKQX2MO3W7SITEYHWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ755TXRKYPKXWNSFHLJSWFNXOIRXYERNJ6BJNO6H4HWWWZMG2WE2NJ6FAZZQPNU3M3YKJAI4ONDEPAVTJBUT7ZEJHO22VERXPLODIXC3HUIXPKL6XNSELR6DQDWFXSEZZQ",
"includedDataTypes": {
"OFFERS": [
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B07K8WHH5J"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "zZ%2BHQSH6prS92Cmd2P6T2DesbyoMEtYV4d2pJUpL3B3ADT2s6JKwWVqF6j7u8a%2FU2SoBuYdbmn1vucnO4hjftVY1tLWH0TO%2FAzUj93fN1Y1MAu%2FjK%2F320zuBO5HfGX5GIDce3z%2B2XH%2Bzp%2Bf5czupBkjVmfVCsITt",
"price": {
"value": {
"amount": 39.77,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-06-24T01:00:00Z",
"min": "2025-06-24T01:00:00Z"
},
"deliveryInformation": "FREE delivery Monday, June 23",
"thresholdCost": null
},
{
"shippingCost": {
"value": {
"amount": 30.05,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-06-21T01:00:00Z",
"min": "2025-06-21T01:00:00Z"
},
"deliveryInformation": "$30.05 delivery Friday, June 20. Order within 32 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": {
"amount": 43.99,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "BUSINESS"
},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Monday, June 23"
},
{
"availability": "In Stock.",
"buyingGuidance": "PREFERRED",
"buyingGuidanceV2": {
"buyingGuidance": [
{
"title": "PREFERRED",
"message": null,
"link": null,
"type": "PREFERRED",
"fragments": [
{
"title": "Prefer items with sustainability certifications",
"message": "This product is part of the Climate Pledge Friendly program. You're encouraged to buy this product over other alternatives.",
"link": {
"text": "EDIT POLICY",
"url": "https://www.amazon.com/ab/ccp-portal/policies/view/group/A2YNSWUY35RA6T/id/CCPASUSTAINABILITY/4db94998-4368-4431-a8b4-9189d59a4433%3Ffrom=DPX-B07K8WHH5J"
},
"type": "SUSTAINABILITY",
"fragments": null
}
]
}
]
},
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"merchantId": null,
"name": "Amazon Resale",
"meanFeedbackRating": null,
"totalFeedbackCount": null,
"certificates": []
},
"fulfiller": {
"name": "Amazon",
"fulfillmentType": "AMAZON_FULFILLMENT"
},
"offerId": "8cyx0H%2B6v6aQkOnofvF8bXN4GhM4AmwyMt3WmYbT3a7da2KCKY%2BJAsjRlaQOyTpwkXK6bkI7RNm8aDuW%2Bv4Ty7znt2XrLG3hI1k%2BaKAcshTsPtumx2OfVJnAnwKEKotc3rbUSnpKQw9p%2FISPTyhoxrtZxL4I1Jj3",
"price": {
"value": {
"amount": 42.7,
"currencyCode": "USD"
},
"formattedPrice": null,
"priceType": "USED"
},
"shippingOptions": [
{
"shippingCost": {
"value": {
"amount": 0.0,
"currencyCode": "USD"
}
},
"deliveryRange": {
"max": "2025-06-24T01:00:00Z",
"min": "2025-06-24T01:00:00Z"
},
"deliveryInformation": "FREE delivery Monday, June 23. Order within 10 hrs 17 mins",
"thresholdCost": null
}
],
"badges": [],
"quantityInStock": null,
"listPrice": {
"value": null,
"formattedPrice": null,
"priceType": null
},
"productCondition": "USED",
"productConditionNote": "Looks and functions as if it were new. Item will come in original packaging.",
"condition": {
"conditionValue": "USED",
"conditionNote": "Looks and functions as if it were new. Item will come in original packaging.",
"subCondition": "LIKE_NEW"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"taxExclusiveAmount": null,
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Monday, June 23. Order within 10 hrs 17 mins"
}
],
"IMAGES": [
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71yKhJpWLnS._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71yKhJpWLnS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71yKhJpWLnS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71yKhJpWLnS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71yKhJpWLnS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/91vykmtfRiL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/71d9v+HhdDS._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/71d9v+HhdDS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/71d9v+HhdDS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/71d9v+HhdDS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/71d9v+HhdDS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"original": {
"height": 2560,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY2560_.jpg",
"width": 2560
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/81bPIXohpdL._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61gnIOxAWmS._SY40_.jpg",
"width": 40
}
},
{
"altText": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"original": {
"height": 1001,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY1001_.jpg",
"width": 1001
},
"large": {
"height": 500,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY500_.jpg",
"width": 500
},
"medium": {
"height": 250,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY250_.jpg",
"width": 250
},
"small": {
"height": 160,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY160_.jpg",
"width": 160
},
"thumbnail": {
"height": 40,
"url": "https://m.media-amazon.com/images/I/61DtQAqLnHS._SY40_.jpg",
"width": 40
}
}
]
},
"features": [
"8 ream case (4,000 sheets) of 8.5 x 11 white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers and fax machines",
"Smooth 20lb weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Bright white paper (92 GE; 104 Euro) offers great contrast for crisp printing and vivid color",
"Virgin copy paper providing professional quality results; acid-free to prevent yellowing",
"Dimensions: 8.5 x 11 inch letter sized sheets; case dimensions: 11.8 x 18 x 9 inches; weight: 41.2 pounds"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260604",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 8 Reams, 4000 Sheets (500 Sheets/Ream)",
"url": "https://www.amazon.com/dp/B07K8WHH5J?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 4, 2019",
"Unit Count": "8 Count",
"Brightness": "92",
"Size": "8 Reams | 4000 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "840095820622",
"Global Trade Identification Number": "00840095820622",
"ASIN": "B07K8WHH5J",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Item Height": "0.1 inches",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "8",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AMZN8RM",
"Manufacturer Part Number": "AMZN8RM",
"Sheet Count": "4000",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Sheets"
},
{
"index": 2,
"displayString": "Truckload | 4.2M Sheets"
},
{
"index": 3,
"displayString": "5 Reams | 2500 Sheets"
},
{
"index": 4,
"displayString": "8 Reams | 4000 Sheets"
},
{
"index": 5,
"displayString": "10 Reams | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 200K Sheets"
}
]
}
],
"variations": [
{
"asin": "B01FV0F8H8",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B01FV0F75G",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B06XR8PQ1M",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B01FV0F5HG",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B07K8WHH5J",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B01FV0F13E",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B06XPFW36K",
"variationValues": [
{
"index": 0,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 Inch 20Lb Paper - 8 Ream Case (4,000 Sheets), 92 GE Bright White",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Office Products",
"url": "https://www.amazon.com/gp/bestsellers/office-products?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
}
Search for several ASINs
You can search for several specific ASINs at once by calling the getProductsByAsins
operation. This request can accept up to 30 ASINs in a single call. Include the following fields in the request body:
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Body | productIds | A list of ASINs to search for. A maximum of 30 ASINs can be provided in each call. | < string > array | Yes |
Body | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Body | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
POST https://na.business-api.amazon.com/products/2020-08-26/products/getProductsByAsins
{
"productIds": [
"B01FV0F75G",
"B072FVQNWM",
"B001AFL8GY"
],
"productRegion": "US",
"locale": "en_US"
}
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products/getProductsByAsins"
payload = {
"productRegion": "US",
"productIds": ["B01FV0F75G", "B072FVQNWM", "B001AFL8GY"],
"locale": "en-US"
}
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided ASINs.
This operation only returns the featured offer for each ASIN. To get all offers for a given ASIN, call the
offersRequest
operation for each desired ASIN.
Name | Description | Schema |
---|---|---|
matchingProductCount | The number of products that match the search query. This number can be larger than the number of matching products the customer can view. The value is the same for all the pages in the result. | integer |
products | A list of products that match the search criteria. | < ProductsResult > array |
notFoundAsins | A list of ASIN for which their is no product found. | < string > array |
{
"matchingProductCount": 3,
"products": [
{
"asin": "B001AFL8GY",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.LA54V7BZB7FJ3E6WO6XWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQWLDNXD6HQ4PNSH6X63DW6ERTZFQXZCBDEKDXT5BCCFDIICKJGPM6635VDT7S7TQXJ6E3SDV5CBMLY3K5KM26YV76JLPKPIZCTMZ4KFILWGKAL7WJMG3KA3B6MK3JX4TIQ",
"includedDataTypes": {},
"features": [
"HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America. Each ream is wrapped in a polyurethane coated paper wrapper to protect the cut sheets from moisture damage",
"Sheet size – 8.5 x 11; Thickness – 20 pounds; Brightness – 92 bright white",
"HP Copy&Print20 20 pounds printer paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design)",
"All HP Papers provide premium performance on HP equipment, as well as on all other printer and copier equipment; 100% satisfaction guaranteed; ColorLok technology provides more vivid colors, bolder blacks and faster drying",
"Superior quality, reliability, and dependability for high-volume printing at home, at school and in the office; HP Copy&Print20 print and copy paper prevents yellowing over time to ensure a long-lasting appearance for added archival quality"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 1 Ream Case - 500 Sheets| 92 Bright | Made in USA - FSC Certified | 200060",
"url": "https://www.amazon.com/dp/B001AFL8GY?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 29, 2008",
"Brightness": "92",
"Number of Pieces": "1",
"Size": "1 Pack | 500 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "764025200059",
"Global Trade Identification Number": "00764025200059",
"ASIN": "B001AFL8GY",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Sylvamo",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "200060",
"Manufacturer Part Number": "200060",
"Sheet Count": "500",
"Material Feature": "Renewable",
"Paper Finish": "Matte",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Pack | 500 Sheets"
},
{
"index": 1,
"displayString": "1 Pack | 750 Sheets"
},
{
"index": 2,
"displayString": "3 Pack | 1500 Sheets"
},
{
"index": 3,
"displayString": "4 Pack | 3000 Sheets"
},
{
"index": 4,
"displayString": "5 Pack | 2500 Sheets"
},
{
"index": 5,
"displayString": "6 Pack | 2400 Sheets"
},
{
"index": 6,
"displayString": "10 Pack | 5000 Sheets"
},
{
"index": 7,
"displayString": "Pallet | 192000 Sheets | 64 MegaPk cases"
},
{
"index": 8,
"displayString": "Pallet | 192000 Sheets | 80 cases"
},
{
"index": 9,
"displayString": "Pallet | 200000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Small Pack (8.5x11)"
},
{
"index": 1,
"displayString": "Bulk Pack (8.5x11)"
},
{
"index": 2,
"displayString": "Standard Size (8.5x11)"
}
]
}
],
"variations": [
{
"asin": "B001AFL8GY",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0050MRBA0",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B086X8B532",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00U036ZY2",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00UFX19H0",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00U03706E",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00U036ZRY",
"variationValues": [
{
"index": 0,
"value": 6
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01BLUOVWK",
"variationValues": [
{
"index": 0,
"value": 7
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01BLUOU8U",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01BLUOV4S",
"variationValues": [
{
"index": 0,
"value": 9
},
{
"index": 1,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP Papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP Papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard Company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full-color presentations, you can be assured of consistent, high-quality print performance every time. HP Copy&Print20 Paper is a 20 lb, super smooth, economical and multipurpose paper for everyday printing at home, at school and in the office. HP Copy&Print20 offers HP quality and reliability at a great value. Its ultra-white shade (92 bright, 155 whiteness) and ColorLok Technology provides brighter colors and bolder blacks for reports, school work and all general printing needs. HP Copy&Print20 printer paper is available in 8.5 x 11 letter size paper.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B01FV0F75G",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.27MTH2ZZNDKAFT3ZUL5GI2LRMFZG423ZORUGOZLEG5ZGMY3BONQY5PNA7KR3WQ73NYVBILDARMQG6HOUR7ZF2ZC76U7REI35DYQZOEGSENCFRXEM3UC3OJSSFVWNQVH7RBH5LHVG6VK5BEM3ETMCQWUXNBGCIPYJKGPLELBJGLMSVGGXIVBQ",
"includedDataTypes": {},
"features": [
"3 ream case (1,500 sheets) of 8.5 x 11 white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers and fax machines",
"Smooth 20lb weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Bright white paper (92 GE; 104 Euro) offers great contrast for crisp printing and vivid color",
"Virgin copy paper providing professional quality results; acid-free to prevent yellowing",
"Dimensions: 8.5 x 11 inch letter sized sheets; case dimensions: 11.5 x 8.75 x 6.25 inches; weight: 15 pounds"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 3 Reams, 1500 Sheets, 92 Bright, White",
"url": "https://www.amazon.com/dp/B01FV0F75G?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 1, 2017",
"Brightness": "92",
"Number of Pieces": "1500",
"Size": "3 Reams | 1500 Sheets",
"Sheet Size": "8.5 x 11 Inches",
"UPC": "841710143102",
"Global Trade Identification Number": "00841710143102",
"ASIN": "B01FV0F75G",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "3",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ8511203R",
"Manufacturer Part Number": "AZ8511203R",
"Sheet Count": "1500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 Inches",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Sheets"
},
{
"index": 2,
"displayString": "Truckload | 4.2M Sheets"
},
{
"index": 3,
"displayString": "5 Reams | 2500 Sheets"
},
{
"index": 4,
"displayString": "8 Reams | 4000 Sheets"
},
{
"index": 5,
"displayString": "10 Reams | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 200k Sheets"
}
]
}
],
"variations": [
{
"asin": "B01FV0F8H8",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B01FV0F75G",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B06XR8PQ1M",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B01FV0F5HG",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B07K8WHH5J",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B01FV0F13E",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B06XPFW36K",
"variationValues": [
{
"index": 0,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 Inch 20Lb Paper - 3 Ream Case (1,500 Sheets), 92 GE Bright White",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Office Products",
"url": "https://www.amazon.com/gp/bestsellers/office-products?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B072FVQNWM",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.TONAA4CSA2QDTARTUCCGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYFAPHCUHTC5HMM5VMBRMVAGLA6Q7DWNSCI3GTD45QZPJVQUBK2L66TTOG5OZOND3CFSBMFA2EHY2ZAY4JUIQVRB6D6NG6II6RBNALMOH3GXTPEBXVNSUTPKRZ7RME3YQA",
"includedDataTypes": {},
"features": [
"HAMMERMILL’S BEST SELLING PRINTER PAPER: You will receive one carton of copy paper, which includes 8 individual reams of paper inside. Each ream of paper has 500 sheets of 20 pounds, 92 bright, 8.5\" x 11\" white copy paper",
"99.99% JAM-FREE PRINTER PAPER: Everyone hates paper jams. You can trust Hammermill paper quality to keep your printer running smoothly. Scroll down to view the product description for details",
"COLORLOK TECHNOLOGY INCLUDED: Colors on Hammermill copy paper are 30% brighter; Blacks are up to 60% bolder and inks dry 3 times faster for less smearing. Acid-free Hammermill paper ensures long-lasting archival quality",
"MADE IN USA: Hammermill copying and printing papers are 100% made in the USA, helping to support 2.4 million sustainable forestry jobs in America, including family tree farmers. Hammermill is more than just paper",
"MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: Look for “Ships from and sold by” at the top of the page, under the product title",
"OTHER PAPER OPTIONS: Scroll down to compare Hammermill print and copy paper for every purpose, including premium presentation-quality color copy paper, cover-weight paper stock, and glossy paper for photo printing"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, 20 Lb Copy Paper, 8.5 x 11 - 8 Ream (4,000 Sheets) - 92 Bright, Made in the USA",
"url": "https://www.amazon.com/dp/B072FVQNWM?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 1, 2017",
"Brightness": "92",
"Number of Pieces": "4000",
"Size": "8 Ream | 4000 Sheets",
"Sheet Size": "8.5 x 11",
"Global Trade Identification Number": "50010199113646",
"ASIN": "B072FVQNWM",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Sylvamo",
"Cover Material": "paper",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "8",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "113640C",
"Manufacturer Part Number": "113640C",
"Sheet Count": "4000",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11",
"Item Weight": "40 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "8 Ream | 4000 Sheets"
},
{
"index": 4,
"displayString": "10 Ream | 5000 Sheets"
},
{
"index": 5,
"displayString": "Pallet | 100k Sheets"
},
{
"index": 6,
"displayString": "Pallet | 150k Sheets"
},
{
"index": 7,
"displayString": "Pallet | 192k Sheets"
},
{
"index": 8,
"displayString": "Pallet | 200k Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Hole (8.5x11)"
},
{
"index": 1,
"displayString": "A4"
},
{
"index": 2,
"displayString": "Letter (8.5x11)"
},
{
"index": 3,
"displayString": "Legal (8.5x14)"
},
{
"index": 4,
"displayString": "Ledger (11x17)"
},
{
"index": 5,
"displayString": "Premium CC"
},
{
"index": 6,
"displayString": "Premium LP"
}
]
}
],
"variations": [
{
"asin": "B000EFLV7W",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000V7V0BU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B06XRMJPJC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B06XC9321S",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0185KP7QS",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B072FVQNWM",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0017DDGQE",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086XKC7SQ",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U03708C",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00006IDPA",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B01MU4RXEE",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B01GP0XPYG",
"variationValues": [
{
"index": 0,
"value": 6
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B08624VBL4",
"variationValues": [
{
"index": 0,
"value": 7
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N1WHTOL",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086XLGM6J",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B019923RZY",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B08624Y8K9",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "The Hammermill Printer Paper 99.99% Jam-Free: You will not experience more than one jam in 10,000 sheets using Hammermill copy paper on your high-speed digital printer or we will replace your Hammermill printer paper purchase. We test more than 13. 5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our printer papers on all kinds of printer and copier equipment to ensure that our paper will work well for you, every time, on every machine. Make sure it’s original Hammermill quality: look for “Ships from and sold by” at the top of the page, under the product title. “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests. We want our business to last for generations and that means taking good care of our environment. This Hammermill copy paper is an economical printer paper for multipurpose print and copy use. It is available in 8.5 x 11 letter size paper and 8.5 x 14 legal size paper. Hammermill Copy Paper is available in a single ream (500 sheets of paper) and in cases of paper-wrapped 3 reams (1,500 sheets), 5 reams (2,500 sheets), 6 packs of 400 sheets (2,400 sheets), 8 reams (4,000 sheets), 10 reams (5,000 sheets), in a bulk pack of 750 sheets, and a single pack of 400 sheets. Also available in full pallets and truckloads. Choose from items listed at top of page in size and style name.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
}
],
"notFoundAsins": []
}
Search by external identifier
External identifiers are item identification systems such as numbers and barcodes that manufacturers assign to their products. Product Search API supports the following external identifiers:
External identifier | Description |
---|---|
Universal Product Code (UPC) | A type of code printed on retail product packaging to identify a particular item. |
International Standard Book Number (ISBN) | A product identifier used by publishers, booksellers, libraries, internet retailers, and other supply chain participants for ordering, listing, sales records, and stock control purposes. The ISBN identifies the registrant as well as the specific title, edition, and format. |
Stock Keeping Unit (SKU) | A merchant specific identifier for a purchasable good. |
European Article Number (EAN) | A 13-digit product identifier that is often represented on products as a barcode. |
You can use these external identifiers to search for products by including them in the searchProductsRequest
operation request.
UPC
Include these fields in the request to search for products by their UPC. In this example, we will search for Amazon Basics printing paper, whose UPC is 841710143096:
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | upc | A type of code printed on retail product packaging to identify a particular item. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&upc=841710143096
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&upc=841710143096"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns any products that match the UPC code.
{
"matchingProductCount": 3,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Prime",
"refinementValues": [
{
"displayName": "Prime Eligible",
"searchRefinementValue": "SSI$p_85#BN$2470955011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Shipping Options",
"refinementValues": [
{
"displayName": "Free Shipping by Amazon",
"searchRefinementValue": "SSI$p_76#BN$2661625011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Customer Reviews",
"refinementValues": [
{
"displayName": "4 Stars & Up",
"searchRefinementValue": "SSI$p_72#BN$2661618011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Condition",
"refinementValues": [
{
"displayName": "New",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461716011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Seller Type",
"refinementValues": [
{
"displayName": "Business Seller",
"searchRefinementValue": "SSI$p_amazon_business_seller#BN$15156999011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Availability",
"refinementValues": [
{
"displayName": "In Stock Only",
"searchRefinementValue": "SSI$p_n_availability#BN$2661600011"
},
{
"displayName": "Include Out of Stock",
"searchRefinementValue": "SSI$p_n_availability#BN$2661601011"
}
]
}
],
"refinements": {
"categories": [
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
}
],
"subCategories": [],
"availabilityOptions": [
{
"displayName": "In Stock Only",
"id": "InStockOnly"
},
{
"displayName": "Include Out of Stock",
"id": "IncludeOutOfStock"
}
],
"deliveryDayOptions": [],
"eligibleForFreeShippingOptions": [
{
"displayName": "Free Shipping by Amazon",
"id": "FreeShippingOnly"
}
],
"primeEligible": [
{
"displayName": "Prime Eligible",
"id": "PrimeEligibleOnly"
}
]
},
"numberOfPages": 1,
"products": [
{
"asin": "B01FV0F5HG",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.KF7QSJOWK44KUJ5PXX2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ3HDJNLRU2E2SH2J424556YTD4EPMNFKIQD2RZB3IM4ZLGXOIUBCXTVUBSJ6DAPZYVLSKPO3MZI2OJKIX7HJ4J4XNCDIK3NQSLNXXEOEJ762DCCW3RET3J4HBZ2LYFZ6BA",
"includedDataTypes": {},
"features": [
"5 ream case (2,500 sheets) of 8.5 x 11 white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers and fax machines",
"Smooth 20lb weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Bright white paper (92 GE; 104 Euro) offers great contrast for crisp printing and vivid color",
"Virgin copy paper providing professional quality results; acid-free to prevent yellowing",
"Dimensions: 8.5 x 11 inch letter sized sheets; case dimensions: 11.5 x 8.75 x 10.25 inches; weight: 24.8 pounds"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260604",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 20 lb, 92 Bright, 8.5\" x 11\", White, 5 Reams, 2500 Sheets",
"url": "https://www.amazon.com/dp/B01FV0F5HG?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 1, 2017",
"Unit Count": "5 Count",
"Brightness": "92",
"Number of Pieces": "2500",
"Size": "5 Reams | 2500 Sheets",
"Sheet Size": "8.5 x 11 Inches",
"UPC": "841710143096",
"Global Trade Identification Number": "00841710143096",
"ASIN": "B01FV0F5HG",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Item Height": "0.1 inches",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ8511205R",
"Manufacturer Part Number": "AZ8511205R",
"Sheet Count": "2500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 Inches",
"Item Weight": "25.3 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Sheets"
},
{
"index": 2,
"displayString": "Truckload | 4.2M Sheets"
},
{
"index": 3,
"displayString": "5 Reams | 2500 Sheets"
},
{
"index": 4,
"displayString": "8 Reams | 4000 Sheets"
},
{
"index": 5,
"displayString": "10 Reams | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 200K Sheets"
}
]
}
],
"variations": [
{
"asin": "B01FV0F8H8",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B01FV0F75G",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B06XR8PQ1M",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B01FV0F5HG",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B07K8WHH5J",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B01FV0F13E",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B06XPFW36K",
"variationValues": [
{
"index": 0,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 Inch 20Lb Paper - 5 Ream Case (2,500 Sheets), 92 GE Bright White",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Office Products",
"url": "https://www.amazon.com/gp/bestsellers/office-products?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B07YKWQB2P",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.COCXWILAGVXZAUFDPJUWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ6MFQZC4PAR7XSNR4NA3TN75CR2OBPMAQIP3MY2POD75Q4FPFBTHTSIEJ7TNVY4LV44WP2VRPBK3QR3AUBQ6DFVQJ7XQOOXQGUHTSSR2BKVFSLA27ZWLQ3UCQFREMQCRHA",
"includedDataTypes": {},
"features": [
"5 reams of 8.5 x 11 inch multipurpose copy paper (2,500 sheets total)",
"Works with laser/inkjet printers, copiers and fax machines",
"High-quality 20-pound weight for economical printing and resistance to paper jams",
"Bright white for better contrast; 92 GE brightness (104 Euro)",
"150 wood case #2 HB pencils made from high-quality wood come presharpened",
"Strong medium-soft lead produces long-lasting, smooth, readable strokes",
"Rounded hexagonal shape with satin-smooth finish for a secure, comfortable grip",
"Soft, smudge-free, latex-free eraser secured to the end for conveniently wiping away mistakes"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper - White, 8.5 x 11 Inches, 5 Ream Case (2,500 Sheets) & Pre-sharpened Wood Cased #2 HB Pencils, 150 Pack",
"url": "https://www.amazon.com/dp/B07YKWQB2P?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "September 30, 2019",
"Brightness": "92",
"Size": "5 Reams",
"Color": "White",
"Sheet Size": "8.5-x-11-inch",
"ASIN": "B07YKWQB2P",
"Sheet Count": "2500",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Satin, Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Paper Size": "8.5-x-11-inch",
"Manufacturer": "Amazon Basics",
"Paper Weight": "20"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "An Amazon Brand",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B07YKX3B2Z",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.YXN3NESXMU6AEXCWAPFGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZDLJKBFCO3LQZIITTQGMHDGSLGSCFGVP3LUL2GW2HJNEV3MFYVU7LTJOCZ4XUIBCCVX3KM7BAI7KSP43PSBBYIBLDAZ3X3PCE6FOAO5VMPOGMQTX56Q5ETSAFVZOXMOVQ",
"includedDataTypes": {},
"features": [
"5 reams of 8.5 x 11 inch multipurpose copy paper (2,500 sheets total)",
"Works with laser/inkjet printers, copiers and fax machines",
"High-quality 20-pound weight for economical printing and resistance to paper jams",
"Bright white for better contrast; 92 GE brightness (104 Euro)",
"TRIED AND TRUE: Pendaflex Standard Manila File Folders slip seamlessly into many existing filing systems and are easy to label, easy to read and easy to replace",
"1/3-CUT TABS IN ASSORTED POSITIONS are staggered from left to right for perfect visibility in your vertical or lateral file cabinet",
"LETTER-SIZE FOLDERS fit standard 8-1/2\" x 11\" documents; get 100 manila folders per box to use alone or with hanging file folders",
"STOCK-UP SHOP & DONE: This never-out necessity comes with 100 letter-size file folders per box and makes re-orders quick and convenient"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper - White, 8.5 x 11 Inches, 5 Ream Case (2,500 Sheets) & Pendaflex File Folders, Letter Size, 8-1/2%22 x 11%22, Classic Manila, 100 Per Box",
"url": "https://www.amazon.com/dp/B07YKX3B2Z?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 20, 2020",
"Size": "5 Reams",
"Color": "White",
"Sheet Size": "Letter",
"ASIN": "B07YKX3B2Z",
"Material Type": "Paper",
"Material": "Paper",
"Material Feature": "Biodegradable Warning",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Tab Cut": "1/3 Cut",
"Brightness Rating": "92",
"Paper Size": "Letter",
"Manufacturer": "Amazon Basics",
"Style": "Copy Paper + File Folders",
"Paper Weight": "20",
"Tab Position": "Top"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "An Amazon Brand",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
}
]
}
ISBN
Include these fields in the request to search for products by their ISBN. In this example, we will search for the Oxford English Dictionary, whose ISBN is 0199640947.
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | isbn | A product identifier used by publishers, booksellers, libraries, internet retailers, and other supply chain participants for ordering, listing, sales records and stock control purposes. The ISBN identifies the registrant as well as the specific title, edition, and format. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&isbn=0199640947
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&isbn=0199640947"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided ISBN.
{
"matchingProductCount": 3,
"searchRefinements": [],
"refinements": {
"categories": [],
"subCategories": [],
"availabilityOptions": [],
"deliveryDayOptions": [],
"eligibleForFreeShippingOptions": [],
"primeEligible": []
},
"numberOfPages": 1,
"products": [
{
"asin": "0199640947",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.EX5JDH66MK4FWKNMGJBGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ3Z2GDHYZ37R3K6X26N5ATCNADERO36JVCUMA57QAIR57F45CWCY5KZZ5LZSQQN2LWEYWYR4K4UENSOTV7H46VK5U2FJCESVS7OQZG5UDGM747CSAM62BNXEWNZUPNMDUQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24350800",
"title": "Public press",
"type": "ECLASS"
},
{
"taxonomyCode": "55101500",
"title": "Printed publications",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Paperback Oxford English Dictionary",
"url": "https://www.amazon.com/dp/0199640947?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "This fully updated edition offers over 120,000 words, phrases, and definitions. It covers all the words you need for everyday use, carefully selected from the evidence of the Oxford English Corpus, a databank of 21st century English, containing over 2 billion words.The Factfinder centre section gives quick-reference entries on topics including famous people, countries, and science.\n\nDiscover more on oxforddictionaries.com, Oxford's hub for dictionaries and language reference.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "0241404835",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.QVZLXXQ2BHHYJ2NL7OJWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYLCZ56HV4WKSOBCOCEIV273ZVZLNSA2RMFUMMJQV5UYI3VV3M6RQ2XC67JEWFPWSLLCFDUJWRMRQJLXECNRVW4SS6SZB33URTSD374K236RIFDGLPAUYVSFJ7JC2FHBFQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55101500",
"title": "Printed publications",
"type": "UNSPSC"
},
{
"taxonomyCode": "24350800",
"title": "Public press",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Artificial Intelligence: A Guide for Thinking Humans (Pelican Books)",
"url": "https://www.amazon.com/dp/0241404835?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "'If you think you understand AI and all of the related issues, you don't. By the time you finish this exceptionally lucid and riveting book you will breathe more easily and wisely' - Michael Gazzaniga\n\nA leading computer scientist brings human sense to the AI bubble\n\nNo recent scientific enterprise has been so alluring, terrifying and filled with extravagant promise and frustrating setbacks as artificial intelligence. Writing with clarity and passion, leading AI researcher Melanie Mitchell offers a captivating account of modern-day artificial intelligence. \n\nFlavoured with personal stories and a twist of humour, Artificial Intelligence illuminates the workings of machines that mimic human learning, perception, language, creativity and common sense. Weaving together advances in AI with cognitive science and philosophy, Mitchell probes the extent to which today's 'smart' machines can actually think or understand, and whether AI even requires such elusive human qualities at all.\n\nArtificial Intelligence: A Guide for Thinking Humans provides readers with an accessible and clear-eyed view of the AI landscape, what the field has actually accomplished, how much further it has to go and what it means for all of our futures.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B0092JQ0XQ",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.FRX3PE5WZOXAPVYCUYKWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ5GKSLHWKG3Y6RBXNT6OOTNHAUSDDJ7CNIN374MSVNQYZGHGTC3WZ4VDKYD2AD3GXQKKA3LWIJNAMVL7AMZPAJSFIYYCXOHMOS7W6EHO2LVURECGOPFDTLFT2V6L363XBQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [],
"packageTypeNames": [],
"title": "Paperback Oxford English Dictionary",
"url": "https://www.amazon.com/dp/B0092JQ0XQ?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
}
]
}
SKU
Include these fields in the request to search for products by their SKU:
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | sku | This field restricts the returned results to this specified SKU. SKU is a merchant-specific identifier. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&sku=123ABC
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&sku=123ABC"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided SKU.
{
"matchingProductCount": 306,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Alexa Skills",
"searchRefinementValue": "node#13727921011"
},
{
"displayName": "Amazon Devices & Accessories",
"searchRefinementValue": "node#16333372011"
},
{
"displayName": "Appliances",
"searchRefinementValue": "node#2619525011"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "node#2350149011"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "node#2617941011"
},
{
"displayName": "Audible Books & Originals",
"searchRefinementValue": "node#18145289011"
},
{
"displayName": "Automotive",
"searchRefinementValue": "node#15684181"
},
{
"displayName": "Baby Products",
"searchRefinementValue": "node#165796011"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "node#3760911"
},
{
"displayName": "Books",
"searchRefinementValue": "node#283155"
},
{
"displayName": "CDs & Vinyl",
"searchRefinementValue": "node#5174"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "node#2335752011"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"searchRefinementValue": "node#7141123011"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "node#4991425011"
},
{
"displayName": "Digital Music",
"searchRefinementValue": "node#163856011"
},
{
"displayName": "Electronics",
"searchRefinementValue": "node#172282"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "node#10272111"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "node#2238192011"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "node#16310101"
},
{
"displayName": "Handmade Products",
"searchRefinementValue": "node#11260432011"
},
{
"displayName": "Health & Household",
"searchRefinementValue": "node#3760901"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "node#8098158011"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "node#1055398"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "node#16310091"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "node#133140011"
},
{
"displayName": "Magazine Subscriptions",
"searchRefinementValue": "node#599858"
},
{
"displayName": "Movies & TV",
"searchRefinementValue": "node#2625373011"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "node#11091801"
},
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
},
{
"displayName": "Patio, Lawn & Garden",
"searchRefinementValue": "node#2972638011"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "node#2619533011"
},
{
"displayName": "Software",
"searchRefinementValue": "node#229534"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "node#3375251"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "node#228013"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "node#165793011"
},
{
"displayName": "Video Games",
"searchRefinementValue": "node#468642"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
},
{
"selectionType": "InsteadSelect",
"displayValue": "Delivery Day",
"refinementValues": [
{
"displayName": "Get It Today",
"searchRefinementValue": "SSI$p_90#BN$8308920011"
},
{
"displayName": "Get It by Tomorrow",
"searchRefinementValue": "SSI$p_90#BN$8308921011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Prime",
"refinementValues": [
{
"displayName": "Prime Eligible",
"searchRefinementValue": "SSI$p_85#BN$2470955011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Shipping Options",
"refinementValues": [
{
"displayName": "Free Shipping by Amazon",
"searchRefinementValue": "SSI$p_76#BN$2661625011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Customer Reviews",
"refinementValues": [
{
"displayName": "4 Stars & Up",
"searchRefinementValue": "SSI$p_72#BN$2661618011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Deals & Discounts",
"refinementValues": [
{
"displayName": "All Discounts",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566065011"
},
{
"displayName": "Today's Deals",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566064011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Condition",
"refinementValues": [
{
"displayName": "New",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461716011"
},
{
"displayName": "Used",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461718011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Business Ownership & Diversity Seller Certifications",
"refinementValues": [
{
"displayName": "Registered Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490165011"
},
{
"displayName": "Women-Owned Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490166011"
},
{
"displayName": "Women-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490167011"
},
{
"displayName": "Economically Disadvantaged Woman-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490168011"
},
{
"displayName": "Veteran-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490169011"
},
{
"displayName": "Service Disabled Veteran Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490170011"
},
{
"displayName": "Minority-Owned Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490171011"
},
{
"displayName": "SBA-Certified 8(a) Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490172011"
},
{
"displayName": "SBA-Certified HUB Zone Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490173011"
},
{
"displayName": "SBA-Certified Small Disadvantaged Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490174011"
},
{
"displayName": "LGBT Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490175011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "SNAP EBT",
"refinementValues": [
{
"displayName": "SNAP EBT Eligible",
"searchRefinementValue": "SSI$p_n_program_participation#BN$17428820011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "More-sustainable Products",
"refinementValues": [
{
"displayName": "Climate Pledge Friendly",
"searchRefinementValue": "SSI$p_n_cpf_eligible#BN$21512497011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Customizable Products",
"refinementValues": [
{
"displayName": "Customizable",
"searchRefinementValue": "SSI$p_n_customizable_template_name#BN$16031489011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Local Stores",
"refinementValues": [
{
"displayName": "Amazon Fresh",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075438011"
},
{
"displayName": "Whole Foods Market",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075437011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Certified",
"refinementValues": [
{
"displayName": "Auto Replenishment",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741514011"
},
{
"displayName": "Works with Alexa",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741513011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Subscription Options",
"refinementValues": [
{
"displayName": "Subscribe & Save Eligible",
"searchRefinementValue": "SSI$p_n_is_sns_available#BN$2617006011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "FSA or HSA Eligible",
"refinementValues": [
{
"displayName": "FSA or HSA Eligible",
"searchRefinementValue": "SSI$p_n_hba_program#BN$17904039011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Global Store",
"refinementValues": [
{
"displayName": "Amazon Global Store",
"searchRefinementValue": "SSI$p_n_is-global-store-asin#BN$16354393011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "International Shipping",
"refinementValues": [
{
"displayName": "International Shipping Eligible",
"searchRefinementValue": "SSI$p_n_shipping_option-bin#BN$3242350011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Seller Type",
"refinementValues": [
{
"displayName": "Business Seller",
"searchRefinementValue": "SSI$p_amazon_business_seller#BN$15156999011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Availability",
"refinementValues": [
{
"displayName": "In Stock Only",
"searchRefinementValue": "SSI$p_n_availability#BN$2661600011"
},
{
"displayName": "Include Out of Stock",
"searchRefinementValue": "SSI$p_n_availability#BN$2661601011"
}
]
}
],
"refinements": {
"categories": [
{
"displayName": "Alexa Skills",
"id": "ALEXA_SKILLS"
},
{
"displayName": "Amazon Devices & Accessories",
"id": "AMAZON_DEVICES_ACCESSORIES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Apps & Games",
"id": "APPS_GAMES"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_CRAFTS_SEWING"
},
{
"displayName": "Audible Books & Originals",
"id": "AUDIBLE_BOOKS_ORIGINALS"
},
{
"displayName": "Automotive",
"id": "AUTOMOTIVE"
},
{
"displayName": "Baby Products",
"id": "BABY_PRODUCTS"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY_PERSONAL_CARE"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "CDs & Vinyl",
"id": "CDS_VINYL"
},
{
"displayName": "Cell Phones & Accessories",
"id": "CELL_PHONES_ACCESSORIES"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"id": "CLOTHING_SHOES_JEWELRY"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES_FINE_ART"
},
{
"displayName": "Digital Music",
"id": "DIGITAL_MUSIC"
},
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_GOURMET_FOOD"
},
{
"displayName": "Handmade Products",
"id": "HANDMADE_PRODUCTS"
},
{
"displayName": "Health & Household",
"id": "HEALTH_HOUSEHOLD"
},
{
"displayName": "Home & Business Services",
"id": "HOME_BUSINESS_SERVICES"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_KITCHEN"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL_SCIENTIFIC"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Magazine Subscriptions",
"id": "MAGAZINE_SUBSCRIPTIONS"
},
{
"displayName": "Movies & TV",
"id": "MOVIES_TV"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Patio, Lawn & Garden",
"id": "PATIO_LAWN_GARDEN"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Software",
"id": "SOFTWARE"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_OUTDOORS"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_HOME_IMPROVEMENT"
},
{
"displayName": "Toys & Games",
"id": "TOYS_GAMES"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
}
],
"subCategories": [],
"availabilityOptions": [
{
"displayName": "In Stock Only",
"id": "InStockOnly"
},
{
"displayName": "Include Out of Stock",
"id": "IncludeOutOfStock"
}
],
"deliveryDayOptions": [
{
"displayName": "Get It Today",
"id": "GetItByToday"
},
{
"displayName": "Get It by Tomorrow",
"id": "GetItByTomorrow"
}
],
"eligibleForFreeShippingOptions": [
{
"displayName": "Free Shipping by Amazon",
"id": "FreeShippingOnly"
}
],
"primeEligible": [
{
"displayName": "Prime Eligible",
"id": "PrimeEligibleOnly"
}
]
},
"numberOfPages": 13,
"products": [
{
"asin": "B0DXKQSSL9",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.ITBHUUPGCFSFRHIVFI3WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUS3I7FDF33PBA5RICQBYFIY52CSCLAP56DUSPDQYTU7H6YC3NAXXCSPNZN4T5FRGB4T3C2MOOET27VRCVGQWBL4AQLVXWL3Y3FVWRADAZUU6IDCBON4SYZVCKMDZH7LRQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "The Accountant 2",
"url": "https://www.amazon.com/dp/B0DXKQSSL9?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 2, 2025",
"Runtime": "2 hours and 14 minutes",
"Language": "English",
"Publication Date": "June 5, 2025",
"Contributor": "Mark Williams, Cynthia Addai-Robinson, Bill Dubuque, Gavin O’Connor, Daniella Pineda, Lynette Howell Taylor, J.K. Simmons, Allison Robertson, Jon Bernthal, Ben Affleck",
"ASIN": "Mark Williams, Cynthia Addai-Robinson, Bill Dubuque, Gavin O’Connor, Daniella Pineda, Lynette Howell Taylor, J.K. Simmons, Allison Robertson, Jon Bernthal, Ben Affleck",
"Genre": "av_genre_comedy, Action, av_genre_action, Thriller, av_genre_suspense, Comedy",
"Studio": "Amazon MGM Studios"
},
"productDetails": {
"Default": {
"MPAA Rating": "MPAA Rating: R (Restricted)",
"CC": "CC"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B08JHCVHTY",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.KCE2XIDGPM7GRMRN2IMWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ2WOMHDBC5APJHVZAIWN5VGQLB222NUVPUVMDCIMTUOOQNHPA7M6QOESLXDF3QPQZHR4QQVVSLNYNPUVSVWVMTEYG7MSUAJZXC4ZUA7HNN63HL2YSBHU24S5O45K3L74WA",
"includedDataTypes": {},
"features": [
"Blink Subscription",
"Blink Subscription plan",
"Blink Subscription Plus",
"Blink Plus Subscription",
"Blink Plus Plan",
"Blink Plus Subscription Plan",
"Blink plus",
"Blink plus monthly"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "43230000",
"title": "Software",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Blink Subscription Plus Plan with monthly auto-renewal",
"url": "https://www.amazon.com/dp/B08JHCVHTY?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 1, 1970",
"Manufacturer": "Blink",
"ASIN": "B08JHCVHTY"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Plan Option",
"dimensionValues": [
{
"index": 0,
"displayString": "Blink Plus Plan with yearly auto-renewal test"
},
{
"index": 1,
"displayString": "Blink Subscription Basic Plan with monthly auto-renewal"
},
{
"index": 2,
"displayString": "Blink Subscription Basic Plan with yearly auto-renewal"
},
{
"index": 3,
"displayString": "Blink Subscription Plus Plan with monthly auto-renewal"
},
{
"index": 4,
"displayString": "Blink Subscription Plus Plan with yearly auto-renewal"
}
]
}
],
"variations": [
{
"asin": "B0BS1XKR4Q",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B08J5F15KG",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B08J5G9BCT",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B08JHCVHTY",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B08JHG867P",
"variationValues": [
{
"index": 0,
"value": 4
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Blink Subscription Plus Plan with monthly auto-renewal",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Electronics",
"url": "https://www.amazon.com/gp/bestsellers/electronics?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B0CVTB17T6",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.GC4ROVYQ2X56XXRKG5AWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQY73SJ7GRNDN3RP2TPIYT4VKYUTUZKEK2ACTO2FDZJVWIWCOYP2BETNVCMUEUCSWPXQZ4E6FIFZR6G55G4CUAK5IC4XXJEWCOEI5V4YGO6MUUVCXIQDIGJ5KXUNPQENZXA",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "The Better Sister",
"url": "https://www.amazon.com/dp/B0CVTB17T6?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 30, 2025",
"Language": "English",
"ASIN": "English",
"Genre": "Drama, Thriller, av_genre_suspense, av_genre_drama"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B01M5BJCEH",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.NNT6LUIDCM6SCYAJMOQWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQV2CLIVV6CDPLRBQGS724TFPISJOT5PIU7H6LXMK75ITXNM3ZAB43OKRKSUM7QSPPRGDI3PIVAPS6XXXDJEHOV3OO3ELHOKFYDBF2TIY5QVVVBX42TJGH5XRAEGNRYCXYQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "The Accountant",
"url": "https://www.amazon.com/dp/B01M5BJCEH?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "December 27, 2016",
"Runtime": "2 hours and 7 minutes",
"Language": "English",
"Publication Date": "February 21, 2019",
"Contributor": "Bill Dubuque, Cynthia Addai-Robinson, Jeffrey Tambor, Jean Smart, J.K. Simmons, John Lithgow, Gavin O'Connor, Mark Williams, Jamie Patricof, Lynette Howell Taylor, Anna Kendrick, Jon Bernthal, Marty P. Ewing, Ben Affleck",
"ASIN": "English",
"Genre": "Action, av_genre_action",
"Studio": "Warner Bros."
},
"productDetails": {
"Default": {
"MPAA Rating": "MPAA Rating: R (Restricted)",
"CC": "CC"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "1401971369",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.GJI5UYEZOMDZDSNJ7ESWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ2VIGEA7GKCBO4QBJSHJTA6CIG3CGV4WCZMIBMTPY5NJT7A2FJJHQ5PKI7CVVAOCWX5IIMN74MCOCRSC2XVAJQVSOFOZREEY5VK7VU7EEQ5HEZQ2EG6U6RCIMLGTS27LWQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24350800",
"title": "Public press",
"type": "ECLASS"
},
{
"taxonomyCode": "55101500",
"title": "Printed publications",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "The Let Them Theory: A Life-Changing Tool That Millions of People Can't Stop Talking About",
"url": "https://www.amazon.com/dp/1401971369?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Over 4 Million Copies Sold!\n#1 New York Times Bestseller\n#1 Sunday Times Bestseller\n#1 Amazon Bestseller\n#1 Audible Bestseller\n \nA Life-Changing Tool Millions of People Can’t Stop Talking About\n\nWhat if the key to happiness, success, and love was as simple as two words?\n\nIf you've ever felt stuck, overwhelmed, or frustrated with where you are, the problem isn't you. The problem is the power you give to other people. Two simple words—Let Them—will set you free. Free from the opinions, drama, and judgments of others. Free from the exhausting cycle of trying to manage everything and everyone around you. The Let Them Theory puts the power to create a life you love back in your hands—and this book will show you exactly how to do it.\n\nIn her latest groundbreaking book, The Let Them Theory, Mel Robbins—New York Times bestselling author and one of the world's most respected experts on motivation, confidence, and mindset—teaches you how to stop wasting energy on what you can't control and start focusing on what truly matters: YOU. Your happiness. Your goals. Your life.\n\nUsing the same no-nonsense, science-backed approach that's made The Mel Robbins Podcast a global sensation, Robbins explains why The Let Them Theory is already loved by millions and how you can apply it in eight key areas of your life to make the biggest impact. Within a few pages, you'll realize how much energy and time you've been wasting trying to control the wrong things—at work, in relationships, and in pursuing your goals—and how this is keeping you from the happiness and success you deserve.\n\nWritten as an easy-to-understand guide, Robbins shares relatable stories from her own life, highlights key takeaways, relevant research and introduces you to world-renowned experts in psychology, neuroscience, relationships, happiness, and ancient wisdom who champion The Let Them Theory every step of the way.\n\nLearn how to:\n\nStop wasting energy on things you can't control Stop comparing yourself to other peopleBreak free from fear and self-doubtRelease the grip of people's expectationsBuild the best friendships of your lifeCreate the love you deservePursue what truly matters to you with confidenceBuild resilience against everyday stressors and distractionsDefine your own path to success, joy, and fulfillment. . . and so much more.\n\nThe Let Them Theory will forever change the way you think about relationships, control, and personal power. Whether you want to advance your career, motivate others to change, take creative risks, find deeper connections, build better habits, start a new chapter, or simply create more happiness in your life and relationships, this book gives you the mindset and tools to unlock your full potential.\n\nOrder your copy of The Let Them Theory now and discover how much power you truly have. It all begins with two simple words.\n\nThe cover has been updated to include the name of co-author Sawyer Robbins. Customers may receive either version of the cover at random.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Business Motivation & Self-Improvement",
"url": "https://www.amazon.com/gp/bestsellers/books/2545?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B08F3C99KN",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.S3EBV23V6G5B2VWMXYNWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ5MYI2KNZLVJA2TZDLVPCOWEKRKNUQNJY2WT6WEEPWA6DIXQ7KQLSKHASMFQOIKTBFTS3642TJ64CJEA64W5H7VZYCOQVWSWZYIPXMPYBC3WLFJDUZXGILU4SA2V7QEJ5A",
"includedDataTypes": {},
"features": [
"For all things Apple — iPad, AirPods, Apple Watch, iPhone, MacBook, iCloud, accessories, and more",
"Perfect for App Store purchases and subscriptions — get apps, games, music, movies, TV shows, and more",
"The ideal gift to say happy birthday, thank you, congratulations, and more",
"Available in $25-$500",
"Card delivered via email or SMS",
"No returns or refunds on Apple Gift Cards",
"Valid only for U.S. transactions in Apple properties. For assistance, visit support.apple.com/giftcard or call 1-800-275-2273. Not redeemable at Apple resellers or for cash, and no resale, refunds, or exchanges, except as required by law. Apple is not responsible for unauthorized use. Terms apply; see apple.com/us/go/legal/gc. Issued by Apple Value Services, LLC (AVS). 2025 Apple Inc. All rights reserved."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Apple Gift Card - App Store, iTunes, iPhone, iPad, AirPods, MacBook, accessories and more (eGift)",
"url": "https://www.amazon.com/dp/B08F3C99KN?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Apple",
"Brand Name": "Apple",
"Date First Available": "August 1, 2020",
"Item model number": "1_APPLE_R01",
"ASIN": "B08F3C99KN"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Denomination",
"dimensionValues": [
{
"index": 0,
"displayString": "15"
}
]
},
{
"index": 1,
"displayString": "Design Name",
"dimensionValues": [
{
"index": 0,
"displayString": "Season's greetings"
},
{
"index": 1,
"displayString": "Congratulations"
},
{
"index": 2,
"displayString": "Education"
},
{
"index": 3,
"displayString": "Happy Birthday"
},
{
"index": 4,
"displayString": "Share love"
},
{
"index": 5,
"displayString": "Spring"
},
{
"index": 6,
"displayString": "Standard"
},
{
"index": 7,
"displayString": "Thank You"
}
]
}
],
"variations": [
{
"asin": "B0F2F51ZWQ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0F2F6SSK8",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0F2F6XRRN",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0F2F8DDF6",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B0F2F6ZMHD",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B0F2F8PMLP",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B08F3C99KN",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B0F2F962VV",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 7
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Use the Apple Gift Card to get products, accessories, apps, games, music, movies, TV shows, and more. Spend it on in-app content, books, subscriptions and even iCloud storage to secure files from all your Apple devices. This gift card does it all. And then some.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B08BG9MPT9",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.KTI276OYVR3ULUMABR6GI2LRMFZG423ZORUGOZLEG5ZGMY3BONQVYDKXTMIADAUYCL2CVWJGL2X5HBJ62A7R65ZGAIWFDWS5R4LGOVIGRVSRU655Z7FOLPFAY3D66K34GB6UH3RXQWJ3ECGWU2GB346XIL3CWIPRUME3CE4P25PDRRDHFFCA",
"includedDataTypes": {},
"features": [
"Thousands of Hours of Movies & TV",
"30+ Peacock Channels",
"Daily News & Sports",
"Exclusive Peacock Originals",
"Kids Shows & Movies"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "43230000",
"title": "Software",
"type": "UNSPSC"
},
{
"taxonomyCode": "19210000",
"title": "Software (client operating system)",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Peacock TV",
"url": "https://www.amazon.com/dp/B08BG9MPT9?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Peacock TV",
"Date First Available": "June 24, 2021",
"Compatible Devices": "ANTHEMNA1, PRO1, A39JVDSD1CEZZJ1, ROSE1, APPDP84LXD1CH1, A14YWQPSV44K041, SHINA1, SPNU1, FTH, A22NCKSNSLB9TD1, HAIP1, HAD1, GROV1, LAGF1, QUA1, SYC1, SPRC1, RASPSB1, ANTHEM1, BRANT1, CAL1, FTVETSTEST1, HOY1, MANG1, SUN1, OLH1, LAGB1, AZDQ9AW1RNF811, LASS1, CALADAN1, AI35YCX1PFQR51, COY1, MNS1, DUC1, SLC1, A7GMAMYSB346U1, DESHN1, ANTEU1, RASP1, STC1, AEEG5E1G285FR1, MALMO1, GAZ1, POLNA1, KAIUS2K1, A24RKULTTZFSKQ1, EKC1, AAZL4D212X7YY1, A3J4X8RXHD1WVH1, A1HI7K3N9MHZH01, FVDIN, TAC1, A3IEBEXETO8KSG1, KHAKI1, A3QDIE7KZVQQNI1, HAI1, SPN1, A1DSGGDBKURFXQ1, CINEW1, ACA1, KAITAIN1, HAZ1, ARRAKIS1, RVNC1, A3MVGX2N7MOKQ1, A1SB40V9PX6TYQ1, CAPS1, A27N3MSGVJLOCR1, AAF5YKA9BX7FZ1, BRND41, TRN1, HYDROGEN1, SHE1, CYP1, NAUNA1, SHINANA1, WYGJPNF, RAS1, MANT1, A2HHPD8ZY39QXP1, AM16UT4VHFU3O1, MER1, HECT1, KARAT1, MRC1, LILAC1, DSH1, A24OQ98WKSFB5O1, HUBBL1, A1NWV2UTJPGJ911, FOUNTAINHEAD9603EMULATOR1, CUPNA1, A235N1UFG4G8OY1, ROSC1, A1FWARJ041K3RF1, ALM1, MVRC1, AJBR4RLC7RHCZ1, TGT1, MONH1, BRND411, FSOTEST21, SHEP1, BLC1, TRQU1, FST1, KNC1, MUC1, A5HH0C7EXZPLU1, KAR1, A74PN0NN1Q9CQ1, TRQ1, TRNPL1, A3UIZCUI1ZPT2G1, A281UCUO6ZIIOD1, NC1, ONX1, JOY1",
"Publication Date": "June 4, 2025",
"Original Release Date": "2021",
"Manufacturer": "Peacock TV",
"Hardware Platform": "Android",
"ASIN": "B08BG9MPT9",
"Operating System": "Vega"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B00KDSGIPK",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.JAPKRVUUVEV6OIQZWDZWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ7446TTORAPEJRLTCXNYGN3CYZM374626TS6JVXIX3F7SGA2WJMSC46I26BXEARDJ3G7X2GW3QGP2AJVM6FTLPJVQWOOSULV55GR6NDQ6TMMFBBHS54WISX27L5JE3RVLQ",
"includedDataTypes": {},
"features": [
"- Sign up for free (no credit card required)",
"- Watch 100s of HD channels streaming 24/7",
"- Enjoy 1000s of on-demand movies and TV episodes",
"- Save live TV channels to your Favorites List",
"- Set a profile to Kids Mode for younger viewers",
"- Watch with friends and family using Apple’s SharePlay feature",
"- Share content on social media to show what you’re streaming"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "43230000",
"title": "Software",
"type": "UNSPSC"
},
{
"taxonomyCode": "19081300",
"title": "Television set",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Pluto TV - Watch Free Movies, Shows & Live TV",
"url": "https://www.amazon.com/dp/B00KDSGIPK?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Pluto TV",
"Date First Available": "April 24, 2014",
"Compatible Devices": "ARC1, ANTHEMNA1, PRO1, A39JVDSD1CEZZJ1, SHINAEU1, APPDP84LXD1CH1, GINJP1, A14YWQPSV44K041, SHINA1, POLEU1, FTH, TOREU1, SHLY1, A22NCKSNSLB9TD1, SNE1, HAIP1, CLRC1, SHIBA1, HAD1, DAHL1, GROV1, LAGF1, NVD1, QUA1, EC1, SYC1, SPRC1, SUC1, RASPSB1, ANTHEM1, BRANT1, MC1, CAL1, FTVETSTEST1, HOY1, MANG1, SUN1, OLH1, GROVEU1, STFC1, LAGB1, AZDQ9AW1RNF811, SPHC1, MRSIL1, LASS1, CALADAN1, AI35YCX1PFQR51, COY1, MNS1, DUC1, KAIUK2K1, SLC1, A7GMAMYSB346U1, DESHN1, ANTEU1, RASP1, STC1, AEEG5E1G285FR1, MALMO1, ANN1, GAZ1, POLNA1, DC1, KAIUS2K1, A24RKULTTZFSKQ1, EKC1, AAZL4D212X7YY1, A3J4X8RXHD1WVH1, A1HI7K3N9MHZH01, FVDIN, TAC1, AUC1, A3IEBEXETO8KSG1, MALLARD1, KHAKI1, A3QDIE7KZVQQNI1, HAI1, MON1, A1DSGGDBKURFXQ1, CINEW1, ACA1, KAITAIN1, HAZ1, ARRAKIS1, RVNC1, FLORIDA1, A3MVGX2N7MOKQ1, A1SB40V9PX6TYQ1, CAPS1, A27N3MSGVJLOCR1, AAF5YKA9BX7FZ1, BRND41, CUPEU1, PST1, TRN1, HYDROGEN1, SHE1, CYP1, NAUNA1, SHINANA1, WYGJPNF, RAS1, MANT1, A2HHPD8ZY39QXP1, AM16UT4VHFU3O1, MER1, GC1, HECT1, KARAT1, MRC1, LILAC1, DSH1, GRTC1, A24OQ98WKSFB5O1, KAIDE4K1, HUBBL1, GOLD1, GRPC1, A1NWV2UTJPGJ911, FOUNTAINHEAD9603EMULATOR1, CUPNA1, A235N1UFG4G8OY1, NAUEU1, ROSC1, A1FWARJ041K3RF1, ALM1, MVRC1, AJBR4RLC7RHCZ1, NEMESIA1, TGT1, MONH1, SAC1, BRND411, FSOTEST21, SHEP1, DELPHINIUM1, MEC1, BLC1, FST1, GRO1, JUL1, KNC1, MUC1, A5HH0C7EXZPLU1, FC1, KAR1, SHIEU1, A74PN0NN1Q9CQ1, VALE1, TRNPL1, A3UIZCUI1ZPT2G1, A281UCUO6ZIIOD1, NC1, WIN1, ONX1, ASC1, KAIUK4K1, THEC1, JOY1",
"Publication Date": "June 17, 2025",
"Original Release Date": "2014",
"Manufacturer": "Pluto TV",
"Hardware Platform": "Android",
"ASIN": "B00KDSGIPK",
"Operating System": "Vega"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B07RZ74VLR",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.LIMYHLLWVDXB2DWKHELWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4IEE3ZQPAYVDB5H43I733PBNVM4WFX3B2ELH7OHTJV4SO47RFOQVDBPMVGJPZFK7XXSJE5CEXLSAWMPBGUO2J6CRLLOVLAGGRNMLLVR5MDL74MTVUABSLP25R3OVEWQSQ",
"includedDataTypes": {},
"features": [
"The easiest way to add Robux (Roblox’s digital currency) to your account. Use Robux to deck out your avatar and unlock additional perks in your favorite Roblox experiences.",
"This is a digital gift card that can only be redeemed for Robux at Roblox.com/redeem. It cannot be redeemed in the Roblox mobile app or any video game console. Please allow up to 5 minutes for your balance to be updated after redeeming.",
"Roblox Gift Cards can be redeemed worldwide, perfect for gifting to Roblox fans anywhere in the world.",
"From now on, when you redeem a Roblox Gift Card, you get up to 25% more Robux. Perfect for gaming, creating, and exploring- more Robux means more possibilities!",
"Every Roblox Gift Card grants a free virtual item upon redemption.",
"Roblox is an immersive platform for connection and communication. Every day, millions of people come to Roblox to create, play, work, learn, and connect with each other in experiences built by our global community of creators.",
"Note: This product grants a specified amount of Robux to the user’s Roblox account upon redemption. It cannot be used to purchase a Roblox Premium subscription.",
"Please note larger orders, including those over $200 USD in value, may take additional time to process.",
"For more information, please visit roblox.com/giftcardFAQs."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Roblox Digital Gift Card - 1,000 Robux [Includes Exclusive Virtual Item] [Digital Code]",
"url": "https://www.amazon.com/dp/B07RZ74VLR?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Roblox",
"Date First Available": "May 17, 2019",
"Release date": "May 15, 2019",
"Type of item": "Software Download",
"Manufacturer": "Roblox",
"Hardware Platform": "PC",
"ASIN": "B07RZ74VLR",
"Operating System": "mac_os_x, windows",
"Genre": "adventure_games",
"Item Weight": "0.01 ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Denomination",
"dimensionValues": [
{
"index": 0,
"displayString": "10"
},
{
"index": 1,
"displayString": "15"
},
{
"index": 2,
"displayString": "20"
},
{
"index": 3,
"displayString": "25"
},
{
"index": 4,
"displayString": "30"
},
{
"index": 5,
"displayString": "40"
},
{
"index": 6,
"displayString": "50"
},
{
"index": 7,
"displayString": "75"
},
{
"index": 8,
"displayString": "100"
},
{
"index": 9,
"displayString": "125"
},
{
"index": 10,
"displayString": "150"
},
{
"index": 11,
"displayString": "200"
},
{
"index": 12,
"displayString": "300"
},
{
"index": 13,
"displayString": "400"
},
{
"index": 14,
"displayString": "500"
}
]
}
],
"variations": [
{
"asin": "B07RZ74VLR",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0BCCXZDT5",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0BCCYLB13",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B07RX6FBFR",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B0BCDJGJ9N",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B0BCD38868",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B07RZ75JW3",
"variationValues": [
{
"index": 0,
"value": 6
}
]
},
{
"asin": "B0BCDDPBCK",
"variationValues": [
{
"index": 0,
"value": 7
}
]
},
{
"asin": "B08R5N6W6B",
"variationValues": [
{
"index": 0,
"value": 8
}
]
},
{
"asin": "B0BCDSPNQ1",
"variationValues": [
{
"index": 0,
"value": 9
}
]
},
{
"asin": "B0BCDJ9Q4W",
"variationValues": [
{
"index": 0,
"value": 10
}
]
},
{
"asin": "B0BCD3886F",
"variationValues": [
{
"index": 0,
"value": 11
}
]
},
{
"asin": "B0CPTFB6XM",
"variationValues": [
{
"index": 0,
"value": 12
}
]
},
{
"asin": "B0CPTG9267",
"variationValues": [
{
"index": 0,
"value": 13
}
]
},
{
"asin": "B0CPTGNZ7G",
"variationValues": [
{
"index": 0,
"value": 14
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B00GAC1D2G",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.XXY6Q4Q73CLUQGKPKLAWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSENAQGYMC2COR5P4TNXAPP6FJ3QADHOZ6U5XYZTKTY25MECITLXJNBYCLNELPTYYEZD6XVHWTNYSCVDQA3UQYINZL54446FAPAJXEEB3JK6T4F7PL52RQ7ZYZRGL63XGA",
"includedDataTypes": {},
"features": [
"Redeem for anything on PlayStationStore: games, add-ons, PlayStationPlus and more.",
"Everything you want to play. Choose from the largest library of PlayStation content.",
"Use gift card funds to contribute towards PlayStationPlus memberships."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "90909090",
"title": "Interim classification (unspecified)",
"type": "ECLASS"
},
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "$10 -PlayStation Store Gift Card [Digital Code]",
"url": "https://www.amazon.com/dp/B00GAC1D2G?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "PlayStation",
"Brand Name": "PlayStation",
"Date First Available": "October 28, 2013",
"Release date": "October 28, 2013",
"Package Dimensions": "10 x 10 x 10 inches; 10 Pounds",
"Unit Count": "1 Count",
"Type of item": "Software Download",
"Manufacturer": "Sony PlayStation Network",
"Item model number": "93525",
"ASIN": "B00GAC1D2G",
"Item Weight": "10 pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Subscription Term Name",
"dimensionValues": [
{
"index": 0,
"displayString": "$10 Code"
},
{
"index": 1,
"displayString": "$25 Code"
},
{
"index": 2,
"displayString": "$50 Code"
},
{
"index": 3,
"displayString": "$75 Code"
},
{
"index": 4,
"displayString": "$100 Code"
},
{
"index": 5,
"displayString": "$150 Code"
},
{
"index": 6,
"displayString": "$200 Code"
},
{
"index": 7,
"displayString": "$250 Code"
}
]
}
],
"variations": [
{
"asin": "B00GAC1D2G",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B07C438TMN",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B004RMK4P8",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B00K59HHHU",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B00K59HKIQ",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B0CXBLK3WW",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B0CXB8RV7Q",
"variationValues": [
{
"index": 0,
"value": 6
}
]
},
{
"asin": "B0CXB5MKHT",
"variationValues": [
{
"index": 0,
"value": 7
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Easily add funds to your account for PlayStation™Network (PSN) to use towards anything from PlayStation Store's (PS Store) huge library of content, including:\n• PlayStation Plus (PS Plus) subscription* with online multiplayer access, games every month, exclusive discounts and more\n• Games\n• Virtual currency and add-ons\n• And more\n\nHOW TO REDEEM:\n1. Sign into PSN or create an account at playstation.com.\n2. Go to ‘Redeem Code’ on PS Store and enter the 12-digit voucher code (Code).\n3. To purchase PS Plus using the funds from this Code, select the subscription plan of your choice, and complete the purchase.\n\nRedeemable only by users aged 18 or older holding an adult account for PSN registered in the U.S. PSN wallet funds can be used by the redeeming account holder (and their child Family Member accounts) to pay for items in the PS Store available to U.S. account holders.\n\nUse of Code is subject to these terms, and Terms of Service and User Agreement and applicable Privacy Policy at www.playstation.com/legal/PSNTerms. \n\nTerms of this Code may change without notice. Void where prohibited or restricted by law. \n\nIf you do not accept these terms, do not purchase. \n\nSubject to applicable local laws, Code is not redeemable for cash, cannot be returned for cash or credit, and may not be resold, exchanged, or used for any other purpose. Code will not be replaced if lost, destroyed, stolen, or otherwise used without your permission. Valid for one time use only.\n\nCompatible system and internet connection are required.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Video Games",
"url": "https://www.amazon.com/gp/bestsellers/videogames?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B0F3S8Z8F7",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.E2EI37QWRZFEYD5L56ZGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZA5IGH4B3KNVVRKOIIWLBB5J7UJ3Y3SM3V65IAKLWKHIPBELJFPF6PB6PQ54BHFUXPWRQEAMNZJ2HLGHDIN4TXG2DZOCP5ISXWVBLMEVC4NX3H3EFQL567WGAPHUVAB2Q",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Deep Cover",
"url": "https://www.amazon.com/dp/B0F3S8Z8F7?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 30, 2025",
"Runtime": "1 hour and 40 minutes",
"Language": "English",
"Publication Date": "June 12, 2025",
"Contributor": "Laurie MacDonald, Sonoya Mizuno, Colin Trevorrow, Ian McShane, Walter F. Parkes, Sean Bean, Tom Kingsley, Ben Ashenden & Alexander Owen, Derek Connolly & Colin Trevorrow, Bryce Dallas Howard, Nick Mohammed, Paddy Considine, Orlando Bloom",
"ASIN": "Laurie MacDonald, Sonoya Mizuno, Colin Trevorrow, Ian McShane, Walter F. Parkes, Sean Bean, Tom Kingsley, Ben Ashenden & Alexander Owen, Derek Connolly & Colin Trevorrow, Bryce Dallas Howard, Nick Mohammed, Paddy Considine, Orlando Bloom",
"Genre": "av_genre_comedy, Action, av_genre_action, Comedy",
"Studio": "Amazon Studios"
},
"productDetails": {
"Default": {
"MPAA Rating": "MPAA Rating: R (Restricted)",
"CC": "CC"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B00DP3IESY",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.TVIUW2PRSHASGHDKHDCGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQU2E5EB6D7AX7H326DAYRAQFTSQOSK77BS27GVH4QHMUPVQBYWQZIX5SPKBZPJDVORR22ML4VDRXMOY5XMX5W73XPY53BY63UADS7DEBVJNVX2PRT54XZJPB57NAKEOKOQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Oblivion",
"url": "https://www.amazon.com/dp/B00DP3IESY?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "February 17, 2020",
"Runtime": "2 hours and 30 minutes",
"Language": "English",
"Publication Date": "February 16, 2020",
"Contributor": "Olga Kurylenko, Dylan Clark, Barry Levine, Duncan Henderson, Melissa Leo, Peter Chernin, Joseph Kosinski, Morgan Freeman, William Monahan, Andrea Riseborough, Karl Gajdusek, Nikolaj Coster-Waldau, Tom Cruise",
"ASIN": "English",
"Genre": "av_subgenre_action_science_fiction, av_genre_science_fiction, Action, av_genre_action, Adventure, Action/Adventure > Sci-fi/Fantasy, av_genre_adventure, Sci-Fi/Fantasy",
"Studio": "Universal Pictures"
},
"productDetails": {
"Default": {
"MPAA Rating": "MPAA Rating: PG-13 (Parents Strongly Cautioned)",
"CC": "CC"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B07MB4HN9X",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.Z3NWKDXU3MSEJF7OXNTWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYFL7FSXIEEYSFJHTEYB6PAIBIBP6ZVRCS2TVRQZTHK47F3EPKCVGX7HYCJEPE2O3FIJCTNWRGU2UNKITHDNZX7JA4YOS73ZV7WKXES7T3E5DK6SYTA24WS3EXXEOMXW6A",
"includedDataTypes": {},
"features": [
"Amazon.com Gift Cards do not expire and carry no fees.",
"Multiple gift card designs and denominations to choose from.",
"Redeemable towards millions of items store-wide at Amazon.com or certain affiliated websites.",
"Available for immediate delivery. Gift cards sent by email can be scheduled up to a year in advance.",
"No returns and no refunds on Gift Cards.",
"Amazon.com Gift Cards can only be used to purchase eligible goods and services on Amazon.com and certain related sites as provided in the Amazon.com Gift Card Terms and Conditions. To purchase a gift card for use on an Amazon website in another country, please visit: Amazon.ca, Amazon.cn, Amazon.fr, Amazon.de, Amazon.in, Amazon.it, Amazon.co.jp, Amazon.co.uk, Amazon.es, or Amazon.com.au."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon eGift Card - Celebration - (Instant Email or Text Delivery)",
"url": "https://www.amazon.com/dp/B07MB4HN9X?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Amazon",
"Brand Name": "Amazon",
"Date First Available": "May 3, 2018",
"Has Merchant Restrictions": "Yes",
"Item model number": "307_US_Email",
"ASIN": "B07MB4HN9X"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Denomination",
"dimensionValues": [
{
"index": 0,
"displayString": "0"
}
]
},
{
"index": 1,
"displayString": "Design Name",
"dimensionValues": [
{
"index": 0,
"displayString": "Bright Balloons (Animated)"
},
{
"index": 1,
"displayString": "Candlelight Celebration (Animated)"
},
{
"index": 2,
"displayString": "Cheers & Toasts (Animated)"
},
{
"index": 3,
"displayString": "Game Gear (Animated)"
},
{
"index": 4,
"displayString": "Iconic Graduation (Animated)"
},
{
"index": 5,
"displayString": "Lovely Lace (Animated)"
},
{
"index": 6,
"displayString": "Rainbows & Clouds (Animated)"
},
{
"index": 7,
"displayString": "Silver Lattice (Animated)"
},
{
"index": 8,
"displayString": "Sophisticated Balloons (Animated)"
},
{
"index": 9,
"displayString": "Zoo Animals (Animated)"
}
]
}
],
"variations": [
{
"asin": "B09LQTPHSG",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B09V2Y41ZR",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0F2N1PSF7",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0F2MZW677",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B08ZKYS7XT",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B0F2N118XK",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B07YQL38L7",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B0DJ2NHJLC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 7
}
]
},
{
"asin": "B0F2N1RKPQ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 8
}
]
},
{
"asin": "B07MB4HN9X",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 9
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Send the perfect gift with an Amazon eGift Card - delivered to their email or phone with fun animated designs. Add your personal message and choose any amount between $5-$2,000, knowing your gift never expires. Recipients can redeem their eGift card across millions of items, making it the ideal gift for birthdays, holidays, last-minute thank you gestures, or any special occasion.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B086FN63NM",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.6WNZU5XC57FKWUBINULGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ3JGBF76ZC4ECDO6ISI7ZHU2ERUGBFMBNIW3LHF35RSGL5HZ6TS3QYFTYXZGK3IC743KCQWWGPZVAZL7PJL62E2UXJBAAJMMTNDJRJ3RV4K4YKPMLREDPZKG2R5U3B24NA",
"includedDataTypes": {},
"features": [
"Amazon.com Gift Cards do not expire and carry no fees.",
"Multiple gift card designs and denominations to choose from.",
"Redeemable towards millions of items store-wide at Amazon.com or certain affiliated websites.",
"Available for immediate delivery. Gift cards sent by email can be scheduled up to a year in advance.",
"No returns and no refunds on Gift Cards.",
"Amazon.com Gift Cards can only be used to purchase eligible goods and services on Amazon.com and certain related sites as provided in the Amazon.com Gift Card Terms and Conditions. To purchase a gift card for use on an Amazon website in another country, please visit: Amazon.ca, Amazon.cn, Amazon.fr, Amazon.de, Amazon.in, Amazon.it, Amazon.co.jp, Amazon.co.uk, Amazon.es, or Amazon.com.au."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon eGift Card - Appreciation - (Instant Email or Text Delivery)",
"url": "https://www.amazon.com/dp/B086FN63NM?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Amazon",
"Date First Available": "April 1, 2025",
"Item model number": "307_US_Email",
"ASIN": "B086FN63NM"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Denomination",
"dimensionValues": [
{
"index": 0,
"displayString": "0"
}
]
},
{
"index": 1,
"displayString": "Design Name",
"dimensionValues": [
{
"index": 0,
"displayString": "Award Winning (Animated)"
},
{
"index": 1,
"displayString": "Cool Burst Rays (Animated)"
},
{
"index": 2,
"displayString": "Delightful Dove (Animated)"
},
{
"index": 3,
"displayString": "Flower Bouquet (Animated)"
},
{
"index": 4,
"displayString": "Papercut Hearts (Animated)"
},
{
"index": 5,
"displayString": "Red Rosettes (Animated)"
},
{
"index": 6,
"displayString": "Serene Sailboats (Animated)"
},
{
"index": 7,
"displayString": "Smart Apples (Animated)"
},
{
"index": 8,
"displayString": "Stitched Leather (Animated)"
},
{
"index": 9,
"displayString": "You're the best. (Animated)"
}
]
}
],
"variations": [
{
"asin": "B07MP6B4Y5",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0F2N2VP78",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0F2MZL83W",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B07BHKP8C9",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B0DSBM8T1M",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B0DSBQMX7Z",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B086FN63NM",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B08ZKYFD9F",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 7
}
]
},
{
"asin": "B094Q7RNLV",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 8
}
]
},
{
"asin": "B0DK7B7G9R",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 9
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Send the perfect gift with an Amazon eGift Card - delivered to their email or phone with fun animated designs. Add your personal message and choose any amount between $5-$2,000, knowing your gift never expires. Recipients can redeem their eGift card across millions of items, making it the ideal gift for birthdays, holidays, last-minute thank you gestures, or any special occasion.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B0DHYGWYJ6",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.FRD4XH5EK4OQK6L7JZ5WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQVYPW6AO3M7QR77QC46LIQVOWDVLREY533AGVM5QFWZJ2D4QGOU64BNPDUSSASVF2T6YAPERWI3CU53GSDFEYDOZLAM7TBATVTFBCSWAO73BKZPVXQFIMETWQT3UQ5FOCA",
"includedDataTypes": {},
"features": [
"Recommended if you own a home, have charitable donations, high medical expenses and need to file both Federal & State Tax Returns",
"Includes 5 Federal e-files and 1 State via download. State e-file sold separately. Get U.S.-based technical support (hours may vary).",
"NEW. Live Tax Advice: Connect with a tax expert and get one-on-one advice and answers as you prepare your return (fee applies)",
"Get your taxes done right and your maximum refund",
"Maximizes 375+ deductions and credits",
"Up-to-date on the latest tax laws",
"Imports prior year data from TurboTax and other tax software",
"Easily imports W-2s, investment & mortgage information from participating companies",
"Audit Risk Meter checks your return for audit triggers and Double-checks your tax return so you can file with complete confidence.",
"Attention MAC Users: MacOS Ventura 13 or Sonoma 14 is required for TurboTax Desktop 2024."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "43230000",
"title": "Software",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "TurboTax Deluxe 2024 Tax Software, Federal & State Tax Return [PC/MAC Download]",
"url": "https://www.amazon.com/dp/B0DHYGWYJ6?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Intuit",
"Date First Available": "September 25, 2024",
"Manufacturer": "Intuit",
"ASIN": "B0DHYGWYJ6"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Platform For Display",
"dimensionValues": [
{
"index": 0,
"displayString": "PC Download"
},
{
"index": 1,
"displayString": "PC/MAC Download"
}
]
},
{
"index": 1,
"displayString": "Edition",
"dimensionValues": [
{
"index": 0,
"displayString": "Basic - Federal"
},
{
"index": 1,
"displayString": "Business - Federal"
},
{
"index": 2,
"displayString": "Deluxe - Federal"
},
{
"index": 3,
"displayString": "Deluxe - Federal & State"
},
{
"index": 4,
"displayString": "Home & Business - Federal & State"
},
{
"index": 5,
"displayString": "Premier - Federal & State"
}
]
}
],
"variations": [
{
"asin": "B0DHYL1TLZ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0DHYGLRM9",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DHYJ23KG",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0DHYGWYJ6",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B0DHYHPSMC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B0DHYH1R3N",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 5
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "TurboTax® 2024 – File your taxes with 100% confidence TurboTax® is tailored to your unique situation. It searches over 375 deductions and credits and handles even the toughest tax situations, so you can be confident you’re getting every dollar you deserve. • Recommended if you own a home, have charitable donations, high medical expenses, and need to file both Federal & State Tax Returns • Includes 5 Federal e-files and 1 State via download. State e-file sold separately. Get U.S.-based technical support (hours may vary). • Your downloaded software resides on your computer, so you can view and manage your tax data (Intuit Account required) • TurboTax coaches you and double checks your return as you go • Up-to-date on the latest tax laws so you have the latest information • Get a head start by importing your info from last year's TurboTax return or other tax software • Track and value items you donate to charities with ItsDeductible • Avoid mistakes by importing W-2s, investment & mortgage information from participating companies • Audit Risk Meter checks your return for audit triggers and shows your risk level of a tax audit • Before you file, TurboTax runs thousands of checks to help identify missing deductions or credits. Attention MAC Users: MacOS Ventura 13 or Sonoma 14 is required for TurboTax Desktop 2024.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Software",
"url": "https://www.amazon.com/gp/bestsellers/software?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B004LLIKVU",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.GARCIXSHFJIGKK6X2YNGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZU4HVL42Y6WQZGO6MAAG7WP44RM5PZR4OK3IAVTH2H45Q3BWUTBT6NSSUPNB4JVHIBQRBR4TQ46UFRM4GMOSSPYAZKTEYSDEOLGKGG6UIN33CA3XEUGLL4VEXB26HVHRQ",
"includedDataTypes": {},
"features": [
"Amazon.com Gift Cards never expire and carry no fees.",
"Multiple gift card designs and denominations to choose from.",
"Redeemable towards millions of items store-wide at Amazon.com or certain affiliated websites.",
"Available for immediate delivery. Gift cards sent by email can be scheduled up to a year in advance.",
"No returns and no refunds on Gift Cards.",
"Amazon.com Gift Cards can only be used to purchase eligible goods and services on Amazon.com and certain related sites as provided in the Amazon.com Gift Card Terms and Conditions. To purchase a gift card for use on an Amazon website in another country, please visit: Amazon.ca, Amazon.cn, Amazon.fr, Amazon.de, Amazon.in, Amazon.it, Amazon.co.jp, Amazon.co.uk, Amazon.es, or Amazon.com.au."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon eGift Card - (Instant Email or Text Delivery)",
"url": "https://www.amazon.com/dp/B004LLIKVU?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Amazon",
"Brand Name": "Amazon",
"Date First Available": "January 1, 2011",
"Has Merchant Restrictions": "Yes",
"Item model number": "307_US_Email",
"ASIN": "B004LLIKVU",
"Item Weight": "11.68 ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Denomination",
"dimensionValues": [
{
"index": 0,
"displayString": "0"
}
]
},
{
"index": 1,
"displayString": "Design Name",
"dimensionValues": [
{
"index": 0,
"displayString": "Amazon Logo (Animated)"
},
{
"index": 1,
"displayString": "Amazon Logo - Classic (Animated)"
},
{
"index": 2,
"displayString": "Amazon Smile (Animated)"
},
{
"index": 3,
"displayString": "Smile Orange (Animated)"
}
]
}
],
"variations": [
{
"asin": "B07PCMWTSG",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B01M1NQ1CE",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0F2N2PM18",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B004LLIKVU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Send the perfect gift with an Amazon eGift Card - delivered to their email or phone with fun animated designs. Add your personal message and choose any amount between $5-$2,000, knowing your gift never expires. Recipients can redeem their eGift card across millions of items, making it the ideal gift for birthdays, holidays, last-minute thank you gestures, or any special occasion.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Teens",
"url": "https://www.amazon.com/gp/bestsellers/gift-cards/120225712011?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B009108SGS",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.ZCIZWSCUOMVVSLSYITHGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ6EVHJCYLKDKYRUKX4GND3RKEAVG4HDMNR4N3KILI6OUSOAN6L75AFNIQRGK5DZESBBNEFHQ4CSG2U4OAVGGG3IABPJZYX3NVJTSAPXO2JZ7FXPGW3GVANHICRO255AYEA",
"includedDataTypes": {},
"features": [
"COMPATIBLE WITH APPLE AIRTAG: Apple includes a Duracell CR2032 in new AirTag devices. The Duracell CR2032 with bitter coating to help discourage swallowing is the recommended 2032 battery for Apple AirTag.",
"BITTER TASTE DISCOURAGES SWALLOWING: Duracell Lithium Coin batteries are the only batteries with a non toxic, bitter coating to help discourage swallowing",
"CHILD SECURE PACKAGING makes Duracell Lithium Coin battery packaging nearly impossible to open without scissors",
"RELIABLE POWER: The Duracell 2032 3V Lithium Coin battery powers both everyday and essential home devices, including key fobs, remote controls, glucose monitors, thermometers, Apple AirTag and many more",
"GUARANTEED FOR 10 YEARS IN STORAGE: Holds power up to a decade in storage, so you can be confident these batteries will be ready when you need them",
"LONG-LASTING BATTERIES DESIGNED FOR DEPENDABILITY: Duracell 2032 Lithium Coin Batteries deliver the long-lasting power and performance you can count on for devices throughout the home or on-the-go",
"#1 TRUSTED BATTERY BRAND – From storm season to medical needs to the holidays, Duracell is the #1 trusted battery brand; 2032 3V Lithium Coin batteries available in 1-, 2-, 4-, 6-, 8-, and 9- count packs"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "26111711",
"title": "Lithium batteries",
"type": "UNSPSC"
},
{
"taxonomyCode": "27050403",
"title": "Rechargeable battery",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Duracell 2032 Lithium Battery. 4 Count Pack. Child Safety Features. Compatible with Apple AirTag, Key Fob, and other devices. CR2032 Lithium 3V Cell. 2032 Battery, Lithium Coin Battery",
"url": "https://www.amazon.com/dp/B009108SGS?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "December 10, 2012",
"Reusability": "Single Use",
"Unit Count": "4.0 Count",
"Recommended Uses For Product": "Thermometer, Apple AirTag, Key Fob",
"Global Trade Identification Number": "00041333663913",
"UPC": "041333663913",
"ASIN": "B009108SGS",
"Battery Cell Composition": "Lithium Metal",
"Batteries": "1 Lithium Metal batteries required. (included)",
"Product Dimensions": "0.19 x 3.75 x 4.5 inches; 0.64 ounces",
"Is Discontinued By Manufacturer": "No",
"Department": "Unisex-Adult",
"Number of Batteries": "1 Lithium Metal batteries required. (included)",
"Antenna Location": "Thermometer, Apple AirTag, Key Fob",
"Voltage": "3 Volts",
"Item Height": "4.5 inches",
"Amperage": "4 Amps",
"Manufacturer": "Duracell Distributing, Inc",
"Built-In Media": "2032 Lithium Coin Batteries",
"Item Type Name": "4 pack battery",
"Warranty Description": "Limited warranty",
"Model Name": "cr2032 x4ct",
"Battery Cell Type": "Lithium Metal",
"Item dimensions L x W x H": "0.19 x 3.75 x 4.5 inches",
"Item model number": "2032x4ct-US",
"Model Number": "2032x4ct-US",
"Brand": "DURACELL",
"Battery Weight": "3.14 Grams",
"Item Dimensions": "0.19 x 3.75 x 4.5 inches",
"Item Weight": "0.04 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Featuring the long-lasting Duracell Lithium Coin 2032 cell batteries with power you can count on! Designed with precision for seamless compatibility for your most important devices like Apple AirTag. Experience unparalleled safety with their unique bitter coating, specially formulated to deter accidental swallowing. With child-resistant packaging, Duracell prioritizes safety and power.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 1,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Coin & Button Cell Batteries",
"url": "https://www.amazon.com/gp/bestsellers/hpc/389581011?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B09RX35JF7",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.CXXHVOENMUBV7U74JXBGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQVFU4ZQ2UELXYZLD72RID4EWFUUHN4JQVAGTJHCRKK2L5FMM44KJLYW7FAP4IV7O42UC3DGSZZKIJZYWHTZVEILKDN5LFVAQXWEKINAQ7RXHO6DAFVLIC5YNE2S3F6DO2Q",
"includedDataTypes": {},
"features": [
"Amazon.com Gift Cards do not expire and carry no fees.",
"Multiple gift card designs and denominations to choose from.",
"Redeemable towards millions of items store-wide at Amazon.com or certain affiliated websites.",
"Available for immediate delivery. Gift cards sent by email can be scheduled up to a year in advance.",
"No returns and no refunds on Gift Cards.",
"Amazon.com Gift Cards can only be used to purchase eligible goods and services on Amazon.com and certain related sites as provided in the Amazon.com Gift Card Terms and Conditions. To purchase a gift card for use on an Amazon website in another country, please visit: Amazon.ca, Amazon.cn, Amazon.fr, Amazon.de, Amazon.in, Amazon.it, Amazon.co.jp, Amazon.co.uk, Amazon.es, or Amazon.com.au."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "64151505",
"title": "Digital currency (inc. Digital Gift card)",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon eGift Card - Any Occasion - (Instant Email or Text Delivery)",
"url": "https://www.amazon.com/dp/B09RX35JF7?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Amazon",
"Brand Name": "Amazon",
"Date First Available": "February 6, 2022",
"Has Merchant Restrictions": "No",
"Manufacturer": "Amazon",
"Item model number": "307_US_Email",
"ASIN": "B09RX35JF7"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Denomination",
"dimensionValues": [
{
"index": 0,
"displayString": "0"
}
]
},
{
"index": 1,
"displayString": "Design Name",
"dimensionValues": [
{
"index": 0,
"displayString": "Autumn Trees (Animated)"
},
{
"index": 1,
"displayString": "Cherry Blossoms (Animated)"
},
{
"index": 2,
"displayString": "Confetti Sprinkles (Animated)"
},
{
"index": 3,
"displayString": "Creative Critters (Animated)"
},
{
"index": 4,
"displayString": "Dazzling Fireworks (Animated)"
},
{
"index": 5,
"displayString": "Delicious Desserts (Animated)"
},
{
"index": 6,
"displayString": "Disco Dancer (Animated)"
},
{
"index": 7,
"displayString": "Gleaming Gold Dots (Animated)"
},
{
"index": 8,
"displayString": "Rainbow Gradient (Animated)"
},
{
"index": 9,
"displayString": "Sun Burst Rays (Animated)"
}
]
}
],
"variations": [
{
"asin": "B09F1S3QVS",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B09QPYZCFK",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0CTQZTJ19",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0F2N2Q3BM",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B09RX35JF7",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B09KXT1HLH",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B07CLMP15H",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B0DJ2NC1D8",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 7
}
]
},
{
"asin": "B09DCN61K4",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 8
}
]
},
{
"asin": "B09X25CNFC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 9
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Send the perfect gift with an Amazon eGift Card - delivered to their email or phone with fun animated designs. Add your personal message and choose any amount between $5-$2,000, knowing your gift never expires. Recipients can redeem their eGift card across millions of items, making it the ideal gift for birthdays, holidays, last-minute thank you gestures, or any special occasion.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B0CPWYVX6H",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.CCJOFRZEKWSLF72FLXEWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQTLQHBC5ZNU3WJG3ASCRR5F7VPL37QDHRK5YRXLRHOH6LTSRB4476CGJI5BEYHZW335V36OGOKK2SDHO4EPUVKPRH2SX2NECHCEE66TMCKC3NG6FWKKNJZ6PK5MZAMNJYA",
"includedDataTypes": {},
"features": [
"Energizer 2450 Lithium Coin Battery with child resistant packaging",
"Delivers long-lasting, dependable performance in specialty devices like heart rate monitors, remotes, keyless entry systems, glucose monitors, toys, and games",
"Holds power for up to 12 years in storage, ensuring you have Lithium Coin Batteries ready when you need them",
"Cell size: 2450; IEC: CR2450; Type: Lithium Coin; Volt: 3",
"Replacement for: L52, DL2450, and 5029LC",
"These lithium batteries can withstand a wide temperature range, from -22� to 140� F"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "26111700",
"title": "Batteries and cells and accessories",
"type": "UNSPSC"
},
{
"taxonomyCode": "27050000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Energizer 2450 Lithium Coin Battery, 2 Pack",
"url": "https://www.amazon.com/dp/B0CPWYVX6H?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Warranty Description": "Manufacturer",
"Date First Available": "June 9, 2016",
"Model Name": "cr2450",
"Battery Cell Type": "Lithium",
"Reusability": "Single Use",
"Unit Count": "2 Count",
"Item dimensions L x W x H": "10 x 6 x 1 inches",
"Recommended Uses For Product": "Watch",
"Item model number": "2450BP-2N",
"UPC": "039800137449",
"ASIN": "B0CPWYVX6H",
"Battery Cell Composition": "Lithium",
"Batteries": "2 Lithium Ion batteries required.",
"Model Number": "2450BP-2N",
"Product Dimensions": "10 x 6 x 1 inches; 0.48 ounces",
"Is Discontinued By Manufacturer": "No",
"Brand": "Energizer",
"Number of Batteries": "2 Lithium Ion batteries required.",
"Antenna Location": "Watch",
"Voltage": "3 Volts",
"Item Height": "1 inches",
"Manufacturer": "Energizer",
"Battery Weight": "19 Grams",
"Item Dimensions": "10 x 6 x 1 inches",
"Item Weight": "13.61 g"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Count (Pack of 2)"
}
]
}
],
"variations": [
{
"asin": "B0CPWYVX6H",
"variationValues": [
{
"index": 0,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Don’t let their small size fool you: This Energizer 2450 Lithium Coin 3-Volt Battery delivers big time on long-lasting, dependable power for your coin-battery-operated items. From heart rate or glucose monitors, to remotes, keyless entry systems, key fobs, watches, toys and games, and even more specialized devices, our CR2450 coin batteries are compatible with the devices that fit your life, so you can keep going. These reliable and durable Energizer Coin Lithium Batteries are able to withstand a wide range of temperatures (from -22º to 140º F) and can hold power in storage for up to eight years, giving you coin battery power you can depend on. Responsibly designed with zero mercury, it’s easy to see why Energizer Lithium CR2450 Coin Batteries are the right choice for your specialty devices.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "1070527718",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.EGIHFJAIIABWHIRIOL4WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXVBRQT54QFE6SKVNSFVBY5QKAF3DG7S52O5NOCSQL5JT7AK5UMYEGANND3H7R26GQ56YDPRPZE32ZDOWMLUYSTAJ2R677TZMQDWUGWKZ7LGPQLCSLOWDEAJ33JXGBRH2Q",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55101500",
"title": "Printed publications",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Dad, I Want to Hear Your Story: A Father’s Guided Journal To Share His Life & His Love (Hear Your Story Books)",
"url": "https://www.amazon.com/dp/1070527718?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "The Gift Your Father Will Enjoy and AppreciateDad, I Want to Hear Your Story is the popular and cherished way for Fathers to share the memories and joys of their life while also creating a cherished legacy for you and the entire family.This is the Original and Best-Selling Way for Your Dad to Share His Life StoryDad, I Want to Hear Your Story will guide your Father with prompts and questions, making it fun and easy for him to share the stories of his childhood, teens, and adult years. This will be the tale of his life, his victories, his challenges, and his lessons. You will give your Dad a gift he will cherish while also giving yourself the gift of knowing him a little bit better.\n\nThink of all you will learn about your Dad when you read the stories of his life experiences. What will he share? What will you discover? What will you learn?Imagine Discovering the Details of His Amazing Life and Journey.Bestselling author Jeffrey Mason and Hear Your Story Books have expertly created this incredibly popular series of guided journals that have helped thousands share their story, chronicle their memories, and create a forever legacy for their families.Newly Expanded and Upgraded. More Prompts, More Pages, and More Space for your Dad to Share His Life and His Story with You! Over 250 expertly created guided prompts to make it simple for your father to share his memories with you.Each question has plenty of room for your Dad to write and share his life stories.Give your father the original memory-guided journal. Over tens of thousands have been bought for and cherished by Dads all over the world.100% designed, created, and printed in the US.Available in Softback and Hardback Versions.\"My Dad loved telling us all of his stories.\" - Samuel Robert\"I gave this book to my Dad for Christmas and he told me it was his favorite gift.\" - Christy Harris\"I learned so much about my Dad because of this wonderful book.\" -Joe CostaOrder Dad I Want to Hear Your Story and give your Father the gift that will continue to give as the years go by.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Books",
"url": "https://www.amazon.com/gp/bestsellers/books?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B0F2Z55C8N",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.U7LMPOUKOKGPZB43M26GI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZE4T27JN5MXB4DSI77MD7IF6DXUHRQ5BD4GHCESW2I5DEGOOLJZGERV6SZTN35TM42A5H6KFO5DUDI7FORPWLUOH6HPFYPPFQ272T2AHW74GDEEOCDJEFPYO3DWKZA5EQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111512",
"title": "Music on tape or compact disc",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "King Of Hearts",
"url": "https://www.amazon.com/dp/B0F2Z55C8N?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 3, 2025",
"Run time": "1 hour and 13 minutes",
"Number of discs": "1",
"Label": "Provident Music Group",
"Contributor": "Brandon Lake",
"UPC": "198029156829",
"ASIN": "B0F2Z55C8N",
"Product Dimensions": "5.5 x 0.4 x 4.8 inches; 4 ounces",
"Brand": "PROVIDENT MUSIC GROUP",
"Publication Date": "June 13, 2025",
"Language": "English",
"Original Release Date": "2025",
"Manufacturer": "Provident Music Group",
"Genre": "contemporary-christian-music"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "King Of Hearts is the 4th studio album from 5x GRAMMY Award-winning artist, songwriter, and worship leader, Brandon Lake. Following his 2023 breakthrough album ‘COAT OF MANY COLORS’ which spawned massive hits like “PRAISE YOU ANYWHERE” and “COUNT ‘EM”, ‘King Of Hearts’ is a natural progression and a sonic level-up from Lake’s previous work. Featuring the 15-week radio No. 1 song “That’s Who I Praise,” as well as the massive cross-genre collaboration with Jelly Roll, “Hard Fought Hallelujah,” this album is poised to impact lives of current Lake fans, while bringing brand new listeners into the fold. The 16-track album includes collaborations with Hulvey, Hank Bentley, Country music superstar Jelly Roll, and Gospel legend Cece Winans, and explores a wide sonic landscape. From the hard-hitting, in-your-face anthem “SEVENS,\" to the personal lyric and poetic melody of “Daddy’s DNA,” to the album’s more tender worship moments like “The Half Has Not Been Told” and “Great I Am Can,\" each track offers a message of hope and inspiration in its own way, always pointing back to Jesus, the KING OF HEARTS.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Christian Pop & Contemporary",
"url": "https://www.amazon.com/gp/bestsellers/music/468418?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
],
"isBundledAsin": null
},
{
"asin": "B0F4RRHCRC",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.7XGEW3LNATY7D75TWEIGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ2YA3BFG7BV4IDFILOXKD3DEBJOF4SFXYBM63S3JDC4M6BRBQDFIZMJQ3PLUV6UYPTS3NJIMBCKVY7POGBF3A75RNSYOXYHBLUPB52OLKYO2XHSEGG3QCBIUYQW4TUPA4Q",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "The Chosen",
"url": "https://www.amazon.com/dp/B0F4RRHCRC?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 8, 2025",
"Language": "English",
"ASIN": "English",
"Genre": "av_subgenre_drama_biopic, Drama > Biography, Drama > Historical, Drama, av_genre_historical, av_subgenre_drama_historical, Historical, av_genre_drama"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B0DLJCCKXS",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.7VWBA4ORSTJ3F6DNOA2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQW2VEHV4FI2LOGO3LFVBYPKTKJVPQ6C22EQTP62GOA2O76LFCNHONHSOEE3LFOPC7QMTN46W2RUOAUHOYEZEPO5G7XTBZ5SF36BBLU622BXJMADWANAAVHNPB2R6G2AKFQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55111516",
"title": "Internet based television or motion picture program",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Mission: Impossible - Dead Reckoning",
"url": "https://www.amazon.com/dp/B0DLJCCKXS?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 13, 2024",
"Runtime": "2 hours and 37 minutes",
"Language": "French",
"Publication Date": "July 25, 2024",
"Contributor": "Christopher McQuarrie, Ving Rhames, David Ellison, Hayley Atwell, Chris Brock, Susan E. Novick, Tom Cruise, Dana Goldberg, Don Granger, Tommy Gormley, Erik Jendresen",
"ASIN": "Christopher McQuarrie, Ving Rhames, David Ellison, Hayley Atwell, Chris Brock, Susan E. Novick, Tom Cruise, Dana Goldberg, Don Granger, Tommy Gormley, Erik Jendresen",
"Genre": "Action, av_genre_action",
"Studio": "SOCIETE D EDITION DE CANAL PLUS"
},
"productDetails": {
"Default": {
"MPAA Rating": "MPAA Rating: PG-13 (Parents Strongly Cautioned)",
"CC": "CC"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
},
{
"asin": "B075NTHVJW",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.LBHXPH2VZUZXRXHEZPCGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ5Y5JILQFVIMFXIFPTBKV7KHQWWILZAVHUXFM3YYQLK2MVB6GMGMWAEVCZFMPUFDKKLG4NWDFJCCDN2QZN4AAHFDNJM7TH3AIPI2RVVZVOJNEO3APK7L3CCGMQWHIXF4UQ",
"includedDataTypes": {},
"features": [
"100% free forever",
"The largest library in the streaming universe",
"New stuff added every week",
"All the best shows, movies, live TV & Originals",
"No subscription fees ever",
"Create an account for perks like better recommendations (still free forever)",
"Tubi Kids creates a safe stream for the littles that won’t mess with yours",
"Tubi Español offers Spanish language entertainment",
"Tubi Originals like award-winning Boarders and Big Mood & so much more!!!!"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "43230000",
"title": "Software",
"type": "UNSPSC"
},
{
"taxonomyCode": "19210000",
"title": "Software (client operating system)",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Tubi: Watch Free Movies & TV Shows",
"url": "https://www.amazon.com/dp/B075NTHVJW?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Tubi, Inc",
"Date First Available": "October 17, 2017",
"Compatible Devices": "ANTHEMNA1, PRO1, A39JVDSD1CEZZJ1, SHINAEU1, APPDP84LXD1CH1, GINJP1, A14YWQPSV44K041, SHINA1, POLEU1, FTH, TOREU1, SHLY1, A22NCKSNSLB9TD1, SNE1, HAIP1, SHIBA1, HAD1, DAHL1, GROV1, NVD1, EC1, SYC1, SPRC1, ANTHEM1, BRANT1, MC1, CAL1, FTVETSTEST1, HOY1, MANG1, OLH1, GROVEU1, AZDQ9AW1RNF811, SPHC1, MRSIL1, LASS1, CALADAN1, AI35YCX1PFQR51, COY1, MNS1, DUC1, KAIUK2K1, SLC1, A7GMAMYSB346U1, DESHN1, ANTEU1, STC1, AEEG5E1G285FR1, MALMO1, ANN1, GAZ1, POLNA1, KAIUS2K1, A24RKULTTZFSKQ1, EKC1, AAZL4D212X7YY1, A3J4X8RXHD1WVH1, A1HI7K3N9MHZH01, FVDIN, TAC1, A3IEBEXETO8KSG1, MALLARD1, KHAKI1, A3QDIE7KZVQQNI1, HAI1, MON1, A1DSGGDBKURFXQ1, CINEW1, ACA1, KAITAIN1, HAZ1, ARRAKIS1, RVNC1, FLORIDA1, A3MVGX2N7MOKQ1, A1SB40V9PX6TYQ1, CAPS1, A27N3MSGVJLOCR1, AAF5YKA9BX7FZ1, BRND41, CUPEU1, PST1, HYDROGEN1, SHE1, CYP1, NAUNA1, SHINANA1, WYGJPNF, MANT1, A2HHPD8ZY39QXP1, AM16UT4VHFU3O1, MER1, HECT1, KARAT1, MRC1, LILAC1, DSH1, A24OQ98WKSFB5O1, KAIDE4K1, HUBBL1, GOLD1, A1NWV2UTJPGJ911, FOUNTAINHEAD9603EMULATOR1, CUPNA1, A235N1UFG4G8OY1, NAUEU1, ROSC1, A1FWARJ041K3RF1, ALM1, AJBR4RLC7RHCZ1, NEMESIA1, MONH1, BRND411, FSOTEST21, SHEP1, DELPHINIUM1, BLC1, FST1, GRO1, JUL1, A5HH0C7EXZPLU1, KAR1, SHIEU1, A74PN0NN1Q9CQ1, VALE1, A3UIZCUI1ZPT2G1, A281UCUO6ZIIOD1, NC1, WIN1, KAIUK4K1, JOY1",
"Publication Date": "February 26, 2025",
"Original Release Date": "2017",
"Manufacturer": "Tubi, Inc",
"Hardware Platform": "Android",
"ASIN": "B075NTHVJW",
"Operating System": "Vega"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [],
"isBundledAsin": null
}
]
}
EAN
Include these fields in the request to search for products by their EAN:
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | ean | This field restricts the returned results to this specified EAN. EAN is a merchant-specific identifier. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&searchRefinements=&keywords=paper&ean=0123456789012
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&searchRefinements=&keywords=paper&eanValues=0123456789012"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided EAN.
{
"matchingProductCount": 306,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Alexa Skills",
"searchRefinementValue": "node#13727921011"
},
{
"displayName": "Amazon Devices & Accessories",
"searchRefinementValue": "node#16333372011"
},
{
"displayName": "Appliances",
"searchRefinementValue": "node#2619525011"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "node#2350149011"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "node#2617941011"
},
{
"displayName": "Audible Books & Originals",
"searchRefinementValue": "node#18145289011"
},
{
"displayName": "Automotive",
"searchRefinementValue": "node#15684181"
},
{
"displayName": "Baby Products",
"searchRefinementValue": "node#165796011"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "node#3760911"
},
{
"displayName": "Books",
"searchRefinementValue": "node#283155"
},
{
"displayName": "CDs & Vinyl",
"searchRefinementValue": "node#5174"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "node#2335752011"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"searchRefinementValue": "node#7141123011"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "node#4991425011"
},
{
"displayName": "Credit & Payment Cards",
"searchRefinementValue": "node#3561432011"
},
{
"displayName": "Digital Music",
"searchRefinementValue": "node#163856011"
},
{
"displayName": "Electronics",
"searchRefinementValue": "node#172282"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "node#10272111"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "node#2238192011"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "node#16310101"
},
{
"displayName": "Handmade Products",
"searchRefinementValue": "node#11260432011"
},
{
"displayName": "Health & Household",
"searchRefinementValue": "node#3760901"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "node#8098158011"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "node#1055398"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "node#16310091"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "node#133140011"
},
{
"displayName": "Magazine Subscriptions",
"searchRefinementValue": "node#599858"
},
{
"displayName": "Movies & TV",
"searchRefinementValue": "node#2625373011"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "node#11091801"
},
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
},
{
"displayName": "Patio, Lawn & Garden",
"searchRefinementValue": "node#2972638011"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "node#2619533011"
},
{
"displayName": "Software",
"searchRefinementValue": "node#229534"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "node#3375251"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "node#228013"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "node#165793011"
},
{
"displayName": "Video Games",
"searchRefinementValue": "node#468642"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
},
{
"selectionType": "InsteadSelect",
"displayValue": "Delivery Day",
"refinementValues": [
{
"displayName": "Get It Today",
"searchRefinementValue": "SSI$p_90#BN$8308920011"
},
{
"displayName": "Get It by Tomorrow",
"searchRefinementValue": "SSI$p_90#BN$8308921011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Prime",
"refinementValues": [
{
"displayName": "Prime Eligible",
"searchRefinementValue": "SSI$p_85#BN$2470955011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Shipping Options",
"refinementValues": [
{
"displayName": "Free Shipping by Amazon",
"searchRefinementValue": "SSI$p_76#BN$2661625011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Customer Reviews",
"refinementValues": [
{
"displayName": "4 Stars & Up",
"searchRefinementValue": "SSI$p_72#BN$2661618011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Deals & Discounts",
"refinementValues": [
{
"displayName": "All Discounts",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566065011"
},
{
"displayName": "Today's Deals",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566064011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Condition",
"refinementValues": [
{
"displayName": "New",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461716011"
},
{
"displayName": "Used",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461718011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "More-sustainable Products",
"refinementValues": [
{
"displayName": "Climate Pledge Friendly",
"searchRefinementValue": "SSI$p_n_cpf_eligible#BN$21512497011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Subscription Options",
"refinementValues": [
{
"displayName": "Subscribe & Save Eligible",
"searchRefinementValue": "SSI$p_n_is_sns_available#BN$2617006011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Local Stores",
"refinementValues": [
{
"displayName": "Amazon Fresh",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075438011"
},
{
"displayName": "Whole Foods Market",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075437011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "FSA or HSA Eligible",
"refinementValues": [
{
"displayName": "FSA or HSA Eligible",
"searchRefinementValue": "SSI$p_n_hba_program#BN$17904039011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "SNAP EBT",
"refinementValues": [
{
"displayName": "SNAP EBT Eligible",
"searchRefinementValue": "SSI$p_n_program_participation#BN$17428820011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Seller Type",
"refinementValues": [
{
"displayName": "Business Seller",
"searchRefinementValue": "SSI$p_amazon_business_seller#BN$15156999011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Certified",
"refinementValues": [
{
"displayName": "Auto Replenishment",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741514011"
},
{
"displayName": "Works with Alexa",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741513011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Global Store",
"refinementValues": [
{
"displayName": "Amazon Global Store",
"searchRefinementValue": "SSI$p_n_is-global-store-asin#BN$16354393011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "International Shipping",
"refinementValues": [
{
"displayName": "International Shipping Eligible",
"searchRefinementValue": "SSI$p_n_shipping_option-bin#BN$3242350011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Business Ownership & Diversity Seller Certifications",
"refinementValues": [
{
"displayName": "Registered Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490165011"
},
{
"displayName": "Women-Owned Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490166011"
},
{
"displayName": "Women-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490167011"
},
{
"displayName": "Economically Disadvantaged Woman-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490168011"
},
{
"displayName": "Veteran-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490169011"
},
{
"displayName": "Service Disabled Veteran Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490170011"
},
{
"displayName": "Minority-Owned Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490171011"
},
{
"displayName": "SBA-Certified 8(a) Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490172011"
},
{
"displayName": "SBA-Certified HUB Zone Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490173011"
},
{
"displayName": "SBA-Certified Small Disadvantaged Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490174011"
},
{
"displayName": "LGBT Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490175011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Customizable Products",
"refinementValues": [
{
"displayName": "Customizable",
"searchRefinementValue": "SSI$p_n_customizable_template_name#BN$16031489011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Availability",
"refinementValues": [
{
"displayName": "In Stock Only",
"searchRefinementValue": "SSI$p_n_availability#BN$2661600011"
},
{
"displayName": "Include Out of Stock",
"searchRefinementValue": "SSI$p_n_availability#BN$2661601011"
}
]
}
],
"refinements": {
"categories": [
{
"displayName": "Alexa Skills",
"id": "ALEXA_SKILLS"
},
{
"displayName": "Amazon Devices & Accessories",
"id": "AMAZON_DEVICES_ACCESSORIES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Apps & Games",
"id": "APPS_GAMES"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_CRAFTS_SEWING"
},
{
"displayName": "Audible Books & Originals",
"id": "AUDIBLE_BOOKS_ORIGINALS"
},
{
"displayName": "Automotive",
"id": "AUTOMOTIVE"
},
{
"displayName": "Baby Products",
"id": "BABY_PRODUCTS"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY_PERSONAL_CARE"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "CDs & Vinyl",
"id": "CDS_VINYL"
},
{
"displayName": "Cell Phones & Accessories",
"id": "CELL_PHONES_ACCESSORIES"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"id": "CLOTHING_SHOES_JEWELRY"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES_FINE_ART"
},
{
"displayName": "Digital Music",
"id": "DIGITAL_MUSIC"
},
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_GOURMET_FOOD"
},
{
"displayName": "Handmade Products",
"id": "HANDMADE_PRODUCTS"
},
{
"displayName": "Health & Household",
"id": "HEALTH_HOUSEHOLD"
},
{
"displayName": "Home & Business Services",
"id": "HOME_BUSINESS_SERVICES"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_KITCHEN"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL_SCIENTIFIC"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Magazine Subscriptions",
"id": "MAGAZINE_SUBSCRIPTIONS"
},
{
"displayName": "Movies & TV",
"id": "MOVIES_TV"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Patio, Lawn & Garden",
"id": "PATIO_LAWN_GARDEN"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Software",
"id": "SOFTWARE"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_OUTDOORS"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_HOME_IMPROVEMENT"
},
{
"displayName": "Toys & Games",
"id": "TOYS_GAMES"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
}
],
"subCategories": [],
"availabilityOptions": [
{
"displayName": "In Stock Only",
"id": "InStockOnly"
},
{
"displayName": "Include Out of Stock",
"id": "IncludeOutOfStock"
}
],
"deliveryDayOptions": [
{
"displayName": "Get It Today",
"id": "GetItByToday"
},
{
"displayName": "Get It by Tomorrow",
"id": "GetItByTomorrow"
}
],
"eligibleForFreeShippingOptions": [
{
"displayName": "Free Shipping by Amazon",
"id": "FreeShippingOnly"
}
],
"primeEligible": [
{
"displayName": "Prime Eligible",
"id": "PrimeEligibleOnly"
}
]
},
"numberOfPages": 13,
"products": [
{
"asin": "B01FV0F75G",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.VC5YQWEPAWS3YPZG3JYWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQX23RFGQJ6RHB5ULOQ5CR2XQMP4C7DEXQQERPBVNRWT4VVF2DVCXU7G77DHJF5VKJ6PPP5PEODVKWSKTXIAS4CLQXEIJBTWCN5MXFAWVN5A6HIQF6HKQ4F5ZQ2SJCIQVXQ",
"includedDataTypes": {},
"features": [
"3 ream case (1,500 sheets) of 8.5 x 11 white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers and fax machines",
"Smooth 20lb weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Bright white paper (92 GE; 104 Euro) offers great contrast for crisp printing and vivid color",
"Virgin copy paper providing professional quality results; acid-free to prevent yellowing",
"Dimensions: 8.5 x 11 inch letter sized sheets; case dimensions: 11.5 x 8.75 x 6.25 inches; weight: 15 pounds"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 in, 20 lb, 3 Reams, 1500 Sheets, 92 Bright, White",
"url": "https://www.amazon.com/dp/B01FV0F75G?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 1, 2017",
"Brightness": "92",
"Number of Pieces": "1500",
"Size": "3 Reams | 1500 Sheets",
"Sheet Size": "8.5 x 11 Inches",
"UPC": "841710143102",
"Global Trade Identification Number": "00841710143102",
"ASIN": "B01FV0F75G",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "3",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ8511203R",
"Manufacturer Part Number": "AZ8511203R",
"Sheet Count": "1500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 Inches",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Sheets"
},
{
"index": 2,
"displayString": "Truckload | 4.2M Sheets"
},
{
"index": 3,
"displayString": "5 Reams | 2500 Sheets"
},
{
"index": 4,
"displayString": "8 Reams | 4000 Sheets"
},
{
"index": 5,
"displayString": "10 Reams | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 200K Sheets"
}
]
}
],
"variations": [
{
"asin": "B01FV0F8H8",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B01FV0F75G",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B06XR8PQ1M",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B01FV0F5HG",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B07K8WHH5J",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B01FV0F13E",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B06XPFW36K",
"variationValues": [
{
"index": 0,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Multipurpose Copy Printer Paper, 8.5 x 11 Inch 20Lb Paper - 3 Ream Case (1,500 Sheets), 92 GE Bright White",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Office Products",
"url": "https://www.amazon.com/gp/bestsellers/office-products?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B06XRMJPJC",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.V42WLNSE25YLRWYKVMOWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ76WMRXGVWOBXIQYCMSEA6OKZKUQ3S5UMESDYA47F3ICEG3YKBCYSOLMWPZG5R5OBPC2RRHVEHPJXUGRSHEDGNI75EXMP7GROOOVUHWOASDX752XWOSE7VGZ6O5SDZTG6A",
"includedDataTypes": {},
"features": [
"HAMMERMILL’S BEST SELLING PRINTER PAPER: You will receive one carton of copy paper, which includes 3 individual reams of paper inside. Each ream of paper has 500 sheets of 20 pounds, 92 bright, 8.5\" x 11\" white copy paper",
"99.99% JAM-FREE PRINTER PAPER: Everyone hates paper jams. You can trust Hammermill paper quality to keep your printer running smoothly. Scroll down to view the product description for details",
"COLORLOK TECHNOLOGY INCLUDED: Colors on Hammermill copy paper are 30% brighter; Blacks are up to 60% bolder and inks dry 3 times faster for less smearing. Acid-free Hammermill paper ensures long-lasting archival quality",
"MADE IN USA: Hammermill copying and printing papers are 100% made in the USA, helping to support 2.4 million sustainable forestry jobs in America, including family tree farmers. Hammermill is more than just paper",
"MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: Look for “Ships from and sold by” at the top of the page, under the product title",
"OTHER PAPER OPTIONS: Scroll down to compare Hammermill print and copy paper for every purpose, including premium presentation-quality color copy paper, cover-weight paper stock, and glossy paper for photo printing"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, 20 Lb Copy Paper, 8.5 x 11 - 3 Ream (1,500 Sheets) - 92 Bright, Made in the USA, 500 Count (pack of 3)",
"url": "https://www.amazon.com/dp/B06XRMJPJC?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 16, 2017",
"Brightness": "92",
"Number of Pieces": "500",
"Size": "3 Ream | 1500 Sheets",
"Sheet Size": "8.5 x 11",
"Global Trade Identification Number": "50010199113622",
"ASIN": "B06XRMJPJC",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Sylvamo",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "3",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "113620C",
"Manufacturer Part Number": "113620",
"Sheet Count": "1500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "8 Ream | 4000 Sheets"
},
{
"index": 4,
"displayString": "10 Ream | 5000 Sheets"
},
{
"index": 5,
"displayString": "Pallet | 100k Sheets"
},
{
"index": 6,
"displayString": "Pallet | 150k Sheets"
},
{
"index": 7,
"displayString": "Pallet | 192k Sheets"
},
{
"index": 8,
"displayString": "Pallet | 200k Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Hole (8.5x11)"
},
{
"index": 1,
"displayString": "A4"
},
{
"index": 2,
"displayString": "Letter (8.5x11)"
},
{
"index": 3,
"displayString": "Legal (8.5x14)"
},
{
"index": 4,
"displayString": "Ledger (11x17)"
},
{
"index": 5,
"displayString": "Premium CC"
},
{
"index": 6,
"displayString": "Premium LP"
}
]
}
],
"variations": [
{
"asin": "B000EFLV7W",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000V7V0BU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B06XRMJPJC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B06XC9321S",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0185KP7QS",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B072FVQNWM",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0017DDGQE",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086XKC7SQ",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U03708C",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00006IDPA",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B01MU4RXEE",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B01GP0XPYG",
"variationValues": [
{
"index": 0,
"value": 6
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B08624VBL4",
"variationValues": [
{
"index": 0,
"value": 7
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N1WHTOL",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086XLGM6J",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B019923RZY",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B08624Y8K9",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 6
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "The Hammermill Paper 99.99% Jam-Free: You will not experience more than one jam in 10,000 sheets using Hammermill copy paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that our paper will work well for you, every time, on every machine. Make sure it's original Hammermill quality: look for “Ships from and sold by” at the top of the page, under the product title. “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill papers are made with renewable resources from certified sustainably managed forests. We want our business to last for generations and that means taking good care of our environment. This Hammermill copy paper is an economical paper for multipurpose print and copy use. It is available in 8.5 x 11 letter size paper and 8.5 x 14 legal size paper. Hammermill Copy Paper is available in a single ream (500 sheets of paper) and in cases of paper-wrapped 3 reams (1,500 sheets), 5 reams (2,500 sheets), 6 packs of 400 sheets (2,400 sheets), 8 reams (4,000 sheets), 10 reams (5,000 sheets), in a bulk pack of 750 sheets, and a single pack of 400 sheets. Also available in full pallets and truckloads. Choose from items listed at top of page in Size and style name.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B01FIK0PXI",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.7GZARB5POKE7ADSAZGYGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ45OVQ3ZOTCPIGS4NVVDEYCMWNZ6ZFCAHMEZ7WLTFFAKPUJ4PV3GLCVHLPPGJ6OQGC3NIZAKN2J2UJYHYPQP6DM44QQ5C56B4X42K4O3YPZ2CXMEEH34MHHPBW2OTOE5OA",
"includedDataTypes": {},
"features": [
"Made in USA: HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America.",
"Optimized for HP technology: All HP Papers provide premium performance on HP equipment, as well as on all other printer and copier equipment.",
"Perfect everyday office paper: Superior quality, reliability, and dependability for high-volume printing at home, at school and in the office. Perfect for everyday black and white printing.",
"Certified sustainable: HP Office20 20lb printer paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design).",
"ColorLok technology printing paper: ColorLok technology provides more vivid colors, bolder blacks and faster drying.",
"Acid free paper: HP Office 20lb print and copy paper prevents yellowing over time to ensure a long-lasting appearance for added archival quality."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "HP Printer Paper | 8.5 x 11 Paper | Office 20 lb | 3 Ream Case - 1500 Sheets | 92 Bright | Made in USA - FSC Certified | 112090C, White",
"url": "https://www.amazon.com/dp/B01FIK0PXI?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 1, 2016",
"Brightness": "92",
"Number of Pieces": "3",
"Size": "3 Ream | 1500 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "764025012096 788115115542",
"Global Trade Identification Number": "00764025012096",
"ASIN": "B01FIK0PXI",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Sylvamo",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "112090",
"Manufacturer Part Number": "112090",
"Sheet Count": "1500",
"Material Feature": "Renewable",
"Paper Finish": "Smooth",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "10 Ream I 5000 Sheets"
},
{
"index": 4,
"displayString": "Quickpack | 2500 Sheets"
},
{
"index": 5,
"displayString": "Pallet | 200000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Letter (8.5 x 11)"
},
{
"index": 1,
"displayString": "Legal (8.5 x 14)"
},
{
"index": 2,
"displayString": "Ledger (11 x 17)"
}
]
}
],
"variations": [
{
"asin": "B07GDS6PLC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00006L389",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000EFMD9C",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01FIK0PXI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B07GDS6W4W",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00ZDHASZC",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00006L385",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B079YXDYL9",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full-color presentations, you can be assured of consistent, high-quality print performance every time. HP Office20 paper is a 20 lb, Super smooth economical and multipurpose paper for Everyday printing at home, at school and in the office. HP Office20 was created specifically for high-volume Black and White printing and copying. Engineered with ColorLok technology HP Office20 paper provides brighter colors and bolder blacks for GREAT-LOOKING reports and impressive business documents. HP Office20 printer paper is available in 8. 5 x 11 letter size paper, 8. 5 x 11 3 hole punched Letter size paper, and 8. 5 x 14 legal size paper.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B001AFL8GY",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.RYTPUWY43EBN7ZRFH7IWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4ECO3AEOFH5ZEOLGMJXIWJEDZYWJWX543AIJUXSA26DTZJTCE2D5CJYKMGPECRO7KM7QD7FHY2YHFZ7C2WM32WSJGAUUSY4KBAPUWHYJHYHWEEBEYENTJHE5V4D5UVNLQ",
"includedDataTypes": {},
"features": [
"HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America. Each ream is wrapped in a polyurethane coated paper wrapper to protect the cut sheets from moisture damage",
"Sheet size – 8.5 x 11; Thickness – 20 pounds; Brightness – 92 bright white",
"HP Copy&Print20 20 pounds printer paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design)",
"All HP Papers provide premium performance on HP equipment, as well as on all other printer and copier equipment; 100% satisfaction guaranteed; ColorLok technology provides more vivid colors, bolder blacks and faster drying",
"Superior quality, reliability, and dependability for high-volume printing at home, at school and in the office; HP Copy&Print20 print and copy paper prevents yellowing over time to ensure a long-lasting appearance for added archival quality"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "HP Printer Paper | 8.5 x 11 Paper | Copy &Print 20 lb | 1 Ream Case - 500 Sheets| 92 Bright | Made in USA - FSC Certified | 200060",
"url": "https://www.amazon.com/dp/B001AFL8GY?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 29, 2008",
"Brightness": "92",
"Number of Pieces": "1",
"Size": "1 Pack | 500 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "764025200059",
"Global Trade Identification Number": "00764025200059",
"ASIN": "B001AFL8GY",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Sylvamo",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "200060",
"Manufacturer Part Number": "200060",
"Sheet Count": "500",
"Material Feature": "Renewable",
"Paper Finish": "Matte",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Pack | 500 Sheets"
},
{
"index": 1,
"displayString": "1 Pack | 750 Sheets"
},
{
"index": 2,
"displayString": "3 Pack | 1500 Sheets"
},
{
"index": 3,
"displayString": "4 Pack | 3000 Sheets"
},
{
"index": 4,
"displayString": "5 Pack | 2500 Sheets"
},
{
"index": 5,
"displayString": "10 Pack | 5000 Sheets"
},
{
"index": 6,
"displayString": "Pallet | 192000 Sheets | 64 MegaPk cases"
},
{
"index": 7,
"displayString": "Pallet | 192000 Sheets | 80 cases"
},
{
"index": 8,
"displayString": "Pallet | 200000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Bulk Pack (8.5x11)"
},
{
"index": 1,
"displayString": "Standard Size (8.5x11)"
}
]
}
],
"variations": [
{
"asin": "B001AFL8GY",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0050MRBA0",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086X8B532",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U036ZY2",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00UFX19H0",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U036ZRY",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01BLUOVWK",
"variationValues": [
{
"index": 0,
"value": 6
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01BLUOU8U",
"variationValues": [
{
"index": 0,
"value": 7
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01BLUOV4S",
"variationValues": [
{
"index": 0,
"value": 8
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP Papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP Papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard Company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full-color presentations, you can be assured of consistent, high-quality print performance every time. HP Copy&Print20 Paper is a 20 lb, super smooth, economical and multipurpose paper for everyday printing at home, at school and in the office. HP Copy&Print20 offers HP quality and reliability at a great value. Its ultra-white shade (92 bright, 155 whiteness) and ColorLok Technology provides brighter colors and bolder blacks for reports, school work and all general printing needs. HP Copy&Print20 printer paper is available in 8.5 x 11 letter size paper.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B073H4VVC7",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.LFD7WDLTPX3P6C2QOF7WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSPK3M2PSIQNZBWI6HOZZHZXPOBSGFP6CHN5Z4W3OTPZ44VPMNKZ34NRP4VIZGO7OKB5CL2ZWUXCXYKBQQ6SXVMF2JANBWSMRYRTNRMEUUC362JX622ABCCBCBMNC655RA",
"includedDataTypes": {},
"features": [
"1 ream (500 sheets total) of 8.5 x 11 inch white copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers, and fax machines",
"Smooth 20 pound weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Acid-free to prevent yellowing",
"Bright white (96 GE) offers great contrast for crisp printing and vivid color"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 20 Pound, White, 96 Brightness, 8.5 x 11 Inch, 1 Ream , 500 Sheets Total",
"url": "https://www.amazon.com/dp/B073H4VVC7?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 30, 2018",
"Brightness": "96",
"Size": "1 Ream | 500 Sheets",
"Sheet Size": "8.5 x 11 Inch",
"UPC": "841710190281",
"Global Trade Identification Number": "00841710190281",
"ASIN": "B073H4VVC7",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "96",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ851120HB1R",
"Manufacturer Part Number": "AZ851120HB1R",
"Sheet Count": "500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 Inch",
"Item Weight": "5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "5000 count(10 pack of 500 sheets)"
}
]
}
],
"variations": [
{
"asin": "B073H4VVC7",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B073HBNY9W",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics Multipurpose Copy Printer Paper - 96 Bright White, 8.5 x 11 Inches, 1 Ream (500 Sheets)",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B073H6RY3V",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.XRXH3F3LBHOQ2BQKNQRGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ67T265WVUEBT24DR3HQ7WALFJAOBN6SU2VJ6QN2UG3U47AIZZRQNTNXCNTYBMEWIG22BHARMUVSH5K4X7OZ72LNQVFF2RJL3OAW6W5Z35TQIRG5JO3O7KQPNF7VE3DDKQ",
"includedDataTypes": {},
"features": [
"3 ream case (1,500 sheets) of 8.5 x 11 white, 30% recycled multipurpose copier and printer paper for home or office use",
"Multipurpose letter size copy paper works with laser/inkjet printers, copiers and fax machines",
"Smooth 20lb weight paper for consistent ink and toner distribution; dries quickly and resists paper jams",
"Bright white paper (92 GE; 104 Euro) offers great contrast for crisp printing and vivid color",
"Acid-free paper prevents yellowing and to provide professional quality results"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics 30% Recycled Multipurpose Copy Printer Paper, 8.5\" x 11\", 3 Reams, 1500 Count (Sheets), White",
"url": "https://www.amazon.com/dp/B073H6RY3V?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "October 11, 2018",
"Brightness": "92",
"Number of Pieces": "3",
"Size": "3 Reams | 1500 Count (Sheets)",
"Sheet Size": "8.5\" x 11\"",
"UPC": "841710190243",
"ASIN": "B073H6RY3V",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Manufacturer": "Amazon",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "3",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "AZ851130R3R",
"Manufacturer Part Number": "AZ851130R3R",
"Sheet Count": "1500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5\" x 11\"",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Count (Sheets)"
},
{
"index": 1,
"displayString": "3 Reams | 1500 Count (Sheets)"
},
{
"index": 2,
"displayString": "10 Reams | 5000 Count (Sheets)"
}
]
}
],
"variations": [
{
"asin": "B073H7VJ39",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B073H6RY3V",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B073H7VJ37",
"variationValues": [
{
"index": 0,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics 30% Recycled Copy Printer Paper, 8.5 x 11 Inch 20Lb Paper - 3 Ream Case (1,500 Sheets), 92 GE Bright White",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0040ZOD04",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.DST52GGEEAHDUTFIFAAWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQTA4SGD2N26CMEW62N3CZFF22MIKZPZW7BTLF6ZLMMUKX74BKQDUBGQEHYQDTEZ7JU27YSADD6PJN5XCXY3363ASPAXANY3UU3IIET3EE6U64OLXX3N32ZEESYY65XP6HQ",
"includedDataTypes": {},
"features": [
"250 Sheets/Pack; 16 Packs of Scott® Universal Multifold Paper Towels/Case; 4,000 Sheets/Case; White; Absorbency Pockets™",
"Individual sheet size is 9.2”x9.4” (unfolded) and 3.2\"x9.4\" (folded); Packs are compressed for easy storage",
"Universal Folded Towels; Fits into most universal folded towel dispensers (alternative to c-fold paper towels, which can over-dispense)",
"Exclusive Absorbency Pockets™ soak up water fast; Designed to reduce waste",
"Meets EPA minimum standards for post-consumer waste; FSC and ECOLOGO certified; part of Kimberly-Clark Professional's Responsible Partners program"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [
{
"displayString": "Multi-Fold"
}
],
"title": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"url": "https://www.amazon.com/dp/B0040ZOD04?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 9, 2004",
"Unit Count": "16.0 Count",
"Recommended Uses For Product": "Hand Washing",
"Size": "250 Count (Pack of 16)",
"Global Trade Identification Number": "10036000018407",
"ASIN": "B0040ZOD04",
"Material Type": "Paper",
"Product Dimensions": "24.25 x 13.75 x 9.5 inches; 0.96 ounces",
"Is Discontinued By Manufacturer": "No",
"Department": "Janitorial / Maintenance & Lunchroom Supplies",
"Manufacturer": "Kimberly-Clark Professional",
"Number of Items": "16",
"Special Feature": "Absorbent, Recyclable",
"Net Content Count": "4000 Sheet",
"Material Features": "Recyclable, 40% Post-consumer Waste",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "24.25 x 13.75 x 9.5 inches",
"Color": "White",
"Item model number": "KCC01840",
"Sheet Count": "4000",
"Material": "Paper",
"Material Feature": "Recyclable, 40% Post-consumer Waste",
"Sheet Count Per Unit": "250",
"Brand": "Scott Professional",
"Brand Name": "Scott Professional",
"Item Form": "Individual Sheet",
"Additional Features": "Absorbent, Recyclable",
"Item Dimensions": "24.25 x 13.75 x 9.5 inches",
"Paper Towel Fold Type": "Multifold",
"Item Weight": "0.06 Pounds"
},
"productDetails": {
"B0040ZOD04": {
"Brand Name": "Scott Professional",
"Color": "White",
"Global Trade Identification Number": "10036000018407",
"Included Components": "1840",
"Item Weight": "0.960 ounces",
"Length": "9.4 inches",
"Material": "Paper",
"Material Feature": "Recyclable , 40% Post-consumer Waste",
"Model Number": "KCC01840",
"Number of Items": "16",
"Part Number": "KCC01840",
"Size": "250 Count (Pack of 16)",
"Special Features": "Recyclable , Absorbent",
"Specification Met": "Meets EPA Guidelines",
"Style": "Multi-Fold Towels 9.2” x 9.4”",
"Temperature Rating": "ambient: room temperature",
"UNSPSC Code": "14111700",
"Width": "9.2 inches"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Scott provides reliable balance of efficiency, performance, and value. As a business owner, quality and cost-effectiveness are important in everything you purchase. With Scott Professional Standard Roll bulk toilet paper, you can get the quality and performance you count on—and still stay within your budget. With the new paper design, our bath tissue is Unmistakably Scott branded so you'll be recognized for providing the most well-known restroom brand in your facility. Plus, the bulk rolls are individually wrapped (they're protected until you're ready to use them) and fit with most universal toilet paper dispensers. These toilet paper rolls are designed to fit into universal, cored roll dispensers. If practicality, reliability and value top your list of criteria for bathroom supplies, trust Scott Standard Roll Bath Tissue Superior quality at value prices means that Scott is always a great choice.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Manufacturing practices",
"message": "Manufactured using processes that reduce the risk of negative environmental impact.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Safer chemicals",
"message": "Made with chemicals safer for human health and the environment.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B08WQCCVHC",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.OFIYJN4EGD35OJWQLCIGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZHUFBUPDKN2IDRBH6UAIJFOWP2Y7ATCFDBJEDUU3Z3P4CBCGVDBDGNCEM2IDO7EJMJXTY3W4CYX76JOGSWARON7GBSHZZ5VLEZ2HQ4Z42ICQYJANDPTBGJGN5HP2JX3UA",
"includedDataTypes": {},
"features": [
"16 packs, 135 paper hand towels each. 2 ply. Premium quality. Folded size L 9.1\" W 3.2\" Unfolded size L 9.5\" W 9.1\" Compatible with H2 dispensers.",
"QuickDry - strongest, most absorbent towels: Thanks to the Tork QuickDry technology, the advanced disposable hand towels allow thorough and gentle drying without overuse",
"Ergonomic packaging with Tork Easy Handling: Reduces the risk of injuries and complicated transportation — scissor-free opening, integrated handle cut-outs and simple to dispose",
"1 x Carton includes 16 Packs: 135 multifold towels per pack/ total 2160 towel"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111703",
"title": "Paper towels",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Tork Premium MB579 Soft Xpress Multifold Paper Hand Towel, 3-Panel, 2-Ply, 9.125\" Width x 9.5\" Length, White (Case of 16 Packs, 135 per Pack, 2.160 Towels)",
"url": "https://www.amazon.com/dp/B08WQCCVHC?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Net Content Count": "2160 Sheet",
"Material Features": "Biodegradable",
"Date First Available": "February 16, 2021",
"Ply Rating": "2-Ply",
"Unit Count": "2160.0 Count",
"Recommended Uses For Product": "Commercial, Industrial, Restaurant, Office",
"Size": "16 Count (Pack of 1)",
"Color": "White",
"Item model number": "Mb579",
"Global Trade Identification Number": "00732866616230, 10073286661620",
"UPC": "073286661623",
"ASIN": "B08WQCCVHC",
"Material Type": "Bamboo",
"Sheet Count": "2160",
"Material": "Bamboo",
"Material Feature": "Biodegradable",
"Brand": "Tork",
"Brand Name": "Tork",
"Item Form": "Individual Sheet",
"Manufacturer": "Essity",
"Additional Features": "Fast absorbency helps to control usage reducing waste and maintenance time. Maintain a high-end image with reduced waste and clutter. Available in an Easy Handling Carry Box. Ideal for low to medium traffic washrooms.",
"Paper Towel Fold Type": "Multifold",
"Number of Items": "16",
"Item Weight": "13.6 Pounds",
"Special Feature": "Fast absorbency helps to control usage reducing waste and maintenance time. Maintain a high-end image with reduced waste and clutter. Available in an Easy Handling Carry Box. Ideal for low to medium traffic washrooms."
},
"productDetails": {
"B08WQCCVHC": {
"Color": "White",
"Ean ": "0073286661623",
"Global Trade Identification Number": "10073286661620 , 00732866616230",
"Included Components": "Paper Towels",
"Item Weight": "13.60 pounds",
"Material": "Bamboo",
"Material Feature": "Biodegradable",
"Model Number": "Mb579",
"Number Of Drawers": "2",
"Number of Items": "16",
"Part Number": "MB579",
"Size": "16 Count (Pack of 1)",
"Special Features": "Fast absorbency helps to control usage reducing waste and maintenance time. Maintain a high-end image with reduced waste and clutter. Available in an Easy Handling Carry Box. Ideal for low to medium traffic washrooms.",
"Style": "Towel",
"UNSPSC Code": "14111703",
"UPC": "073286661623"
},
"B09LTY8C6X": {
"Brand Name": "Tork",
"Item Shape": "Square",
"Material": "Eva",
"Number of Items": "36",
"UNSPSC Code": "60101900"
}
},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Dispenser M2 + Paper Wiper"
},
{
"index": 1,
"displayString": "Industrial Dispenser M2 + Refill"
},
{
"index": 2,
"displayString": "Bundle"
},
{
"index": 3,
"displayString": "Bundle - Hand Towels + Dispenser (Black)"
},
{
"index": 4,
"displayString": "Dispenser + Refill"
},
{
"index": 5,
"displayString": "Hand Towel"
},
{
"index": 6,
"displayString": "Towel"
},
{
"index": 7,
"displayString": "Towel + Dispenser, Black"
},
{
"index": 8,
"displayString": "Towel + Hand Towel, Natural"
},
{
"index": 9,
"displayString": "Wall Mounted Dispenser + Paper Wiper"
},
{
"index": 10,
"displayString": "Wall Mounted Dispenser + Towel"
}
]
}
],
"variations": [
{
"asin": "B0B4SRGN56",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0B4SV48QF",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B09WZDH661",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B0BSV4Z9FG",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B0B4SZ28PK",
"variationValues": [
{
"index": 0,
"value": 4
}
]
},
{
"asin": "B08WQ92FFT",
"variationValues": [
{
"index": 0,
"value": 5
}
]
},
{
"asin": "B08WQCCVHC",
"variationValues": [
{
"index": 0,
"value": 6
}
]
},
{
"asin": "B0B9G2YHB5",
"variationValues": [
{
"index": 0,
"value": 7
}
]
},
{
"asin": "B0B7QFXZX9",
"variationValues": [
{
"index": 0,
"value": 8
}
]
},
{
"asin": "B0B4SZ3LJB",
"variationValues": [
{
"index": 0,
"value": 9
}
]
},
{
"asin": "B0B4SXGNBW",
"variationValues": [
{
"index": 0,
"value": 10
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Tork Premium Soft Xpress 3-Panel Multifold Hand Towels. Superior appearance, hand feel, strength and absorbency. High-performance towels help customers use fewer, resulting in greater cost savings. Maintain a high-end image with reduced waste and clutter. Hands dry faster thanks to greater absorbency and overall better performance. Contains minimum 50% recycled fiber, minimum 40% post-consumer fibers - environmental benefit and positive image builder.Attractive Tork Leaf décor: designed to make a great impression Fast absorbency helps to control usage: Reduces waste and maintenance time Extra soft: gentle on the hands with a high quality feel Tork Easy Handling Box – for easier carrying, opening and disposing of packaging With high-performance towels customers use fewer, resulting in greater cost savings.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B005EO3QHG",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.GZ5NJOMB5F6GDTP7DPTGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ232DXRDBYPQ46DK45BIGUE3O3HVTXEJDGNGB7U2M4SFGDXNCJFZTATOLUWC4OOB63H27B5W4BUNBMBKUVD2HGVRVROTWWTQOVJTTKPEHU4UAIGXTC3YZLRBNQCRDSJCGA",
"includedDataTypes": {},
"features": [
"PREMIUM COLOR COPY PAPER – Hammermill Premium Color Copy 28lb Paper provides a high-tech sheet that’s designed to show your work at its best so you can confidently use it for design proposals, full-color presentations, photographs, brochures and more.",
"SUPER BRIGHT FINISH – At 100 brightness, this copying paper is super bright for excellent image contrast and true color reproduction. The super smooth paper surface provides superior toner adhesion and a stable surface for heavier toner applications.",
"99.99% JAM-FREE GUARANTEE – We guarantee that you will not experience more than one jam in 10,000 sheets of computer paper on high-speed digital equipment or we’ll replace your Hammermill paper purchase. You can trust Hammermill paper quality, guaranteed.",
"OTHER PAPER OPTIONS – There’s a Hammermill print and copy paper for every purpose including premium presentation-quality color copy paper, cover-weight paper stock, glossy paper for photo printing, and 15 pastel shades of multipurpose copy paper.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill printer paper is Forest Stewardship Council (FSC) certified, which means they are made with renewable resources from third-party certified, sustainably managed forests.",
"Extra-smooth surface for perfect toner blending and registration",
"100 brightness for true color reproduction, 28lb, 8-1/2 x 11 Inch",
"For all color copiers and color laser printers",
"Forest Stewardship Council (FSC)certified",
"99.99% Jam-Free Guarantee, 5 Ream Case and 500 Sheets per pack."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Color 28 lb Copy Paper, 8.5 x 11 - 5 Ream (2,500 Sheets) - 100 Bright, Made in the USA, 102450C, White",
"url": "https://www.amazon.com/dp/B005EO3QHG?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "December 4, 2006",
"Brightness": "100",
"Number of Pieces": "2500",
"Size": "5 Ream | 2500 Sheets",
"Sheet Size": "8.5x11",
"UPC": "040010131301 010199002464 010199102454",
"Global Trade Identification Number": "00010199102454",
"ASIN": "B005EO3QHG",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 9.06\"W",
"Is Discontinued By Manufacturer": "No",
"Department": "Office",
"Brightness Rating": "100",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Laser",
"Paper Weight": "28",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "102450C",
"Manufacturer Part Number": "102450C",
"Sheet Count": "2500",
"Material Feature": "Renewable",
"Paper Finish": "Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 9.06\"W",
"Paper Size": "8.5x11",
"Item Weight": "35 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Hole (8.5x11)"
},
{
"index": 1,
"displayString": "Letter (8.5x11)"
},
{
"index": 2,
"displayString": "Legal (8.5x14)"
},
{
"index": 3,
"displayString": "Ledger (11x17)"
},
{
"index": 4,
"displayString": "12x18"
},
{
"index": 5,
"displayString": "19x13"
}
]
},
{
"index": 1,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Pack | 300 Sheets"
},
{
"index": 1,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 2,
"displayString": "2 Ream | 1000 Sheets"
},
{
"index": 3,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 4,
"displayString": "4 Ream | 2000 Sheets"
},
{
"index": 5,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 6,
"displayString": "6 Pack | 1800 Sheets"
},
{
"index": 7,
"displayString": "8 Ream | 4000 Sheets"
},
{
"index": 8,
"displayString": "Pallet | 160k Sheets"
}
]
}
],
"variations": [
{
"asin": "B00NCBKNXI",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0183P91GM",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 7
}
]
},
{
"asin": "B01MRZMWWO",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00006IDP3",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0CZSHT6JK",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B005EO3QHG",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N6G38S8",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B077GYWNHN",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 8
}
]
},
{
"asin": "B0002NV02C",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B001818YLW",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 7
}
]
},
{
"asin": "B00006IDP4",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01B4MLJLG",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B002PI1T5U",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U0370JG",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B00NCBKNCY",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000AN1T70",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Premium Color Copy 28lb Paper provides a high-tech sheet of printing paper that’s designed to show your work at its best. Choose this printer paper for all of your important customer-facing documents from design proposals or full-color presentations to photographs, flyers or brochures. At 100 brightness, this premium copying paper is super bright for excellent image contrast and true color reproduction. The super smooth paper surface provides superior toner adhesion and a more stable surface for heavier toner application. With this premium copy and print paper, you’ll get consistently reliable results in digital printing equipment, color copiers and color laser printers. This acid-free white paper prevents sheets from yellowing over time to ensure long-lasting archival quality. Our 99.99. 000 sheets using Hammermill computer paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0B579K9GG",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.MFOAWLTIMZMSPFP5B3ZWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXWKDLJGJR4WKF3RREWHRNJMAZN3MMJ4BLDKJICEY3ZRRNEQ7V5SLGPFOH4OGHXUCO4ID5F7RWYRLISW5NZVZTPS6FM3LN5HNKSCY44TGKXT2AUKRQ22B654VDUTWIFYQA",
"includedDataTypes": {},
"features": [
"Multi-purpose copy printer paper; works with laser/inkjet printers, copiers, and fax machines",
"Includes 3 reams (500 sheets per ream, 1500 sheets total) of 24 pound copy paper",
"Bright white for better contrast; 97 GE brightness level",
"Acid-free material prevents the paper from yellowing over time",
"Product dimensions: 8.5 x 11 inches (WxL, per sheet)"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Multipurpose Copy Printer Paper, 8.5-x-11-inch, 24lb, 1500 Sheets (3 Packs of 500), 97 Bright, White",
"url": "https://www.amazon.com/dp/B0B579K9GG?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "September 5, 2023",
"Brightness": "97 Brightness Level",
"Number of Pieces": "1500",
"Size": "1500 Sheets (3 Packs of 500)",
"Color": "White",
"Sheet Size": "8.5-x-11-inch",
"Item model number": "C24-PAMB24---N8.5X11--W97",
"Manufacturer Part Number": "C24-PAMB24---N8.5X11--W97",
"UPC": "840095889254",
"ASIN": "B0B579K9GG",
"Sheet Count": "500",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Uncoated",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Brightness Rating": "97 Brightness Level",
"Paper Size": "8.5-x-11-inch",
"Manufacturer": "Amazon Basics",
"Paper Weight": "24",
"Number of Items": "3",
"Item Weight": "18 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 mega ream (800 sheet)"
},
{
"index": 1,
"displayString": "1500 Sheets (3 Packs of 500)"
}
]
}
],
"variations": [
{
"asin": "B0B57CKBCT",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0B579K9GG",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "An Amazon Brand",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B004O4LTFI",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.CPIUCSPP44JJKAXBO4ZGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZTC7O6YWMBG333KXSPL3PRX7ZKSCFT4OSB2XIX3L2IPCK4F3FJFPVVJ6CM3EGZKEZHUMDAIK3IZFVAZ3FEEZVTBKAG6JHTGM3FAC6GT3HBVTTHHAKIGD42ITTQ4XSX7AA",
"includedDataTypes": {},
"features": [
"Packaging: Packed with 10 reams per case (5000 sheets) measuring 8.5\" (W) x 11\" (L) (US Letter), this white copy paper provides a convenient, long-lasting supply for home and office use.",
"Versatile Use: Multi-purpose copy paper 8.5 x 11 white is ideal for toner-based printers, ensuring crisp, clear black and white prints. It also works seamlessly with laser, copier, and fax machines.",
"Hassle-free Printing: This printing paper has a smooth texture, making it perfect for consistent ink and toner distribution; dries quickly and prevents paper jams.",
"Professional Print Quality: The crisp white printing paper with a high brightness rating (92 US, 104 Euro) ensures sharp, clear prints and professional-looking documents.",
"Acid-free Paper: Keep your important documents looking their best with this acid-free copy paper, which prevents discoloration and deterioration for long."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Staples TRU RED 8.5x11 Copy Paper 20 lb. 92-Bright 5000 Sheets/Carton",
"url": "https://www.amazon.com/dp/B004O4LTFI?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "August 19, 2016",
"Brightness": "92",
"Number of Pieces": "1",
"Size": "5,000 Sheets",
"Sheet Size": "8.5x11 inches",
"UPC": "718103026932",
"Global Trade Identification Number": "00718103026932",
"ASIN": "B004O4LTFI",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Staples",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Material Features": "Biodegradable",
"Color": "White",
"Item model number": "staples50009220new",
"Manufacturer Part Number": "staples50009220new",
"Sheet Count": "5000",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "STAPLES",
"Brand Name": "STAPLES",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5x11 inches",
"Item Weight": "20 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Staples copy paper is an essential item to keep in stock. Ideal for everyday needs at the printer, copier or fax machine, this paper is a basic supply that everyone in your home or office reaches for during routine tasks. Recommended especially for black and white printing and toner-based printing devices, this copy paper is bright white for a crisp, professional printed document. Acid-free to resist yellowing and crumbling, staples copy paper keeps your documents looking good whenever you need them.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B004YK2KSM",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.TSYMBMQ6LKBSGZ2WSP2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSQQRTRMTLBQ3X2FFV7KGXRV7EJO7MONBCE6MNNPDQQ3ZBVQRSUMJGG5HFTDNM2RYVA7PG3JSFICFMHMNBGXKSZILYH7EGCXTMKJSRTXJMYNDQBSOSCI6Q54ZK5XLVCT5Q",
"includedDataTypes": {},
"features": [
"Signature brand is now Pacific Blue Select",
"PREMIUM multifold paper towel perfect for Class A office buildings, healthcare and other businesses that want to impress guests, tenants and customers",
"UNIQUE emboss enhances appearance and hand feel",
"STRONG 2-Ply design provides softness, strength and absorption for pleasant, thorough hand-drying and other tasks",
"STACKABLE for use in an open tray, on the counter or loaded in a wall-mounted dispenser"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111703",
"title": "Paper towels",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [
{
"displayString": "2-Ply Multi-Fold"
}
],
"title": "Pacific Blue Select Multifold Premium 2-Ply Paper Towels by GP PRO (Georgia-Pacific),White, 21000,125 Paper Towels Per Pack,16 Packs Per Case",
"url": "https://www.amazon.com/dp/B004YK2KSM?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "July 21, 2007",
"Unit Count": "2000.0 Count",
"Recommended Uses For Product": "Wipe Surface",
"Size": "125 sheet (Pack of 16)",
"Global Trade Identification Number": "10073310210008",
"ASIN": "B004YK2KSM",
"Material Type": "Paper",
"Product Dimensions": "20.88 x 13.88 x 9.88 inches",
"Is Discontinued By Manufacturer": "No",
"Department": "Janitorial / Maintenance & Lunchroom Supplies",
"Ink Color": "Black",
"Manufacturer": "Georgia-Pacific",
"Number of Items": "16",
"Special Feature": "Absorbent",
"Net Content Count": "2000 Piece, 1 Sheet",
"Material Features": "Unique emboss enhancing appearance and hand-feel, 2-ply design providing softness, strength, and absorption",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "20.88 x 13.88 x 9.88 inches",
"Color": "White",
"Item model number": "21000",
"Manufacturer Part Number": "21000",
"Sheet Count": "2000",
"Material": "Paper",
"Material Feature": "Unique emboss enhancing appearance and hand-feel, 2-ply design providing softness, strength, and absorption",
"Total Recycled Content Percentage": "0.95",
"National Stock Number": "8540-00-291-0389",
"Brand": "Georgia-Pacific",
"Post-Consumer Recycled Content Percentage": "0.1",
"Brand Name": "Georgia-Pacific",
"Item Form": "Individual Sheet",
"Packaging": "2-Ply Multi-Fold",
"Additional Features": "Absorbent",
"Item Dimensions": "20.88 x 13.88 x 9.88 inches",
"Paper Towel Fold Type": "Multifold",
"Item Weight": "13 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "2000 paper towels"
},
{
"index": 1,
"displayString": "2400 paper towels"
}
]
}
],
"variations": [
{
"asin": "B004YK2KSM",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B078H38SDP",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Universal Folded Paper Towels are an essential supply for a wide range of professional, away-from-home facilities. They come in white and brown colors, with recycled content options available, and different fold configurations, including C-Fold, Z-Fold, M-Fold and S-Fold. They are typically dispensed from ‘universal folded towel’ dispensers that are mounted on the wall and available from towel manufacturers. In smaller business environments and restrooms, folded towels are sometimes ‘set out’ in an open tray or simply stacked on the side of a sink or work space. GP PRO is a division of Georgia-Pacific Consumer Products. We deliver well-designed, durable and easy-to-maintain professional solutions to meet the hand-washing and cleaning needs for a range of business applications.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B000TS9338",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.OWAPOWJRODYXHIE5E4DGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZE2ZPFUASQI3YFUE4SA62ZZXA35TY4H6CUWP32TVO7NRMGJ35OAAXDKKASISZY4FANOLTCZGH7C76N3OEJJGRC4XSXB66S64DL5T3QDHMM53QRZ5DVJJFJSYS2MY3XTMA",
"includedDataTypes": {},
"features": [
"Engineered for consistent performance and excellent run-ability",
"Paper sheet size – 8.5” x 11” Letter | Brightness – 92 | Weight – 20 lb | Smoothness – 170 | Opacity – 91 | Ream – 10 | Sheets – 5,000",
"Proudly made in the USA | Fsc chain of custody certified",
"Acid-free paper | Laser guaranteed | 99.99% Jam-Free performance guaranteed",
"This product has been performance tested by Keypoint Intelligence – Buyers Lab, the global leader in independent office equipment testing"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Boise Paper X-9 Multi-Use 3-Hole Punch Copy Paper – 10 Ream (5,000 Sheets) | 8.5\" x 11\" Letter | 92 Bright White - 20 lb. | OX-9001P-CTN",
"url": "https://www.amazon.com/dp/B000TS9338?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "July 8, 2007",
"Brightness": "92",
"Size": "10 Reams",
"Sheet Size": "8.5-x-11-inch",
"UPC": "842356065131 031112261812 804993373321 068000352116 842356055132",
"Global Trade Identification Number": "00842356065131",
"ASIN": "B000TS9338",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Boise Paper",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Biodegradable",
"Color": "White",
"Item model number": "OX-9001P-CTN",
"Manufacturer Part Number": "BOSOX9001P",
"Sheet Count": "500",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "BOISE POLARIS",
"Brand Name": "BOISE POLARIS",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5-x-11-inch",
"Item Weight": "50 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Reams"
},
{
"index": 1,
"displayString": "5 Reams"
},
{
"index": 2,
"displayString": "10 Reams"
},
{
"index": 3,
"displayString": "No Ream, 2500 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "8.5 x 11, 3-Hole, 20 lb."
},
{
"index": 1,
"displayString": "8.5 x 11, 20 lb."
},
{
"index": 2,
"displayString": "8.5 x 11, 20 lb., FSC"
},
{
"index": 3,
"displayString": "8.5 x 11, 24 lb."
},
{
"index": 4,
"displayString": "8.5 x 14, 20 lb."
},
{
"index": 5,
"displayString": "11 x 17, 20 lb."
},
{
"index": 6,
"displayString": "11 x 17, 24 lb."
}
]
}
],
"variations": [
{
"asin": "B01NBIF1FN",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B009NKSNOI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000LGH6NC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N4BQR3T",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B000TS9338",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B000J05ETS",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B003BWJ1PY",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01N2RPQ23",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000CD0U82",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B001GKJ6NK",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B001GKJ6JY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00CHUFYNY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Our #1 selling brand, BOISE X-9 multi-use copy paper won’t let you down. Decades of science, research, and testing have resulted in a dependable and consistent sheet you can trust. X-9 multi-use copy paper delivers quality you can trust in any home, office, or high-speed print environment.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B086BJ69H4",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.6JEWL2P673Z6FK34RYUWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQRBFDUQEQ7HUG2O444AQY6AOE5SMYVHCVDA7LAEZIKLK3XFNWWBL2NSJW2H24JVAQ2NTTSLO343CAK5YWTIPWX2CO6MIV3EGOZOVQKO3R2AU6ECCNY7HSZOGVZARU2BCZQ",
"includedDataTypes": {},
"features": [
"NON-COATED CLASSIC BROWN PAPER ROLL: Kraft (craft) paper roll, 18 inches wide and 1200 feet long with a total area of 1800 sq. ft. Attractive light brown color. The standard 30 lbs kraft paper. Made of natural, pure, virgin pulps - 100% recycled material. Pliable and soft packaging paper of the highest quality. Unwaxed and uncoated. Breathable, prevents moisture condensation. Made from natural and child-safe materials",
"WRAPPING GIFTS & MAKING DECORATIONS: It is the classic kraft paper for elegant and stylish gift-wrapping for those who care about self-destroying packaging and the cleanliness of the environment. The perfect choice for art and DIY projects and all in-house purposes such as decorations, tablecloths, bulletin boards. It protects against stains, paints, and dust - all without damaging the surface of what you cherish the most",
"PACKAGING AND VOID FILLING: Our brown wrapping paper roll is also great for safe and secure packing and protecting valuables when moving, storing, and any other paper involving applications. An affordable void filling solution is great for cushioning goods in the boxes",
"BUDGET-FRIENDLY CHOICE FOR KIDS ART: This kraft paper roll is a sure bet for kids crafts with endless possibilities. It is an excellent budget-friendly choice for schools and art studios where children draw, paint, make origami and decorated postcards, etc. A great way to brainstorm and sketch out ideas, allows the freedom of drawing large block prints or even mural paintings",
"LARGE ROLL TO HAVE PLENTY ON HAND: Buying large rolls is an extremely cost-effective way to work with big quantities of paper. A large roll of paper will help you complete your project without restocking supplies or worrying about running out of the material needed on occasion"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111600",
"title": "Novelty paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "IDL Packaging 18\" x 14400\" (1200 ft) Large Brown Kraft Paper Roll for Packing - Perfect Natural Kraft Wrapping Paper for Void Filling - Craft Paper for Kids Art Projects",
"url": "https://www.amazon.com/dp/B086BJ69H4?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 24, 2020",
"Unit Count": "1.0 Count",
"Recommended Uses For Product": "Drawing, Arts, Crafts, Painting",
"Color": "Brown",
"Sheet Size": "18\" x 1200\"",
"Item model number": "KP-181200",
"UPC": "810047181989",
"Global Trade Identification Number": "00810047181989",
"ASIN": "B086BJ69H4",
"Material Type": "Paper",
"Material": "Paper",
"Sheet Count": "1",
"Product Dimensions": "14400\"L x 18\"W",
"Paper Finish": "Uncoated",
"Brand": "IDL Packaging",
"Brand Name": "IDL Packaging",
"Item Dimensions L x W": "14400\"L x 18\"W",
"Paper Size": "18\" x 1200\"",
"Manufacturer": "IDL Packaging",
"Paper Weight": "30",
"Number of Items": "1",
"Item Weight": "16 ounces"
},
"productDetails": {
"B086BJ69H4": {
"Color": "Brown",
"Ean ": "0810047181989",
"Global Trade Identification Number": "00810047181989",
"Included Components": "18\" x 1200' kraft paper roll",
"Is Assembly Required": "false",
"Item Weight": "1.00 pounds",
"Material": "Paper",
"Model Number": "KP-181200",
"Number of Items": "1",
"Paint Type": "Wax",
"Part Number": "KP-181200",
"Pattern": "Roll",
"Size": "18\" x 1200 feet",
"Style": "Standard kraft - 30 lbs.",
"UNSPSC Code": "14111600",
"UPC": "810047181989"
},
"B0DXHSKJRK": {
"Brand Name": "IDL Packaging"
}
},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Brown"
},
{
"index": 1,
"displayString": "White"
}
]
},
{
"index": 1,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "18\" x 720 feet"
},
{
"index": 1,
"displayString": "18\" x 1200 feet"
},
{
"index": 2,
"displayString": "24\" x 720 feet"
},
{
"index": 3,
"displayString": "24\" x 1200 feet"
},
{
"index": 4,
"displayString": "36\" x 720 feet"
},
{
"index": 5,
"displayString": "36\" x 1200 feet"
},
{
"index": 6,
"displayString": "48\" x 720 feet"
},
{
"index": 7,
"displayString": "48\" x 1200 feet"
}
]
}
],
"variations": [
{
"asin": "B08NB4GR32",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B086BJ69H4",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B08N9FFJ8M",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B07K8NTW2L",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B09JB41BL1",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B095JBXXJD",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B09JB7VWH3",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B095J8J3RQ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 7
}
]
},
{
"asin": "B0DX8FWP9K",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DX8BDYSC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "IDL Packaging Kraft paper rolls are available in 9\", 12\", 15”, 18\", 24\", 36\" and 48\" widths. This kraft wrapping paper is ideal for multiple applications such as packing, gift and package wrapping, and kids art projects. Brown kraft (craft) paper is pliable and soft, perfect packing materials for moving household items, breakables, and family heirlooms. Due to these properties, it is used in many industries such as medicine and packing. Reliable and effective packaging for shipping, moving, and storing of goods. Large kraft paper roll provides plenty of easily dispensed paper when you need it most. 100% recycled wrapping paper, for a greener planet and happier customers. Brown wrapping paper gives a classic look for classy gifts for friends, family, and business. Get this brown paper roll of versatile kraft paper to fill all these needs and more for all your home, school, and business. Try it today!",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00L4EJIJA",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.RVPK23BMNG262SMUIFKGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4WLLFXQQ3WUHAM7FENCNG76XQZFTVPPWGGMXJTGADAYFHQPYT2RNTMJN74IKM4OEBA2DME4K7P5ATCKT2M2RN5Z5DPKYXCIY4TBJVQML3PSUT5TC4O5NM7J6SCVHUHEEQ",
"includedDataTypes": {},
"features": [
"Help projects go smoothly with Boise X-9 multi-use copy paper. Perfect for everyday copying and printing, this multi-use copy paper offers consistent performance and high runnability, so you can worry less about printer jams and downtime.",
"Keep spare paper on hand so you never run out in the middle of a job.",
"Ideal for high-volume print jobs when speed matters.",
"20-lb. paper weight works well in copiers and printers.",
"Provides 99.99% Jam-Free performance."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Boise® X-9® Multi-Use Printer & Copy Paper, 10 Reams, White, Legal (8.5\" x 14\"), 5000 Sheets Per Case, 20 Lb, 92 Brightn",
"url": "https://www.amazon.com/dp/B00L4EJIJA?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "September 2, 2015",
"Brightness": "92 Nits",
"Color": "White",
"Sheet Size": "Legal (8.5' x 14')",
"Manufacturer Part Number": "OX9004",
"UPC": "842356065148",
"ASIN": "B00L4EJIJA",
"Sheet Count": "500",
"Product Dimensions": "14\"L x 0.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "Boise",
"Brand Name": "Boise",
"Item Dimensions L x W": "14\"L x 0.5\"W",
"Brightness Rating": "92 Nits",
"Paper Size": "Legal (8.5' x 14')",
"Manufacturer": "BOISE WHITE PAPER, L.L.C.",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 14",
"Item Weight": "65.2 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Help projects go smoothly with Boise X-9 multi-use copy paper. Perfect for everyday copying and printing, this multi-use copy paper offers consistent performance and high runnability, so you can worry less about printer jams and downtime. Keep spare paper on hand so you never run out in the middle of a job. Ideal for high-volume print jobs when speed matters. 20-lb. paper weight works well in copiers and printers. Provides 99.99% Jam-Free performance. 92 brightness, acid-free paper won’t yellow or fade over time. Eco-conscious choice - has one or more meaningful eco-attributes or eco-labels.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B004MDM1T4",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.TVFULRBHMAU4CDYMRXRWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ5FONTC4BUHGY5JRDRJJRPVQS6FOLMUB6VCZRRPOUYRLJYZZODQDFUSCTH2LPMN7K6G4TGZUN4TT4YUZOKKSRW2IPZ2JSMDYF6Y4ZS5TDO6HBPPX4KO3R6BV7YNMFD7HQQ",
"includedDataTypes": {},
"features": [
"SOFT, THICK and ABSORBENT paper towel that delivers quality and performance",
"LONG LASTING ROLLS help reduce the time spent refilling and minimize the need for maintenance",
"REDUCE WASTE with the ability to adjust dispensed sheet length, resulting in less towels used",
"COMPATIBLE with enMotion 10” paper towel dispensers 59462A, 59407A, 59460A, 59488A, 59447A, 59487A",
"USDA Certified Biobased product",
"CAN help earn LEED credits",
"The Sustainable Forestry Initiative certified sourcing label is proof Georgia-Pacific is using fiber from responsible and legal sources. SFI is a registered trademark owned by Sustainable Forestry Initiative Inc."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "enMotion 10\" Paper Towel Roll by GP PRO (Georgia-Pacific), White, 89460, 800 Feet Per Roll, 6 Rolls Per Case",
"url": "https://www.amazon.com/dp/B004MDM1T4?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "February 17, 2007",
"Unit Count": "6 Count",
"Recommended Uses For Product": "Commercial buildings",
"Size": "6 Count (Pack of 1)",
"Global Trade Identification Number": "10073310894604, 00073310894607",
"UPC": "073310894607",
"ASIN": "B004MDM1T4",
"Material Type": "Paper",
"Product Dimensions": "12 x 15 x 19 inches; 28 Pounds",
"Is Discontinued By Manufacturer": "Yes",
"Manufacturer": "Georgia-Pacific",
"Number of Items": "6",
"Special Feature": "Non Perforated",
"Net Content Count": "6 Roll",
"Material Features": "Meets or exceed EPA guidelines",
"Ply Rating": "1-Ply",
"Package Size Name": "Case of 6",
"Item dimensions L x W x H": "12 x 15 x 19 inches",
"Color": "White",
"Item model number": "89460",
"Sheet Count": "800",
"Material": "Paper",
"Material Feature": "Meets or exceed EPA guidelines",
"Sheet Count Per Unit": "800",
"Brand": "Georgia-Pacific",
"Brand Name": "Georgia-Pacific",
"Item Form": "Continuous Roll",
"Additional Features": "Non Perforated",
"Item Dimensions": "12 x 15 x 19 inches",
"Item Weight": "28 Pounds"
},
"productDetails": {
"B004MDM1T4": {
"Brand Name": "Georgia-Pacific",
"Color": "White",
"Ean ": "0073310894607",
"Fabric Type": "Paper",
"Global Trade Identification Number": "10073310894604 , 00073310894607",
"Is Assembly Required": "true",
"Item Weight": "28.0 pounds",
"Length": "800 feet",
"Material Feature": "Meets or exceed EPA guidelines",
"Model Number": "89460",
"Number of Items": "6",
"Part Number": "89460",
"Size": "6 Count (Pack of 1)",
"Special Features": "Non Perforated",
"UNSPSC Code": "14111700",
"UPC": "073310894607",
"Width": "10 inches"
},
"B007PUHEDO": {
"Brand Name": "enMotion",
"Material": "Paper",
"UNSPSC Code": "14111703"
}
},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "6 Count (Pack of 1)"
}
]
},
{
"index": 1,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Brown"
},
{
"index": 1,
"displayString": "White"
}
]
}
],
"variations": [
{
"asin": "B00RNAARXU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B004MDM1T4",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "enMotion paper towel systems combine Touchless operation with jam-free performance for state-of-the-art dispensing. Whisper Quiet dispensing and sleek design provides a premium experience, while easy customizable settings, including delay, sheet length and dispense mode, let you program the dispensers to meet your unique needs, helping reduce waste. One set of batteries dispenses up to 200 rolls, helping reduce the need for maintenance.Designed for use in offices, healthcare, industrial and higher educational facilities, enMotion products deliver 97% customer satisfaction, thanks to their dependability, hygiene and efficiency. GP PRO is a division of Georgia-Pacific Consumer Products. We deliver well-designed, durable and easy-to-maintain professional solutions to meet the hand-washing and cleaning needs for a range of business applications.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B07L8K7J15",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.ATJAAPZLA733HEAD3QMWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQWSOSUM64UO4I7QPKW5MD4NQ7L435VTS7G3P4IBDOFY7XNKZ7T7QEMO2FP7T5HSMOMTBQ7OMJ2TQ26J4UCUL3AE4FX2DSZA3H5D7RQZIGK5I6IUSKBDT3SUYPF7DCCFKLQ",
"includedDataTypes": {},
"features": [
"3 1/8\" x 230': Thermal Paper Rolls ( 32 Rolls )",
"Roll Width: 3 1/8 inches ( 80 mm )",
"Roll Diameter: 2.85 inches ( 72 mm )",
"Length: 230 feet (70 m)",
"Inner Core Diameter: 7/16\" ( 11 mm )",
"Outer Core Diameter: 7/8\" ( 22 mm )",
"Packaging: Shrink-wrapped in packages of 5 rolls/pack",
"End of paper: Red Warning Stripe at End Rolls.",
"COMPATIBLE WITH -: A715, A716, A756, A758, A760, A793, A794, A795, AZT 381PD, AZT 804R AZT-805W, PRP-300, BTP-2002-NP, SRP-350, SRP-350 Plus, SRP-350I, SRP-350II, CBM1000, CBM230, CBM231, CBM293, CTS310, IDP3210, IDP3310, LT380, CT-S300, M129A, M129B, M129C, TM-T70, TM-T80, TM-T85, TM-T88, TM-T90, TM-T88II, TM-T88III, TM-T88IV, TM-T88V, T77-T, T77TH, TM-T80AS, PT-6215, PT-6215EB, RP-320, RP-500, RP-500, RP-600, PP7000, PP9000, POS X XR500, XR510, XR520, SCP700,Fits many more POS thermal printers"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260400",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "(32 Rolls) 3 1/8 x 230 Thermal Paper Receipt Rolls fits all Clover POS Cash Register Printers, Star Micronics SCP700 TSP100 TSP300 TSP400 TSP500 TSP600 TSP 700 TSP2000 CT S300 from BuyRegisterRolls",
"url": "https://www.amazon.com/dp/B07L8K7J15?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 5, 2014",
"Brightness": "100 Lumen",
"Number of Pieces": "32",
"Size": "Pack of 32",
"Sheet Size": "318230",
"UPC": "736842690085",
"Global Trade Identification Number": "00736842690085",
"ASIN": "B07L8K7J15",
"Material Type": "Premium 'A' Grade Certified Bpa Free Thermal Paper Rolls",
"Product Dimensions": "2760\"L x 3.13\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "100 Lumen",
"Manufacturer": "BRR",
"Paper Weight": "48",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "star tsp100 future print paper",
"Manufacturer Part Number": "BRR",
"Sheet Count": "32",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "BuyRegisterRolls",
"Brand Name": "BuyRegisterRolls",
"Item Dimensions L x W": "2760\"L x 3.13\"W",
"Paper Size": "318230",
"Item Weight": "17 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Blue"
},
{
"index": 1,
"displayString": "White"
},
{
"index": 2,
"displayString": "Yellow"
}
]
},
{
"index": 1,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "Pack of 4"
},
{
"index": 1,
"displayString": "Pack of 10"
},
{
"index": 2,
"displayString": "Pack of 32"
},
{
"index": 3,
"displayString": "Pack of 96"
}
]
}
],
"variations": [
{
"asin": "B0CVZYPXH1",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0CVZPV1QC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0CVZQ2WTF",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0CVZY5SB5",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B08BJBL4QL",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B01MZAS6VT",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B07L8K7J15",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B09NS55JFV",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B0CVZX8BKY",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0CVZSN6XM",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0CVZQ54K5",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0CW139NX3",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "This 3 1/8” x 230’ BPA Free Thermal Roll Paper Fits: Compatible with SRP-350, SRP-350plus, SRP-352plus, SRP-370, SRP-372, STP-131 CBM1000, CBM230, CBM231, CBM293, IDP3210, IDP3310, LT380, RJV-2000, CT-S310, CT-S810, CT-S4000 (3 1/8\"), CT-S300, CT-S2000 M129B, M129C, TM-H5000, TM-H5000 II, TM-H6000, T20, T20II, TM-T80, TM-T85, TM-T88, TM-T88II, TM-T88III, TM-T88IV, T90 Series, TMU 6000 SCP700, TSP100, TSP300 Series, TSP400 Series, TSP500 Series, TSP600 Series,TSP 700 Series,TSP2000 SeriesTSP-650, TSP700II, TSP 800.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B010BYJKWS",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.FAOFLPSN7ASIPI5HGWSGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSOBHPGN4FNLHT5VQ35L4V275ZE6A52E6HEQY3NR2LGRACIJYYU3PIBEIB5GCAPZHXFCMUYOHOIQSMSVHWUQOTTKCUNA5CWPQX4ZT6TBFQALE7DN34BB6O73B4JX4OQ5WA",
"includedDataTypes": {},
"features": [
"Restock your office with this case of paper",
"104 (Euro), 92 (U.S.) brightness yields vivid text and images.",
"Acid-free paper resists discoloration over time.",
"Keep spare paper on hand so you never run out in the middle of a job.",
"20-lb paper is ideal for everyday business needs."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Office Depot Copy Print Paper, 8 1/2in. x 11in., 20 Lb, Bright White, 500 Sheets Per Ream, Case Of 3 Reams, 1008",
"url": "https://www.amazon.com/dp/B010BYJKWS?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Eco Friendly",
"Date First Available": "June 24, 2015",
"Number of Pieces": "1500",
"Color": "White",
"Sheet Size": "8-1/2-x-11-inch Inches",
"Manufacturer Part Number": "1008",
"UPC": "735854711092 735854931827 735854844851 735854005504",
"ASIN": "B010BYJKWS",
"Sheet Count": "500",
"Product Dimensions": "12\"L x 9\"W",
"Material Feature": "Eco Friendly",
"Paper Finish": "Smooth",
"Brand": "Office Depot",
"Brand Name": "Office Depot",
"Item Dimensions L x W": "12\"L x 9\"W",
"Paper Size": "8-1/2-x-11-inch Inches",
"Manufacturer": "OFFICE DEPOT",
"Paper Weight": "20"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "If you and your office go through reams of paper in no time flat, stock up on Office Depot copy and print paper. This Office Depot paper is made for smooth, consistent performance and is available in large quantities, so it's easy to keep your production stations stocked and ready to go. 104 (Euro), 92 (U.S.) brightness yields vivid text and images. Acid-free paper resists discoloration over time. Keep spare paper on hand so you never run out in the middle of a job. 20-lb paper is ideal for everyday business needs. Includes 500 sheets per ream in a case of 3 reams. Eco-conscious choice - has one or more meaningful eco-attributes or eco-labels. Have the right tools in place to prepare your workforce to work from anywhere.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00A3C842G",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.OYSJGYCUCRKMCKUEBWCWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQZ53FMQY3WKLBN3M72PUMHZQ6AJYY7XA5GHJZM7E72BWJ3ZOXOKGLI3IWYOU32KHBSHOLJ6DAREECYTPM4DXEB4UHZENOS7Z4FYXNXHIVAV7HKWPTTHED3F4HB4TGLH4QQ",
"includedDataTypes": {},
"features": [
"Improve the restroom experience for your customers with these durable bulk paper towels.",
"Increase hand hygiene in high-traffic restrooms with convenient one-at-a-time dispensing.",
"Don't struggle with transport and storage—Tork Easy Handling packaging simplifies opening, transport, and disposal.",
"Reduce your impact on the environment with our ECOLOGO certified, 100% recycled paper hand towels.",
"6 rolls, 1 ply. Universal quality. Roll size L 700.0'. W 7.7\" Core inner diameter 1.5\" Compatible with H1 dispensers."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111703",
"title": "Paper towels",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Tork Matic Paper Hand Towel Roll White H1, Universal, 100% Recycled Fiber, 6 Rolls x 700 ft, 290089",
"url": "https://www.amazon.com/dp/B00A3C842G?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "May 5, 2012",
"Unit Count": "4300.0 Count",
"Recommended Uses For Product": "Hand",
"Size": "6 Count (Pack of 1)",
"Global Trade Identification Number": "10073286613698",
"ASIN": "B00A3C842G",
"Material Type": "Paper",
"Is Discontinued By Manufacturer": "No",
"Manufacturer": "Essity",
"Number of Items": "6",
"Special Feature": "ECOLOGO Certified",
"Net Content Count": "6 Roll",
"Material Features": "Compostable, Recyclable",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "8400 x 7.7 inches",
"Color": "White",
"Item model number": "290089",
"Manufacturer Part Number": "290089",
"Sheet Count": "4300",
"Material": "Paper",
"Material Feature": "Compostable, Recyclable",
"Sheet Count Per Unit": "716",
"Brand": "Tork",
"Brand Name": "Tork",
"Item Form": "Continuous Roll",
"Additional Features": "ECOLOGO Certified",
"Item Dimensions": "8400 x 7.7 inches",
"Paper Towel Fold Type": "Multifold",
"Item Weight": "24.2 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Natural"
},
{
"index": 1,
"displayString": "White"
},
{
"index": 2,
"displayString": "White-Blue Leaf"
},
{
"index": 3,
"displayString": "White-blue Leaf"
}
]
},
{
"index": 1,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "6 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "7 Piece Set"
},
{
"index": 2,
"displayString": "12 Count (Pack of 1)"
},
{
"index": 3,
"displayString": "300 Foot (Pack of 6)"
},
{
"index": 4,
"displayString": "575 Foot (Pack of 6)"
}
]
},
{
"index": 2,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Advanced"
},
{
"index": 1,
"displayString": "Premium"
},
{
"index": 2,
"displayString": "Universal"
}
]
},
{
"index": 3,
"displayString": "Pattern Name",
"dimensionValues": [
{
"index": 0,
"displayString": "Hand Towel"
},
{
"index": 1,
"displayString": "Hand Towel + Bath Tissue Roll"
},
{
"index": 2,
"displayString": "Hand Towel + Dispenser, Black"
},
{
"index": 3,
"displayString": "Hand Towel + Hand Towel Roll Dispenser"
},
{
"index": 4,
"displayString": "Hand Towel + Hand Towel White"
},
{
"index": 5,
"displayString": "Hand Towel + Tissue Roll"
},
{
"index": 6,
"displayString": "Hand Towel + Toilet Paper Roll"
},
{
"index": 7,
"displayString": "Hand Towel + Toilet Paper Roll White"
}
]
}
],
"variations": [
{
"asin": "B00A3CNLKQ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 2
},
{
"index": 3,
"value": 0
}
]
},
{
"asin": "B0BS2YTSB1",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 2
},
{
"index": 3,
"value": 2
}
]
},
{
"asin": "B00A3C842G",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 0
},
{
"index": 3,
"value": 0
}
]
},
{
"asin": "B09T6V1Q15",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
},
{
"index": 2,
"value": 0
},
{
"index": 3,
"value": 2
}
]
},
{
"asin": "B097RJMLFN",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
},
{
"index": 2,
"value": 0
},
{
"index": 3,
"value": 1
}
]
},
{
"asin": "B00M6XR07A",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 3
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 0
}
]
},
{
"asin": "B0BVR5RDRN",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 3
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 6
}
]
},
{
"asin": "B07BN29BPM",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 0
}
]
},
{
"asin": "B0BXRZZH4J",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 4
}
]
},
{
"asin": "B0BXRZVWXN",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 5
}
]
},
{
"asin": "B0BXS4Z4WF",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 7
}
]
},
{
"asin": "B0BXS34PS5",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 4
},
{
"index": 2,
"value": 1
},
{
"index": 3,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Tork Matic Commercial Bathroom Paper Towels The perfect solution if you want your washroom to be hygienic and stylishly representative of your business quality. Your guests can dry their hands gently yet thoroughly with this super absorbent bathroom paper hand towel. As with all Tork products, the commitment to creating a more sustainable life away from home is always represented.Tork Matic Universal Hand Towel Roll: + Provides 884 towels/roll for the Tork Matic, 1,050 towels/roll with Intuition 8\" + Made from 100% recycled fiber, minimum 20% post-consumer fibers + ECOLOGO Certified and Compostable Verified + Suitable for high capacity needs + Decorative embossing.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Manufacturing practices",
"message": "Manufactured using processes that reduce the risk of negative environmental impact.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Safer chemicals",
"message": "Made with chemicals safer for human health and the environment.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B079DH1YGT",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.R4JL4TBSUVSSLL5NG26WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ26KC2NTDDV4YXNEOVUVKL6VXP7LXNGD6AJKLCHAKMJBCJGPTJFNOWWBOD6ELP5GPLUD7AJFIZKIPNS4GI7CH4NO7L73LZZUYXWILTNL3LTACTEUJAPQQDM2H4LCDO3W3A",
"includedDataTypes": {},
"features": [
"HAMMERMILL PRINTER PAPER – Hammermill Great White 8.5” x 11” printer and copying paper works as hard as you do. This dependable, everyday copy paper runs efficiently through all equipment and has a distinct contrast for easy readability.",
"30% RECYCLED PAPER – Hammermill Great White recycled printer paper is made from post-consumer fiber. It is versatile paper with precise, accurate sheeting, consistent moisture content and curl control to ensure smooth, trouble-free performance.",
"99.99% JAM-FREE GUARANTEE – We guarantee that you will not experience more than one jam in 10,000 sheets of recycled paper on high-speed digital equipment or we’ll replace your Hammermill paper purchase. You can trust Hammermill quality, guaranteed.",
"SUSTAINABLY MADE IN THE USA – Hammermill copy paper is Sustainable Forestry Initiative (SFI) certified. 100 percentage made in the USA, it helps support 2.4 million sustainable forestry jobs in America, including family tree farmers.",
"VERSATILE – Available in a variety of sizes, this recycled 20 pounds copier paper is ideal for forms, bulletins, faxes, legal briefs, memos, price sheets, copies and more."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Great White 30% Recycled Paper, 8.5 x 11 - 92 Bright, Made in the USA, 086820C - 3 Ream (1,500 Sheets)",
"url": "https://www.amazon.com/dp/B079DH1YGT?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 29, 2017",
"Brightness": "92",
"Number of Pieces": "1500",
"Size": "3 Ream | 1500 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "780366868208",
"Global Trade Identification Number": "00780366868208",
"ASIN": "B079DH1YGT",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "3",
"Material Features": "Renewable, Recyclable",
"Color": "White",
"Item model number": "086820C",
"Manufacturer Part Number": "086820C",
"Sheet Count": "1500",
"Material Feature": "Renewable, Recyclable",
"Paper Finish": "Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "15 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "10 Ream | 5000 Sheets"
},
{
"index": 4,
"displayString": "Pallet | 200k Sheets"
},
{
"index": 5,
"displayString": "Express Pack"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Hole (8.5x11)"
},
{
"index": 1,
"displayString": "Letter (8.5x11)"
},
{
"index": 2,
"displayString": "Legal (8.5x14)"
},
{
"index": 3,
"displayString": "Ledger (11x17)"
}
]
}
],
"variations": [
{
"asin": "B000GRB8GM",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00IVOMMGW",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00006GNXZ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00006L383",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B079DH1YGT",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00U0377LW",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0173KIM72",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B0173KINBC",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00006L380",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B014SC4ERA",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B073ZP5YTZ",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00KTOZKQQ",
"variationValues": [
{
"index": 0,
"value": 5
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Great White 8.5” x 11” 30 percentage recycled paper works as hard as you do. This dependable, everyday copier paper runs efficiently through all equipment and has a distinct contrast for easy readability. This recycled printer paper is made from post-consumer fiber. It’s versatile letter-size computer paper that features precise, accurate sheeting, consistent moisture content and curl control to ensure smooth, trouble-free performance. It’s ideal for all home and office printers for forms, bulletins, faxes, legal briefs, memos, price sheets, copies, and more. Our 99. 000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests. We want our business to last for generations and that means taking good care of our environment. Make sure it's original Hammermill quality: Look for “Ships from and sold by” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00HMWB75G",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.M7TY73WMMLOJH66COXPWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQTVDWVOHMQBGZHSEIS3XZTWXSNI4QMKFFUIJQGOMXPH6P6X47R2TUFTFWWPYEK7CPZPQ6FUKKEHJAB5HNDXWRYRSMWFRESIU4O6KYUVH7U4C57JI2AKHIQS5IGLZH5VKAA",
"includedDataTypes": {},
"features": [
"MADE IN USA - HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America. See images.",
"OPTIMIZED FOR HP TECHNOLOGY - All HP Papers provide premium performance on HP equipment, as well as on all other printer and copier equipment. 100% satisfaction . See images.",
"PERFECT OFFICE PAPER WHEN YOU NEED TO PRINT COLOR DOCUMENTS - HP All-In-One22 is thicker, brighter and whiter than ordinary multipurpose printing papers and is optimized for all inkjet and laser printers and copiers.",
"CERTIFIED SUSTAINABLE - HP All-In-One22 22lb printer paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design). See images.",
"COLORLOK TECHNOLOGY PRINTING PAPER - Colorlok technology provides more vivid colors, bolder blacks and faster drying. See images."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260604",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "HP Papers | 8.5 x 11 Paper | All In One 22 lb | 1 Mega Ream - 750 Sheets | 96 Bright | Made in USA - FSC Certified | 207750R",
"url": "https://www.amazon.com/dp/B00HMWB75G?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "August 22, 2012",
"Brightness": "60",
"Number of Pieces": "750",
"Size": "Mega Ream | 750 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "764025207751",
"Global Trade Identification Number": "00764025207751",
"ASIN": "B00HMWB75G",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "60",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Laser",
"Paper Weight": "22",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "907750",
"Manufacturer Part Number": "907750",
"Sheet Count": "750",
"Material Feature": "Renewable",
"Paper Finish": "Smooth",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 1,
"displayString": "Mega Ream | 750 Sheets"
},
{
"index": 2,
"displayString": "Pallet | 200000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "750 Sheets"
},
{
"index": 1,
"displayString": "2500 Sheets"
},
{
"index": 2,
"displayString": "200000 Sheets"
}
]
}
],
"variations": [
{
"asin": "B000E7BLLG",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00HMWB75G",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B01BLUOUDU",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP Papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP Papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard Company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full-color presentations, you can be assured of consistent, high-quality print performance every time. HP All-In-One22 Paper is a 22 lb, super smooth paper that is thicker, brighter and whiter than ordinary multipurpose paper. HP All-In-One22 is perfect for everyday printing with some color and great for double-sided printing. Its ultra white shade and ColorLok Technology provide brighter colors and bolder blacks for reports, school work and professional-looking business documents. HP All-In-One22 is optimized for use in all inkjet and laser printers and copiers. HP All-In-One22 printer paper is available in 8. 5 x 11 letter size paper.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B073SK8HLH",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.JDDWWNPZ33QEEUJF4SEWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYKMI5GLOIUCNL7DXTTVPKAIPMABBGGOU6ZE7COEXO7VCRV5G7UE4FI4NL6TYM5VLXPJIAAHUTRYKU3EQ6NUWA4BRXXGAAL3YHAV433KEZOKDID5WN53CZ65WRMNMJVKYA",
"includedDataTypes": {},
"features": [
"100 percent post-consumer recycled printer and copier paper for everyday use at an affordable price",
"Made in the USA from recycled food and beverage containers and other paper-based printed materials",
"2400 8.5 x 11 sheets (6 reams of 400 sheets each), poly wrapped for package durability",
"20 lb., 92 bright white for better contrast and color reproduction"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260604",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Printworks 100 Percent Recycled Multipurpose Paper, 20 Pound, 92 Bright, 8.5 x 11 Inches, White, 6 Reams 2400 sheets (00018C)",
"url": "https://www.amazon.com/dp/B073SK8HLH?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "July 1, 2017",
"Brightness": "92",
"Size": "6 Reams: 2,400 Sheets",
"Sheet Size": "8.5-x-11-inch",
"Global Trade Identification Number": "30090146000188, 20090146000181",
"ASIN": "B073SK8HLH",
"Material Type": "paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Brightness Rating": "92",
"Manufacturer": "Paris Business Products",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "00018C",
"Manufacturer Part Number": "00018C",
"Sheet Count": "2400",
"Material Feature": "Recyclable",
"Total Recycled Content Percentage": "100",
"Paper Finish": "Uncoated",
"Brand": "PrintWorks",
"Post-Consumer Recycled Content Percentage": "100",
"Brand Name": "PrintWorks",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5-x-11-inch",
"Item Weight": "20 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream: 400 Sheets"
},
{
"index": 1,
"displayString": "3 Reams: 1,200 Sheets"
},
{
"index": 2,
"displayString": "6 Reams: 2,400 Sheets"
},
{
"index": 3,
"displayString": "8 Reams: 3,200 Sheets"
},
{
"index": 4,
"displayString": "480 Reams: 192,000 Sheets"
}
]
}
],
"variations": [
{
"asin": "B007JJDTFI",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B07SMTTH6V",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B073SK8HLH",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B089DRJ3QM",
"variationValues": [
{
"index": 0,
"value": 3
}
]
},
{
"asin": "B0759Q752T",
"variationValues": [
{
"index": 0,
"value": 4
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Printworks 100% Recycled Multipurpose Paper takes the common belief that what's good for the environment needs to be expensive and turns it on its ear. While most economical, recycled papers are made with 30% recycled fiber, Print Works Recycled Multipurpose Paper is 100% recycled, more than 3 times the recycled content but around the same price. Tread lightly on your wallet and the earth for sustainable savings. About 40 percent of all paper collected for recycling in the United States is sent on a journey of up to 7,000 miles to overseas markets, primarily Asia, where it is remanufactured into paper products, many of which are sent right back to the United States. This round trip, of up to 14,000 miles, creates a vast carbon footprint compared to paper recycled in the United States. Print Works 100% Recycled copy paper is REMADE right here in the United States! To reduce costs, Print Works 100% Recycled printer paper is made from raw materials sourced within 300 miles of the paper mill. This reduces the amount of transport: gas, energy, carbon, required to get the materials from origination to production. When you buy Print Works 100% Recycled paper, you are helping to keep materials out of landfills and promoting a sustainable process. At the mill, a proprietary process takes everyday food and beverage containers along with other print materials and separates the poly layer (the shiny stuff that controls temperature and moisture) from the paper layer. The poly is collected and remade into common household goods like composite fencing and decking. The paper that comes from the coffee cups, ice cream containers, soda boxes, and food packages is put through a chlorine-free cleaning, de-inking and re-pulping process to form the basis of this recycled paper. The performance of Print Works 100. The multipurpose paper is perfect for everyday printing at home, school or in the office. For over 50 years, we have been the experts on coatings, paper finishes and the total printing process. The Printworks family of multipurpose papers is the perfect choice for a wide variety of printing needs. Whether you are printing recipes, driving directions, school reports or presentations for that I've-got-to-impress business meeting, Printworks has a grade of paper specifically engineered to meet your needs. Printworks brand copy paper is designed and engineered with you in mind. Stringently specified. Meticulously crafted. Assured quality. Satisfyingly affordable. All come with a 100..",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00OCR0A4I",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.KQM2KYE6UQWJMZSUO3GWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ7PA2PTEZOFZAPP74TZC36DMEWY5J7D3PTL4KUJVI735X4ACM6VTOQXJIQCISDTAI3SD4ZPW5YLDWDHFT4XLES6CQZXIII4D3NBEMWHL3MPBFSHL3M5KIQER4IYWBTEHKQ",
"includedDataTypes": {},
"features": [
"PREMIUM PRINTER PAPER – Hammermill Premium Inkjet & Laser 24lb Printer Paper is a versatile sheet that’s perfect for double-sided inkjet or laser printed projects. With a 97 brightness & blue-white shade, you get consistently sharp, clear images.",
"COLORLOK TECHNOLOGY – This computer paper features ColorLok Technology for colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster. This white copy paper will provide consistently superior results.",
"PERFECT FOR PRINTING – This multi-purpose copier paper is designed to run smoothly through all office equipment for professional results when printing newsletters, flyers, reports, memos, and more. It’s also acid-free paper to prevent yellowing over time.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill printer paper is Forest Stewardship Council (FSC) certified, which means they are made with renewable resources from third-party certified, sustainably managed forests."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Inkjet & Laser Paper 24 Lb, 8.5 x 11 - 1 Ream (500 Sheets) - 97 Bright, Made in the USA, 166140R",
"url": "https://www.amazon.com/dp/B00OCR0A4I?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 10, 2015",
"Brightness": "97",
"Number of Pieces": "500",
"Size": "1 Ream | 500 Sheets",
"Sheet Size": "8.5x11",
"UPC": "010199166142",
"Global Trade Identification Number": "00010199166142",
"ASIN": "B00OCR0A4I",
"Material Type": "Printer Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "97",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Inkjet",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "166140R",
"Manufacturer Part Number": "166140R",
"Sheet Count": "500",
"Material Feature": "Renewable",
"Paper Finish": "Uncoated",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5x11"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "5 Ream | 2500 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "24 lb"
},
{
"index": 1,
"displayString": "24 lb Ink - Laser"
}
]
}
],
"variations": [
{
"asin": "B014UUL9WS",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00OCR0A4I",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00ZF0DG6K",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0183P917Q",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Premium Inkjet & Laser Printer Paper provides a versatile sheet that is perfect for double-sided printing for both inkjet and laser printed projects. With a 97 brightness and blue-white shade, this printing paper produces sharp, clear images for consistently top-notch results. This multipurpose paper also features ColorLok Technology for colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster to help you achieve professional results when printing newsletters, flyers, reports, memos, and more. It’s premium copy paper that’s perfect for use in all office printers and machines. Our 99.99. 000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B00BT2MG2I",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.HKM6ZRVGEA5L4BZ7S2EGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQXKPXLBUWFGNTGGPZTL7PE3X5Q2IH6HRU6QLHT5SJHULXFMQ7AJPJC7TT2L5UH3B24MPJ6HSNKBI4R65RPT4JCPJVUQTBLJOUWY6NPCMF7ULOXMWAAJSS6AEM3Y3LNV3IA",
"includedDataTypes": {},
"features": [
"PREMIUM COPY PAPER – Hammermill Premium 24lb Multi-Purpose Copy Paper provides a versatile sheet designed to run effectively through all office and home printing equipment. 100% USA made to support millions of sustainable forestry jobs.",
"COLORLOK TECHNOLOGY – This multi-purpose copier paper features ColorLok Technology for colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster. Plus, this acid-free white copy paper will not yellow over time.",
"BRIGHT FINISH – The high 97 brightness and heavy weight basis weight combine in this copying paper to produce high quality documents you will be proud to distribute. It’s perfect for printing proposals, newsletters, forms, direct mail, invoices and more.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill printer paper is Forest Stewardship Council (FSC) certified, which means they are made with renewable resources from third-party certified, sustainably managed forests."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260604",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Multipurpose Paper 24 lb, 8.5 x 11 - 5 Ream (2,500 Sheets) - 97 Bright, Made in the USA, 105810C",
"url": "https://www.amazon.com/dp/B00BT2MG2I?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 30, 2011",
"Brightness": "97.00",
"Number of Pieces": "2500",
"Size": "5 Ream | 2500 Sheets",
"Sheet Size": "8.5x11 inches",
"Global Trade Identification Number": "50010199105818, 00010199005816",
"ASIN": "B00BT2MG2I",
"Material Type": "Paper",
"Product Dimensions": "8.5\"L x 11\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "97.00",
"Manufacturer": "Hammermill",
"Compatible Printer Type": "Laser",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "5",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "105810C",
"Manufacturer Part Number": "105810C",
"Sheet Count": "2500",
"Material Feature": "Renewable",
"Paper Finish": "Glossy",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "8.5\"L x 11\"W",
"Paper Size": "8.5x11 inches",
"Item Weight": "384 Ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 2,
"displayString": "Pallet | 160k Sheets"
},
{
"index": 3,
"displayString": "Pallet | 200k Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "20 lb"
},
{
"index": 1,
"displayString": "24 lb"
}
]
}
],
"variations": [
{
"asin": "B009ZMP62Q",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00BT2SSKM",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0074WQN12",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00BT2MG2I",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01997163Y",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01996QU4K",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "This Hammermill Premium Multi-Purpose Copy Paper provides a versatile sheet that’s designed to run effectively through all office and home printing equipment. The high 97 brightness and heavy basis weight combine to produce a printer paper you’ll be proud to distribute. It’s the perfect copying paper for proposals, newsletters, forms, reports, faxes, direct mail, invoices, correspondences, and more. With this multi-purpose copy and print paper, you’ll get consistently reliable results in all home and office printers/machines. It also features ColorLok Technology which produces colors that are 30% brighter, blacks that are 60% bolder and ink that dries 3x faster for less smearing. This acid-free white paper prevents sheets from yellowing over time to ensure long-lasting archival quality. Our 99.99. 000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
}
]
}
Search by manufacturer part number
Product Search API provides two options to search for products by their manufacturer part number:
Part number type | Description |
---|---|
Part number | A unique number issued by manufacturers to identify individual products. |
Original Equipment Manufacturer (OEM) part number | An identifier that indicates the original manufacturer of the part of the product. |
You can include these part numbers in the searchProductsRequest
operation request to initiate a product search.
Part number
Include these fields in the request to search for products by their part number:
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | partNumber | A unique number issued by manufacturers to identify individual products. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=paper&locale=en_US&partNumber=KCC01840
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=paper&locale=en_US&partNumber=KCC01840"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided part number.
{
"matchingProductCount": 2,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Alexa Skills",
"searchRefinementValue": "node#13727921011"
},
{
"displayName": "Amazon Devices & Accessories",
"searchRefinementValue": "node#16333372011"
},
{
"displayName": "Appliances",
"searchRefinementValue": "node#2619525011"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "node#2350149011"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "node#2617941011"
},
{
"displayName": "Audible Books & Originals",
"searchRefinementValue": "node#18145289011"
},
{
"displayName": "Automotive",
"searchRefinementValue": "node#15684181"
},
{
"displayName": "Baby Products",
"searchRefinementValue": "node#165796011"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "node#3760911"
},
{
"displayName": "Books",
"searchRefinementValue": "node#283155"
},
{
"displayName": "CDs & Vinyl",
"searchRefinementValue": "node#5174"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "node#2335752011"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"searchRefinementValue": "node#7141123011"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "node#4991425011"
},
{
"displayName": "Credit & Payment Cards",
"searchRefinementValue": "node#3561432011"
},
{
"displayName": "Digital Music",
"searchRefinementValue": "node#163856011"
},
{
"displayName": "Electronics",
"searchRefinementValue": "node#172282"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "node#10272111"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "node#2238192011"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "node#16310101"
},
{
"displayName": "Handmade Products",
"searchRefinementValue": "node#11260432011"
},
{
"displayName": "Health & Household",
"searchRefinementValue": "node#3760901"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "node#8098158011"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "node#1055398"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "node#16310091"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "node#133140011"
},
{
"displayName": "Magazine Subscriptions",
"searchRefinementValue": "node#599858"
},
{
"displayName": "Movies & TV",
"searchRefinementValue": "node#2625373011"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "node#11091801"
},
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
},
{
"displayName": "Patio, Lawn & Garden",
"searchRefinementValue": "node#2972638011"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "node#2619533011"
},
{
"displayName": "Software",
"searchRefinementValue": "node#229534"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "node#3375251"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "node#228013"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "node#165793011"
},
{
"displayName": "Video Games",
"searchRefinementValue": "node#468642"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
}
],
"refinements": {
"categories": [
{
"displayName": "Alexa Skills",
"id": "ALEXA_SKILLS"
},
{
"displayName": "Amazon Devices & Accessories",
"id": "AMAZON_DEVICES_ACCESSORIES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Apps & Games",
"id": "APPS_GAMES"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_CRAFTS_SEWING"
},
{
"displayName": "Audible Books & Originals",
"id": "AUDIBLE_BOOKS_ORIGINALS"
},
{
"displayName": "Automotive",
"id": "AUTOMOTIVE"
},
{
"displayName": "Baby Products",
"id": "BABY_PRODUCTS"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY_PERSONAL_CARE"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "CDs & Vinyl",
"id": "CDS_VINYL"
},
{
"displayName": "Cell Phones & Accessories",
"id": "CELL_PHONES_ACCESSORIES"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"id": "CLOTHING_SHOES_JEWELRY"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES_FINE_ART"
},
{
"displayName": "Digital Music",
"id": "DIGITAL_MUSIC"
},
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_GOURMET_FOOD"
},
{
"displayName": "Handmade Products",
"id": "HANDMADE_PRODUCTS"
},
{
"displayName": "Health & Household",
"id": "HEALTH_HOUSEHOLD"
},
{
"displayName": "Home & Business Services",
"id": "HOME_BUSINESS_SERVICES"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_KITCHEN"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL_SCIENTIFIC"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Magazine Subscriptions",
"id": "MAGAZINE_SUBSCRIPTIONS"
},
{
"displayName": "Movies & TV",
"id": "MOVIES_TV"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Patio, Lawn & Garden",
"id": "PATIO_LAWN_GARDEN"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Software",
"id": "SOFTWARE"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_OUTDOORS"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_HOME_IMPROVEMENT"
},
{
"displayName": "Toys & Games",
"id": "TOYS_GAMES"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
}
],
"subCategories": [],
"availabilityOptions": [],
"deliveryDayOptions": [],
"eligibleForFreeShippingOptions": [],
"primeEligible": []
},
"numberOfPages": 1,
"products": [
{
"asin": "B0040ZOD04",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.CSDOXXW5EIFX3TBJIF2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQW64WOY4LCERGI7R4DTDIBUWWIA2NSACSLGZA6MPA7LYJIOPBYNTM2SE3KWAQHC57FFMMCPICVWRMLGQB2F6BP2JB5DTXSHZLUOLZ2XOM36MPL7IVFUTBE6P6Q5HU5B45A",
"includedDataTypes": {},
"features": [
"250 Sheets/Pack, 16 Scott Multifold Paper Towel Packs/Case; 4,000 Sheets/Case; with Absorbency Pockets; 9.2\" x 9.4\" sheets; White; Compact Case for Easy Storage",
"With exclusive Absorbency Pockets that soak up water fast, these multifold paper towels are designed to reduce waste",
"Product is a part of Kimberly-Clark Professional's Responsible Partners program",
"Fits into most universal dispensers for multifold towels (alternative to C Fold paper towels, which can over-dispense)",
"Meets EPA minimum standards for post-consumer waste and are FSC and ECOLOGO certified"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [
{
"displayString": "Multi-Fold"
}
],
"title": "Scott Professional Universal Multifold Paper Towels, Bulk (01840), Absorbency Pockets, White, 9.2\"x9.4\" Towel, White, Compressed, Compact (250 Sheets/Pack, 16 Packs/Case, 4,000 Sheet Total)",
"url": "https://www.amazon.com/dp/B0040ZOD04?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 9, 2004",
"Unit Count": "16.0 Count",
"Recommended Uses For Product": "Hand Washing",
"Size": "250 Count (Pack of 16)",
"Global Trade Identification Number": "10036000018407",
"ASIN": "B0040ZOD04",
"Material Type": "Paper",
"Product Dimensions": "24.25 x 13.75 x 9.5 inches; 0.96 ounces",
"Is Discontinued By Manufacturer": "No",
"Department": "Janitorial / Maintenance & Lunchroom Supplies",
"Manufacturer": "Kimberly-Clark Professional",
"Number of Items": "16",
"Special Feature": "Absorbent, Recyclable",
"Net Content Count": "4000 Sheet",
"Material Features": "Recyclable, 40% Post-consumer Waste",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "24.25 x 13.75 x 9.5 inches",
"Color": "White",
"Item model number": "KCC01840",
"Sheet Count": "4000",
"Material": "Paper",
"Material Feature": "Recyclable, 40% Post-consumer Waste",
"Sheet Count Per Unit": "250",
"Brand": "Scott Professional",
"Brand Name": "Scott Professional",
"Item Form": "Individual Sheet",
"Additional Features": "Absorbent, Recyclable",
"Item Dimensions": "24.25 x 13.75 x 9.5 inches",
"Paper Towel Fold Type": "Multifold",
"Item Weight": "0.06 Pounds"
},
"productDetails": {
"B0040ZOD04": {
"Brand Name": "Scott Professional",
"Color": "White",
"Global Trade Identification Number": "10036000018407",
"Included Components": "1840",
"Item Weight": "0.960 ounces",
"Length": "9.4 inches",
"Material": "Paper",
"Material Feature": "Recyclable , 40% Post-consumer Waste",
"Model Number": "KCC01840",
"Number of Items": "16",
"Part Number": "KCC01840",
"Size": "250 Count (Pack of 16)",
"Special Features": "Recyclable , Absorbent",
"Specification Met": "Meets EPA Guidelines",
"Style": "Multi-Fold Towels 9.2” x 9.4”",
"Temperature Rating": "ambient: room temperature",
"UNSPSC Code": "14111700",
"Width": "9.2 inches"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Scott provides reliable balance of efficiency, performance, and value. As a business owner, quality and cost-effectiveness are important in everything you purchase. With Scott Professional Standard Roll bulk toilet paper, you can get the quality and performance you count on—and still stay within your budget. With the new paper design, our bath tissue is Unmistakably Scott branded so you'll be recognized for providing the most well-known restroom brand in your facility. Plus, the bulk rolls are individually wrapped (they're protected until you're ready to use them) and fit with most universal toilet paper dispensers. These toilet paper rolls are designed to fit into universal, cored roll dispensers. If practicality, reliability and value top your list of criteria for bathroom supplies, trust Scott Standard Roll Bath Tissue Superior quality at value prices means that Scott is always a great choice.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Manufacturing practices",
"message": "Manufactured using processes that reduce the risk of negative environmental impact.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Safer chemicals",
"message": "Made with chemicals safer for human health and the environment.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B00JCEIDMM",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.S3CNFLF7BQH5WTTA77UWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQWENUWG7YQHCNYJUUCMRBP2CFJCU3JZNTV4F3S3Z5DMGB57CUAGNOXYMKAIJ3GEHTZXONU5OCATBMAJBZLN6L76QYCERSGOVDL5WTGE4XTUIG2FVMNKAYQE4VC3ZI2ZTGA",
"includedDataTypes": {},
"features": [
"Multifold white towels are convenient and absorbent",
"The fold allows easy dispensing on 1 towel per pulldelivers 1 towel per pull even without a dispenserSpecifications",
"Color: White",
"Size: 9.5 x 9.4 in.",
"Produced with the highest grade materials"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111703",
"title": "Paper towels",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Kimberly-Clark KCC01840 9.5 x 9.4 in. Scott MultiFold Paper Towels",
"url": "https://www.amazon.com/dp/B00JCEIDMM?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Kimberly-Clark",
"Brand Name": "Kimberly-Clark",
"Unit Count": "1.0 Count",
"Size": "1 Count (Pack of 1)",
"Manufacturer": "Kimberly-Clark",
"UPC": "724086651092",
"ASIN": "B00JCEIDMM",
"Number of Items": "1"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Beautiful furniture never fails to make an impact. Furniture is a big part of interior decoration. Be it for a spacious home or for a cosy apartment, a house or an office, furnish every conceivable space with our products. We provide highquality modern furniture to be enjoyed for many years with a focus on dependability, user satisfaction, and great quality.Features. Multifold white towels are convenient and absorbent. The fold allows easy dispensing on 1 towel per pulldelivers 1 towel per pull even without a dispenserSpecifications. Color White. Size 9.5 x 9.4 in.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
}
]
}
OEM part number
Include these fields in the request to search for products by their part number:
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Header | x-amz-user-email | An Amazon Business user account's email address. The user account must be part of an Amazon Business group that has granted consent to your application. | string | Yes |
Query | productRegion | The region where the customer wants to purchase the product. | enum (ProductRegion) | Yes |
Query | locale | The language of the response content. This locale is in the form of an IETF language tag. The format is [Two-letter ISO 639-1 language code]-[Two-letter ISO 3166-1 alpha-2 country code] , such as en-US for American English or es-MX for Mexican Spanish. Each ProductRegion supports one or more locales. For example, the United States supports en-US and es-US for English and Spanish, respectively. | string | Yes |
Query | oemPartNumber | A unique number issued by manufacturers to identify individual products. | string | Yes |
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=Tools&locale=en_US&oemPartNumber=CWB24BL
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=Tools&locale=en_US&oemPartNumber=CWB24BL"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns an array of products matching the provided part number.
{
"matchingProductCount": 4,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Alexa Skills",
"searchRefinementValue": "node#13727921011"
},
{
"displayName": "Amazon Devices & Accessories",
"searchRefinementValue": "node#16333372011"
},
{
"displayName": "Appliances",
"searchRefinementValue": "node#2619525011"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "node#2350149011"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "node#2617941011"
},
{
"displayName": "Audible Books & Originals",
"searchRefinementValue": "node#18145289011"
},
{
"displayName": "Automotive",
"searchRefinementValue": "node#15684181"
},
{
"displayName": "Baby Products",
"searchRefinementValue": "node#165796011"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "node#3760911"
},
{
"displayName": "Books",
"searchRefinementValue": "node#283155"
},
{
"displayName": "CDs & Vinyl",
"searchRefinementValue": "node#5174"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "node#2335752011"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"searchRefinementValue": "node#7141123011"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "node#4991425011"
},
{
"displayName": "Credit & Payment Cards",
"searchRefinementValue": "node#3561432011"
},
{
"displayName": "Digital Music",
"searchRefinementValue": "node#163856011"
},
{
"displayName": "Electronics",
"searchRefinementValue": "node#172282"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "node#10272111"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "node#2238192011"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "node#16310101"
},
{
"displayName": "Handmade Products",
"searchRefinementValue": "node#11260432011"
},
{
"displayName": "Health & Household",
"searchRefinementValue": "node#3760901"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "node#8098158011"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "node#1055398"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "node#16310091"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "node#133140011"
},
{
"displayName": "Magazine Subscriptions",
"searchRefinementValue": "node#599858"
},
{
"displayName": "Movies & TV",
"searchRefinementValue": "node#2625373011"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "node#11091801"
},
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
},
{
"displayName": "Patio, Lawn & Garden",
"searchRefinementValue": "node#2972638011"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "node#2619533011"
},
{
"displayName": "Software",
"searchRefinementValue": "node#229534"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "node#3375251"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "node#228013"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "node#165793011"
},
{
"displayName": "Video Games",
"searchRefinementValue": "node#468642"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
}
],
"refinements": {
"categories": [
{
"displayName": "Alexa Skills",
"id": "ALEXA_SKILLS"
},
{
"displayName": "Amazon Devices & Accessories",
"id": "AMAZON_DEVICES_ACCESSORIES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Apps & Games",
"id": "APPS_GAMES"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_CRAFTS_SEWING"
},
{
"displayName": "Audible Books & Originals",
"id": "AUDIBLE_BOOKS_ORIGINALS"
},
{
"displayName": "Automotive",
"id": "AUTOMOTIVE"
},
{
"displayName": "Baby Products",
"id": "BABY_PRODUCTS"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY_PERSONAL_CARE"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "CDs & Vinyl",
"id": "CDS_VINYL"
},
{
"displayName": "Cell Phones & Accessories",
"id": "CELL_PHONES_ACCESSORIES"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"id": "CLOTHING_SHOES_JEWELRY"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES_FINE_ART"
},
{
"displayName": "Digital Music",
"id": "DIGITAL_MUSIC"
},
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_GOURMET_FOOD"
},
{
"displayName": "Handmade Products",
"id": "HANDMADE_PRODUCTS"
},
{
"displayName": "Health & Household",
"id": "HEALTH_HOUSEHOLD"
},
{
"displayName": "Home & Business Services",
"id": "HOME_BUSINESS_SERVICES"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_KITCHEN"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL_SCIENTIFIC"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Magazine Subscriptions",
"id": "MAGAZINE_SUBSCRIPTIONS"
},
{
"displayName": "Movies & TV",
"id": "MOVIES_TV"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Patio, Lawn & Garden",
"id": "PATIO_LAWN_GARDEN"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Software",
"id": "SOFTWARE"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_OUTDOORS"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_HOME_IMPROVEMENT"
},
{
"displayName": "Toys & Games",
"id": "TOYS_GAMES"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
}
],
"subCategories": [],
"availabilityOptions": [],
"deliveryDayOptions": [],
"eligibleForFreeShippingOptions": [],
"primeEligible": []
},
"numberOfPages": 1,
"products": [
{
"asin": "B01FW3U26G",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.MIME6ZFLF4GRUGCOVKLWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQRGH5NZP2TBXM7C4WPBWATEP2I5VSIW34QV5ZUCOD45SS3JXRSIOXQ7Q4HFNOBEY3WECU3C2PWKRHJFLXYETXNMZLYRPWSQFQWMTGTSZWUSPPEXELFRLDXUAJDCVP4KQWA",
"includedDataTypes": {},
"features": [
"COMPLETE BRAKE CALIPER TOOL SET: This Orion Motor Tech 24-piece brake caliper tool set includes 2 retaining plates, left and right thrust bolt assemblies, 18 disc adapters, 2 brake hangers, a carry case, and a pair of gloves",
"EASY OPERATION: Attach the plate to the handle, select the disc adapter that fits & rotate the pistons back into their calipers to clear your pads; embedded magnets in each thrust bolt assembly easily hold your drive keys & adapters in place during use",
"UNIVERSAL COMPATIBILITY: This disc brake caliper tool set includes a large array of adapters to fit most vehicles, including hundreds of American, Japanese, and European models; see below for a full list of compatible models",
"DURABLE BUILD: The sandblasted #45 carbon steel construction of our tool set ensures long lasting performance and corrosion resistance even after years of punishing use",
"CUSTOM CASE INCLUDED: The heavy-duty blow molded case ensures your tools are securely housed, making it simple to carry them wherever you need to go while keeping everything in place"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "25170000",
"title": "Transportation components and systems",
"type": "UNSPSC"
},
{
"taxonomyCode": "44100201",
"title": "Brake pad, rubbing disk (motor vehicle)",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set and Wind Back Tool Kit for Brake Pad Replacement Reset, Fits Most American, European, Japanese Autos",
"url": "https://www.amazon.com/dp/B01FW3U26G?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"OEM Part Number": "CWB24BL",
"Date First Available": "May 19, 2016",
"Position": "Inside",
"Vehicle Service Type": "Most American, European, Japanese Autos",
"Item model number": "CWB",
"Manufacturer Part Number": "CWB BL2200 GWCA",
"ASIN": "B01FW3U26G",
"Orientation": "Dual",
"Product Dimensions": "13.39 x 9.37 x 2.56 inches",
"Is Discontinued By Manufacturer": "No",
"Compatible with Vehicle Type": "Most American, European, Japanese Autos",
"Brand": "Orion Motor Tech",
"Brand Name": "Orion Motor Tech",
"Assembly Required": "Yes",
"Manufacturer": "Orion Motor Tech",
"Item Weight": "6.28 pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Black"
},
{
"index": 1,
"displayString": "Blue"
},
{
"index": 2,
"displayString": "Red"
}
]
}
],
"variations": [
{
"asin": "B08Y5DHW6N",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B01FW3U26G",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B07GXL18WP",
"variationValues": [
{
"index": 0,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Easily repair troublesome breaks with Orion Motor Tech's 24 piece brake caliper compression tool kit. Service your brakes and rotate your pistons back into their calipers without damaging them or the boot. Our brake service kit comes with twin thrust bolt assemblies, two retaining plates, and 18 adapters to help you work with the disc brakes on most domestic and import vehicles. Precision crafted from high quality 45# steel for optimal strength and durability, each fitting is blackened for long-lasting wear and corrosion resistance. Our automotive tool kit includes a pair of gloves for safe operation and two caliper hooks to hold your calipers out of the way during maintenance letting you get the job done right.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 0,
"badges": [
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Brake Repair Brake Adjusting Tools",
"url": "https://www.amazon.com/gp/bestsellers/automotive/15707261?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B09QMH2LXZ",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.SAACWEYJOGLLFECBRXAGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ7AQS6QRYOLNOIZAUEDAH7RYTBKMYO6YHH4QXIJFMAY3T75U2BY25H4Y4FVDHJQ6G4YR3ZUQ5JIB4R6LOIHMOQG46IOQD455IFZKIM5TRH2P4SCQL7IUBXEJARTOTKHDHQ",
"includedDataTypes": {},
"features": [
"Bundle Include: A --24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set and Wind Back Tool Kit for Brake Pad Replacement Reset; B --Drum Brake Tool with Drum Brake Spring Tool, Brake Spring Compressor, Brake Spring Pliers",
"A1 -- For brake pad and shoe replacement and rotating pistons back into the caliper on your car, truck or 4-wheel drive disc brake vehicle. Includes both right-handed and left-handed thrust bolt assemblies. This multi-disc brake caliper wind back tool kit includes 18 adapters fitting hundreds of vehicle makes and models including American, European, and Japanese.",
"A2 -- Carbon steel construction with a rust-proof blasted finish, these components will stand up to heavy use and accidental drops. It’s perfect for everyone from DIY novices to professional mechanics. Includes an ABS carrying case with pre-sized slots for every component - right and left-handed thrust bolts, 2 retaining plates, and 18 disc adapters.",
"B1--Complete Set: Orion Motor Tech's 8 pc. brake tool kit provides all essential accessories for servicing drum brakes, including pliers, installers, removers, compressors, retainers, and various adjustment spoons, catering to a wide range of automotive needs in a single comprehensive package.",
"B2--Premium Quality and Convenience: Made from structural-grade 45# steel with protective coatings, the tools offer exceptional strength, durability, and resistance to wear and corrosion. The reinforced ergonomic handles and rugged blow-molded case enhance usability, comfort, and organization while facilitating easy storage and transport between jobs."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "60131500",
"title": "Musical instrument parts and accessories",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set & 8pc Drum Brake Tool Kit, Drum Brake Tool with Drum Brake Spring Tool, Bundle",
"url": "https://www.amazon.com/dp/B09QMH2LXZ?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Orion Motor Tech",
"Brand Name": "Orion Motor Tech",
"Date First Available": "October 22, 2024",
"Vehicle Service Type": "Car",
"ASIN": "B09QMH2LXZ",
"Orientation": "Front",
"Compatible with Vehicle Type": "Car"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set & 8pc Drum Brake Tool Kit, Drum Brake Tool with Drum Brake Spring Tool, Bundle",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 0,
"badges": []
},
{
"asin": "B098JYQFM3",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.PX4JBNSLU3YWNIL2BOKGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ2GYMYBZZF5LBHVGTFAE7THVBYDEGQYG7XWCIB6APCY77LE7XUB4ZL6WUB2LM5X454ESJ6TLB7EYTTLJXXWFDZBG3SERFZYOTCRLJBNY3F6I37J4PR3IJ6QP32KWUVMZ6A",
"includedDataTypes": {},
"features": [
"Bundle Include: A --24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set and Wind Back Tool Kit for Brake Pad Replacement Reset; B --Heavy Duty Ball Joint Removal Tool Kit with 4x4 Adapters, for Most 2WD and 4WD Cars and Light Trucks",
"A1 -- For brake pad and shoe replacement and rotating pistons back into the caliper on your car, truck or 4-wheel drive disc brake vehicle. Includes both right-handed and left-handed thrust bolt assemblies. This multi-disc brake caliper wind back tool kit includes 18 adapters fitting hundreds of vehicle makes and models including American, European, and Japanese.",
"A2 -- Carbon steel construction with a rust-proof blasted finish, these components will stand up to heavy use and accidental drops. It’s perfect for everyone from DIY novices to professional mechanics. Includes an ABS carrying case with pre-sized slots for every component - right and left-handed thrust bolts, 2 retaining plates, and 18 disc adapters.",
"B1--Comprehensive and User-friendly Set: The ORION MOTOR TECH Ball Joint Press Set offers a complete solution for ball joint service, including adapters for various press-fit parts on 2WD and 4WD vehicles without the need to remove the control arm, ensuring user convenience and efficiency during maintenance tasks.",
"B2--Professional-Grade Quality and Universal Compatibility: Constructed from heavy-duty forged steel with a rust-resistant finish, this tool kit ensures durability and longevity in use. Trusted by off-road enthusiasts and professional mechanics, it is compatible with a wide range of American vehicles, making it a versatile and reliable choice for automotive repair requirements."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "25170000",
"title": "Transportation components and systems",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set & Ball Joint Press Kit, for Most 2WD and 4WD Cars and Light Trucks, Bundle",
"url": "https://www.amazon.com/dp/B098JYQFM3?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Orion Motor Tech",
"Brand Name": "Orion Motor Tech",
"Date First Available": "October 22, 2024",
"Vehicle Service Type": "Car",
"ASIN": "B098JYQFM3",
"Orientation": "Rear",
"Compatible with Vehicle Type": "Car"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set & Ball Joint Press Kit, for Most 2WD and 4WD Cars and Light Trucks, Bundle",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 0,
"badges": []
},
{
"asin": "B098MQPBQF",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.QFV66FMXLYK6OKCLVACGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQW26FBOFJIML33UKYOA55QKTNDFUTTCMEGAGG7TFT545YHJE2I36UP5MFIZUFH2KZX4DUF2VHG525VT66JCKO47LNZP7R2T4PRQ5KGTTDLN4CHVJJEMJ6AQTXECV42BXHQ",
"includedDataTypes": {},
"features": [
"Bundle Include: A -- 24pcs heavy duty disc brake piston caliper compressor rewind tool set and wind back tool kit for brake pad replacement reset, fits most American, European, Japanese Autos; B -- Brake Bleeding Kit for Brake Fluid Power Steering Fluid More, Vacuum Brake Bleeder Pump with Pressure Gauge",
"A1 -- For brake pad and shoe replacement and rotating pistons back into the caliper on your car, truck or 4-wheel drive disc brake vehicle. Includes both right-handed and left-handed thrust bolt assemblies. This multi-disc brake caliper wind back tool kit includes 18 adapters fitting hundreds of vehicle makes and models including American, European, and Japanese. See the Product Description section below for a more complete list",
"A2 -- Carbon steel construction with a rust-proof blasted finish, these components will stand up to heavy use and accidental drops. It’s perfect for everyone from DIY novices to professional mechanics. Includes an ABS carrying case with pre-sized slots for every component - right and left-handed thrust bolts, 2 retaining plates, and 18 disc adapters",
"B1 -- Efficient and versatile: The Orion Motor Tech brake bleeding kit allows for quick and easy bleeding of each wheel in under 5 minutes, without the need for an assistant. Its wide application extends beyond brake bleeding to clearing fluid systems and testing vacuum systems, offering convenience and efficiency in various automotive maintenance tasks",
"B2 -- Durable and reliable: Constructed from high-quality aluminum alloy and premium silicone materials, the vacuum pump ensures long-lasting corrosion-proof performance and superior sealing capabilities. This hermetic sealing, along with the sturdy construction, guarantees a reliable and effective tool that will withstand regular use and provide consistent results"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "25191800",
"title": "Vehicle testing and measuring equipment",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set and Wind Back Tool Kit & Tech Brake Bleeder Kit with Hand Vacuum Pump and Adapters, Bundle",
"url": "https://www.amazon.com/dp/B098MQPBQF?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Brand": "Orion Motor Tech",
"Brand Name": "Orion Motor Tech",
"Date First Available": "April 3, 2025",
"Vehicle Service Type": "Car",
"ASIN": "B098MQPBQF",
"Orientation": "Front",
"Compatible with Vehicle Type": "Car"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Orion Motor Tech 24pcs Heavy Duty Disc Brake Piston Caliper Compressor Rewind Tool Set & Brake Bleeder Kit with Hand Vacuum Pump and Adapters, Bundle",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 0,
"badges": []
}
]
}
Step 2 (Optional). Retrieve the next page of results
By default, the searchProductsRequest
operation returns 24 results per search request. Optionally, you can specify the number of results per page with the pageSize
query parameter.
To retrieve the next page of results, call the API again with the same parameters and values as your last request. In addition, include the pageNumber
query parameter specifying the page you'd like to retrieve. You can retrieve a maximum of 13 pages per search query.
Type | Name | Description | Schema | Required |
---|---|---|---|---|
Query | pageNumber | The number of the page being requested. The page number is zero-based. If not specified, the first page of results will be returned. When passed, the value must be equal or greater than zero, and less than the maximum number of pages returned in the response. | integer | Yes |
Query | pageSize | The number of items desired in the response. If not specified, a default value of 24 will be used. Maximum items that can be fetched in single request is 24. | integer | No |
In this example, we continue a product search using the paper
keyword by passing pageNumber=1
in the request to retrieve the second page of results.
GET https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=paper&locale=en_US&pageNumber=1
import requests
url = "https://na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&keywords=paper&locale=en_US&pageNumber=1"
headers = {
"accept": "application/json",
"x-amz-access-token": "<Access token retrieved in Prerequisites Step 1>",
"x-amz-user-email": "<Customer email address",
}
response = requests.get(url, headers=headers)
print(response.text)
A successful request returns the next page of product search results. You can continue calling the API and retrieving additional search results by incrementing the pageNumber
parameter until you have reached the maximum number of results that can be retrieved.
{
"matchingProductCount": 306,
"searchRefinements": [
{
"selectionType": "SingleSelect",
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Alexa Skills",
"searchRefinementValue": "node#13727921011"
},
{
"displayName": "Amazon Devices & Accessories",
"searchRefinementValue": "node#16333372011"
},
{
"displayName": "Appliances",
"searchRefinementValue": "node#2619525011"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "node#2350149011"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "node#2617941011"
},
{
"displayName": "Audible Books & Originals",
"searchRefinementValue": "node#18145289011"
},
{
"displayName": "Automotive",
"searchRefinementValue": "node#15684181"
},
{
"displayName": "Baby Products",
"searchRefinementValue": "node#165796011"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "node#3760911"
},
{
"displayName": "Books",
"searchRefinementValue": "node#283155"
},
{
"displayName": "CDs & Vinyl",
"searchRefinementValue": "node#5174"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "node#2335752011"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"searchRefinementValue": "node#7141123011"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "node#4991425011"
},
{
"displayName": "Credit & Payment Cards",
"searchRefinementValue": "node#3561432011"
},
{
"displayName": "Digital Music",
"searchRefinementValue": "node#163856011"
},
{
"displayName": "Electronics",
"searchRefinementValue": "node#172282"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "node#10272111"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "node#2238192011"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "node#16310101"
},
{
"displayName": "Handmade Products",
"searchRefinementValue": "node#11260432011"
},
{
"displayName": "Health & Household",
"searchRefinementValue": "node#3760901"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "node#8098158011"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "node#1055398"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "node#16310091"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "node#133140011"
},
{
"displayName": "Magazine Subscriptions",
"searchRefinementValue": "node#599858"
},
{
"displayName": "Movies & TV",
"searchRefinementValue": "node#2625373011"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "node#11091801"
},
{
"displayName": "Office Products",
"searchRefinementValue": "node#1064954"
},
{
"displayName": "Patio, Lawn & Garden",
"searchRefinementValue": "node#2972638011"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "node#2619533011"
},
{
"displayName": "Software",
"searchRefinementValue": "node#229534"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "node#3375251"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "node#228013"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "node#165793011"
},
{
"displayName": "Video Games",
"searchRefinementValue": "node#468642"
}
]
},
{
"selectionType": "SingleSelect",
"displayValue": "Departments",
"refinementValues": []
},
{
"selectionType": "InsteadSelect",
"displayValue": "Delivery Day",
"refinementValues": [
{
"displayName": "Get It Today",
"searchRefinementValue": "SSI$p_90#BN$8308920011"
},
{
"displayName": "Get It by Tomorrow",
"searchRefinementValue": "SSI$p_90#BN$8308921011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Prime",
"refinementValues": [
{
"displayName": "Prime Eligible",
"searchRefinementValue": "SSI$p_85#BN$2470955011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Shipping Options",
"refinementValues": [
{
"displayName": "Free Shipping by Amazon",
"searchRefinementValue": "SSI$p_76#BN$2661625011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Customer Reviews",
"refinementValues": [
{
"displayName": "4 Stars & Up",
"searchRefinementValue": "SSI$p_72#BN$2661618011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Deals & Discounts",
"refinementValues": [
{
"displayName": "All Discounts",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566065011"
},
{
"displayName": "Today's Deals",
"searchRefinementValue": "SSI$p_n_deal_type#BN$23566064011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Condition",
"refinementValues": [
{
"displayName": "New",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461716011"
},
{
"displayName": "Used",
"searchRefinementValue": "SSI$p_n_condition-type#BN$6461718011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "More-sustainable Products",
"refinementValues": [
{
"displayName": "Climate Pledge Friendly",
"searchRefinementValue": "SSI$p_n_cpf_eligible#BN$21512497011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Subscription Options",
"refinementValues": [
{
"displayName": "Subscribe & Save Eligible",
"searchRefinementValue": "SSI$p_n_is_sns_available#BN$2617006011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Local Stores",
"refinementValues": [
{
"displayName": "Amazon Fresh",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075438011"
},
{
"displayName": "Whole Foods Market",
"searchRefinementValue": "SSI$p_n_alm_brand_id#BN$18075437011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "FSA or HSA Eligible",
"refinementValues": [
{
"displayName": "FSA or HSA Eligible",
"searchRefinementValue": "SSI$p_n_hba_program#BN$17904039011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "SNAP EBT",
"refinementValues": [
{
"displayName": "SNAP EBT Eligible",
"searchRefinementValue": "SSI$p_n_program_participation#BN$17428820011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Seller Type",
"refinementValues": [
{
"displayName": "Business Seller",
"searchRefinementValue": "SSI$p_amazon_business_seller#BN$15156999011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Certified",
"refinementValues": [
{
"displayName": "Auto Replenishment",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741514011"
},
{
"displayName": "Works with Alexa",
"searchRefinementValue": "SSI$p_n_amazon_certified#BN$16741513011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Global Store",
"refinementValues": [
{
"displayName": "Amazon Global Store",
"searchRefinementValue": "SSI$p_n_is-global-store-asin#BN$16354393011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "International Shipping",
"refinementValues": [
{
"displayName": "International Shipping Eligible",
"searchRefinementValue": "SSI$p_n_shipping_option-bin#BN$3242350011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Amazon Business Ownership & Diversity Seller Certifications",
"refinementValues": [
{
"displayName": "Registered Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490165011"
},
{
"displayName": "Women-Owned Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490166011"
},
{
"displayName": "Women-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490167011"
},
{
"displayName": "Economically Disadvantaged Woman-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490168011"
},
{
"displayName": "Veteran-Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490169011"
},
{
"displayName": "Service Disabled Veteran Owned Small Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490170011"
},
{
"displayName": "Minority-Owned Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490171011"
},
{
"displayName": "SBA-Certified 8(a) Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490172011"
},
{
"displayName": "SBA-Certified HUB Zone Firm",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490173011"
},
{
"displayName": "SBA-Certified Small Disadvantaged Business",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490174011"
},
{
"displayName": "LGBT Business Enterprise",
"searchRefinementValue": "SSI$p_seller_credentials#BN$15490175011"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Customizable Products",
"refinementValues": [
{
"displayName": "Customizable",
"searchRefinementValue": "SSI$p_n_customizable_template_name#BN$16031489011"
}
]
},
{
"selectionType": "InsteadSelect",
"displayValue": "Availability",
"refinementValues": [
{
"displayName": "In Stock Only",
"searchRefinementValue": "SSI$p_n_availability#BN$2661600011"
},
{
"displayName": "Include Out of Stock",
"searchRefinementValue": "SSI$p_n_availability#BN$2661601011"
}
]
}
],
"refinements": {
"categories": [
{
"displayName": "Alexa Skills",
"id": "ALEXA_SKILLS"
},
{
"displayName": "Amazon Devices & Accessories",
"id": "AMAZON_DEVICES_ACCESSORIES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Apps & Games",
"id": "APPS_GAMES"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_CRAFTS_SEWING"
},
{
"displayName": "Audible Books & Originals",
"id": "AUDIBLE_BOOKS_ORIGINALS"
},
{
"displayName": "Automotive",
"id": "AUTOMOTIVE"
},
{
"displayName": "Baby Products",
"id": "BABY_PRODUCTS"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY_PERSONAL_CARE"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "CDs & Vinyl",
"id": "CDS_VINYL"
},
{
"displayName": "Cell Phones & Accessories",
"id": "CELL_PHONES_ACCESSORIES"
},
{
"displayName": "Clothing, Shoes & Jewelry",
"id": "CLOTHING_SHOES_JEWELRY"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES_FINE_ART"
},
{
"displayName": "Digital Music",
"id": "DIGITAL_MUSIC"
},
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_GOURMET_FOOD"
},
{
"displayName": "Handmade Products",
"id": "HANDMADE_PRODUCTS"
},
{
"displayName": "Health & Household",
"id": "HEALTH_HOUSEHOLD"
},
{
"displayName": "Home & Business Services",
"id": "HOME_BUSINESS_SERVICES"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_KITCHEN"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL_SCIENTIFIC"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Magazine Subscriptions",
"id": "MAGAZINE_SUBSCRIPTIONS"
},
{
"displayName": "Movies & TV",
"id": "MOVIES_TV"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Patio, Lawn & Garden",
"id": "PATIO_LAWN_GARDEN"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Software",
"id": "SOFTWARE"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_OUTDOORS"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_HOME_IMPROVEMENT"
},
{
"displayName": "Toys & Games",
"id": "TOYS_GAMES"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
}
],
"subCategories": [],
"availabilityOptions": [
{
"displayName": "In Stock Only",
"id": "InStockOnly"
},
{
"displayName": "Include Out of Stock",
"id": "IncludeOutOfStock"
}
],
"deliveryDayOptions": [
{
"displayName": "Get It Today",
"id": "GetItByToday"
},
{
"displayName": "Get It by Tomorrow",
"id": "GetItByTomorrow"
}
],
"eligibleForFreeShippingOptions": [
{
"displayName": "Free Shipping by Amazon",
"id": "FreeShippingOnly"
}
],
"primeEligible": [
{
"displayName": "Prime Eligible",
"id": "PrimeEligibleOnly"
}
]
},
"numberOfPages": 13,
"products": [
{
"asin": "B07Q2XBXNW",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.K4UHKLPM7YBCNARVBZFWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYCFDRT6IV6D4CIG7LFPKYWM56NGXNM4XRTRL6FRTKST5QK6PBLUQYXI3SWKXVHOUV5CU4DPL2OF6FWEL2H3DIAHHOM2QJHVTFOSU2RLLYYZMIWCODZYXFM3MJAID2GU5A",
"includedDataTypes": {},
"features": [
"MORE SHEETS FOR YOUR PERSONAL AND PROFESSIONAL NEEDS: You will recieve 625 sheets of Bright Yellow (Solar Yellow) colored paper",
"AS BRIGHT AS ASTROBRIGHTS SOLAR YELLOW COLORED PAPER: Astrobrights colored paper is 20% thicker than standard paper, so it is perfect for your documents, flyers, crafting, school projects, color-coding, DIY crafting and more!!",
"JUST ADD BLACK INK: Printing on Astrobrights gives you all the benefits of color without the high cost and extra time of printing with colored ink. Just add black ink!",
"FULLY DYED PAPER: Astrobrights paper is dyed throughout for seamless cutting, folding, and tearing, without a white core.",
"HIGH QUALITY PRINT PERFORMANCE: Works well with printers including inkjet and laser for jam-free every day printing",
"ACID-FREE & LIGNIN-FREE: Astrobrights colored paper is acid-free and lignin-free for long lasting results that won't disintegrate over time",
"ASTROBRIGHTS CARES: We are committed to conserving our natural resources through responsible business and manufacturing policies and practices. Astrobrights products are FSC certified for responsible forestry."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Astrobrights Mega Collection, Colored Paper, Bright Yellow, 625 Sheets, 24 lb/89 gsm, 8.5\" x 11\" - MORE SHEETS! (91618)",
"url": "https://www.amazon.com/dp/B07Q2XBXNW?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "March 26, 2019",
"Size": "625 Count (Pack of 1)",
"Color": "Bright Yellow",
"Sheet Size": "8.5x11",
"Item model number": "91618",
"Manufacturer Part Number": "91618",
"UPC": "759598916186",
"Global Trade Identification Number": "00759598916186",
"ASIN": "B07Q2XBXNW",
"Material Type": "Paper",
"Sheet Count": "625",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Total Recycled Content Percentage": "20",
"Paper Finish": "Smooth",
"Brand": "Astrobrights",
"Brand Name": "Astrobrights",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5x11",
"Manufacturer": "Neenah",
"Compatible Printer Type": "Inkjet",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Bright Yellow"
}
]
},
{
"index": 1,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "625 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "625 Count (Pack of 2)"
}
]
}
],
"variations": [
{
"asin": "B07Q2XBXNW",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0CFXDL9YC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Let your creativity blast-off with Astrobrights MEGA Collection, in Bright Yellow. Astrobrights paper is 20% thicker than standard paper, so you can achieve bleed-free results for single and double-sided documents. Creative geniuses and novices alike, can create vibrant brochures, school projects, signs, coupons, and DIY paper crafting! Plus, this color paper saves money on pricey full-color ink while acting as the perfect canvas. Astrobrights paper is also lignin-free and acid-free so your creations won't yellow over time. Brighter Colors. Brighter Ideas.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B09NW81TH8",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.SCQYZDKFF3TNZLL63XMGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQX7BEYYCXYWRLAPANE4TVIGYWER4JQYOEI7TOKWEHVVTFSZF2QROZ5YMA4ZVN4YNTXPNRYGHX4LUHMM45ERVK54BABMK7JEJMRMFQBXLJ6QTMTI2WXACUXCUMD6IF3XMNQ",
"includedDataTypes": {},
"features": [
"Every roll of Angel Soft Toilet Paper delivers a heavenly combination of softness and strength you can count on every time.",
"Each Mega Roll is equal to 4 Angel Soft Regular Rolls, so you can change the toilet paper rolls less often",
"Mega Rolls deliver the long-lasting toilet paper rolls you need at a price you’ll love. How divine!",
"Angel Soft toilet tissue is septic safe in well-maintained sewer and septic systems and made from SFI sustainably sourced trees.",
"Each bulk toilet paper pack contains 16 Mega Rolls with 320 2 ply toilet paper sheets per roll."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030212",
"title": "Toilet paper",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Angel Soft Toilet Paper, 16 Mega Rolls = 64 Regular Rolls, Soft and Strong Toilet Tissue",
"url": "https://www.amazon.com/dp/B09NW81TH8?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "December 20, 2021",
"Unit Count": "5120 Count",
"Recommended Uses For Product": "Home, Bathroom",
"Size": "320 sheet (Pack of 16)",
"Identity Package Type": "Bulk",
"UPC": "030400794230",
"Global Trade Identification Number": "00030400794230",
"ASIN": "B09NW81TH8",
"Material Type": "Paper",
"Product Dimensions": "4 x 3.8 x 7.6 inches; 4.57 Pounds",
"Department": "Unisex-Adult",
"Manufacturer": "Georgia-Pacific",
"Special Feature": "Soft, Strong, Septic Safe, 2-ply",
"Skin Type": "All Skin",
"Material Features": "Fragrance-Free, No inks or dyes",
"Ply Rating": "2-Ply",
"Item dimensions L x W x H": "4 x 3.8 x 7.6 inches",
"Color": "White",
"Item model number": "79423/02/01",
"Material": "Paper",
"Sheet Count": "5120",
"Material Feature": "Fragrance-Free, No inks or dyes",
"Sheet Count Per Unit": "320",
"Brand": "Angel Soft",
"Package Type": "Bulk",
"Brand Name": "Angel Soft",
"Item Form": "Roll with Sheets",
"Additional Features": "Soft, Strong, Septic Safe, 2-ply",
"Item Dimensions": "4 x 3.8 x 7.6 inches",
"Scent": "Unscented",
"Item Weight": "4.57 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "320 sheet (Pack of 4)"
},
{
"index": 1,
"displayString": "320 sheet (Pack of 8)"
},
{
"index": 2,
"displayString": "320 sheet (Pack of 16)"
},
{
"index": 3,
"displayString": "320 sheet (Pack of 48)"
}
]
}
],
"variations": [
{
"asin": "B09NW7ZP8H",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B09NW9JQNC",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B09NW81TH8",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B09NW8PNH8",
"variationValues": [
{
"index": 0,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Here’s something to harp on—Angel Soft® Mega Rolls last and last with rolls that are 4 times as big as our Regular Rolls. With 320 2-ply sheets on every Mega Roll, you’ll always have plenty of the softness and strength you love on hand. Plus, each generously sized bathroom tissue roll still fits harmoniously in most standard toilet paper holders. And like all your favorite Angel Soft® products, our Mega Rolls are flushable and septic safe in well-maintained sewer and septic systems. Angel Soft® Toilet Paper. Soft and strong. Simple.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 16,
"badges": []
},
{
"asin": "B09ZZPYR2C",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.CFP7WPUHOP5C6OKJISBWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4DU5IEGZ7KIADKETLZHTGUDUOJBOLNCF6UZWY2BUD5NP5SZKMYN35P6FX74VJCESO3G3M434XJGVM4NEWJFL2LTFRGTQ27LGCDQRIHIG7FULIHL37XWRT6PQFQ7AY4TZQ",
"includedDataTypes": {},
"features": [
"MORE SHEETS FOR YOUR PERSONAL AND PROFESSIONAL NEEDS: In this pack of 625 sheets, you will receive 125 sheets each of Mint Twist (Merry Mint), Blue Bliss (Breezy Blue), Lemon Twirl (Lively Lemon), Peach Pop (Punchy Peach) and Rose Rush (Bubble Gum) colored paper",
"AS PUNCHY AS ASTROBRIGHTS PUNCHY PASTEL ASSORTMENT: Astrobrights colored paper is 20% thicker than standard paper, so it is perfect for your documents, flyers, crafting, school projects, color-coding, DIY crafting and more!!",
"FULLY DYED PAPER: Dyed throughout for seamless cutting, folding, and tearing, without a white core.",
"HIGH QUALITY PRINT PERFORMANCE: Printing on colored paper gives you all the benefits of color without the high cost and extra time of printing with colored ink. Just add black ink!",
"ACID-FREE AND LIGNIN-FREE: Astrobrights colored paper is acid-free and lignin-free for long lasting results that won't disintegrate or yellow over time",
"ASTROBRIGHTS CARES: We are committed to conserving our natural resources through responsible business and manufacturing policies and practices. Astrobrights products are FSC certified for responsible forestry."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Astrobrights Mega Collection, Colored Paper, Punchy Pastel 5-Color Assortment, 625 Sheets, 24 lb./89 gsm, 8.5\" x 11\" - MORE SHEETS! (91732)",
"url": "https://www.amazon.com/dp/B09ZZPYR2C?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "May 10, 2022",
"Number of Pieces": "625",
"Size": "625 Count (Pack of 1)",
"Color": "Multicolor",
"Sheet Size": "8.5 x 11",
"Item model number": "91732",
"Manufacturer Part Number": "91732",
"UPC": "759598917329",
"ASIN": "B09ZZPYR2C",
"Sheet Count": "625",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "Astrobrights",
"Brand Name": "Astrobrights",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11",
"Manufacturer": "Neenah",
"Compatible Printer Type": "Inkjet",
"Paper Weight": "22",
"Printer Paper Size": "8.5 x 11"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "625 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "625 Count (Pack of 2)"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Mega Collection"
},
{
"index": 1,
"displayString": "Mega Collection + elastic band"
}
]
}
],
"variations": [
{
"asin": "B09ZZPYR2C",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0D2VRD3FG",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0CFXFQYP9",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Pretty pastels paired with extra Punch! This Astrobrights Punchy Pastel Mega Collection Assortment paper is the perfect choice for all of your sweet and trendy creations. These subtle colors complemented by a bright hue will be the perfect choice for any invitation, card-making, DIY crafting, and more! In this pack of 625 sheets, you receive 125 sheets each of Lively Lemon, Breezy Blue, Bubble Gum, Merry Mint, and Punchy Peach. Perfect for scrapbooking enthusiasts and crafters alike, the 8.5\" x 11\" cardstock is compatible with copiers, inkjet, and laser printers for striking and impressive prints. Plus, it’s lignin and acid-free so your creations won’t yellow over time. New colors, same great quality paper!",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B000TS9338",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.E47FATPIFLNQJVWPW5VWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUQTHEYLQB2NMVJDFB2L5VMXHZWGRM52XLKTJ6H2I52TAOGKXOIGEIMVZUEZ4325AITGHHRXOJKRPX4LN7C5DNLK3UASZYCDBV4SB7GTUYCD2LPVCDDUFSRCZ2TLFYB72A",
"includedDataTypes": {},
"features": [
"Engineered for consistent performance and excellent run-ability",
"Paper sheet size – 8.5” x 11” Letter | Brightness – 92 | Weight – 20 lb | Smoothness – 170 | Opacity – 91 | Ream – 10 | Sheets – 5,000",
"Proudly made in the USA | Fsc chain of custody certified",
"Acid-free paper | Laser guaranteed | 99.99% Jam-Free performance guaranteed",
"This product has been performance tested by Keypoint Intelligence – Buyers Lab, the global leader in independent office equipment testing"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Boise Paper X-9 Multi-Use 3-Hole Punch Copy Paper – 10 Ream (5,000 Sheets) | 8.5\" x 11\" Letter | 92 Bright White - 20 lb. | OX-9001P-CTN",
"url": "https://www.amazon.com/dp/B000TS9338?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "July 8, 2007",
"Brightness": "92",
"Size": "10 Reams",
"Sheet Size": "8.5-x-11-inch",
"UPC": "842356065131 031112261812 804993373321 068000352116 842356055132",
"Global Trade Identification Number": "00842356065131",
"ASIN": "B000TS9338",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92",
"Manufacturer": "Boise Paper",
"Compatible Printer Type": "Laser",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Biodegradable",
"Color": "White",
"Item model number": "OX-9001P-CTN",
"Manufacturer Part Number": "BOSOX9001P",
"Sheet Count": "500",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "BOISE POLARIS",
"Brand Name": "BOISE POLARIS",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5-x-11-inch",
"Item Weight": "50 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Reams"
},
{
"index": 1,
"displayString": "5 Reams"
},
{
"index": 2,
"displayString": "10 Reams"
},
{
"index": 3,
"displayString": "No Ream, 2500 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "8.5 x 11, 3-Hole, 20 lb."
},
{
"index": 1,
"displayString": "8.5 x 11, 20 lb."
},
{
"index": 2,
"displayString": "8.5 x 11, 20 lb., FSC"
},
{
"index": 3,
"displayString": "8.5 x 11, 24 lb."
},
{
"index": 4,
"displayString": "8.5 x 14, 20 lb."
},
{
"index": 5,
"displayString": "11 x 17, 20 lb."
},
{
"index": 6,
"displayString": "11 x 17, 24 lb."
}
]
}
],
"variations": [
{
"asin": "B01NBIF1FN",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B009NKSNOI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000LGH6NC",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 5
}
]
},
{
"asin": "B01N4BQR3T",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 6
}
]
},
{
"asin": "B000TS9338",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B000J05ETS",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B003BWJ1PY",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01N2RPQ23",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000CD0U82",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 4
}
]
},
{
"asin": "B001GKJ6NK",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B001GKJ6JY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00CHUFYNY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Our #1 selling brand, BOISE X-9 multi-use copy paper won’t let you down. Decades of science, research, and testing have resulted in a dependable and consistent sheet you can trust. X-9 multi-use copy paper delivers quality you can trust in any home, office, or high-speed print environment.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00006IDR2",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.HNBNNBXDKX3RE63UKEXGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQRM3AWFXCCLO5UZ574SPY3RCTZJTLMCTK4OBYCUN5STHXNUOT7GCVBA2OQDJYGVJLFE2JSNNY32H6EKUJJM7NO2TUD6VCYUGFQNYXNLNHHNME4SUMVVER3JYDM2GLJSMXA",
"includedDataTypes": {},
"features": [
"Colorful paper gets your work noticed",
"Helps you save on full-color ink, while acting as the perfect canvas.",
"Sturdy 24 lb. paper ensures durability and gives paper a distinctive feel.",
"Versatile paper works well in most printers, copiers and all-in-ones.",
"Forest Stewardship Council (FSC) certified - made from wood/paper that comes from forests managed to rigorous environmental and social standards, supported by the world's leading conservation organizations."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Neenah Astrobrights Bright Color Paper, 8 1/2in. x 11in., 24 Lb, FSC Certified, Cosmic Orange, Ream Of 500 Sheets, 21658",
"url": "https://www.amazon.com/dp/B00006IDR2?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 28, 2006",
"Size": "24lb Colored Paper",
"Sheet Size": "8-1/2-x-11-inch Inches",
"UPC": "759598216583",
"Global Trade Identification Number": "00759598216583",
"ASIN": "B00006IDR2",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Manufacturer": "0",
"Compatible Printer Type": "Inkjet",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Recyclable",
"Color": "Cosmic Orange",
"Item model number": "21658",
"Manufacturer Part Number": "21658",
"Sheet Count": "500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "Neenah",
"Brand Name": "Neenah",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8-1/2-x-11-inch Inches",
"Item Weight": "5.93 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Let your creativitity blast-off with Astrobrights Colored paper, in Cosmic Orange. Astrobrights Colored Paper is 20% thicker than standard paper, so you can achieve bleed-free results for single and double-sided documents. Plus, this color copy paper saves money on pricey full-color ink, while acting as the perfect canvas.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Manufacturing practices",
"message": "Manufactured using processes that reduce the risk of negative environmental impact.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Safer chemicals",
"message": "Made with chemicals safer for human health and the environment.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B00MMHUYJ6",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.2YKMYQC6FJVKVPMBSNBGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUZP4JI42FXIRVY2UPIM7QR7E6A3KZNOZLINNPCXRIZQL7LI6WX2576CBHEZBQIR2RVHX6JVABQEAZRQBYPEYERUR77FY5RMYPONVV2DUCGQNWUIQD7PU36UAPJFREONEQ",
"includedDataTypes": {},
"features": [
"✅ SIZE : 2 1/4\" X 50' BPA Free Thermal Paper Rolls 50 Rolls / Case - W x D x L = 2 1/4 inches (57mm) x 1 3/8 inches (34mm) x 50 ft (15m) Inner Core Diameter : 1/2\" (13mm) Solid Tube / 48gsm (Grams per Square Meter), 2.1 mil Thickness",
"✅ HIGH QUALITY : 48gsm Premium Quality White Thermal Paper is designed for crisp, clear, durable print images and meets OEM requirements. This BPA FREE paper is made with a Heat-Sensitive coating that allows for inkless printing and 100% LINT FREE.",
"✅ 10 YEAR DURATION & ENDING SIGNAL : Each Paper Roll has 10 year image storage life and convenient end of paper roll indication stripe/mark for when it’s time to reload.",
"✅ SHRINK-WRAPPED in PACKAGES OF 5 : Shrink Wrap is highly effective in guarding against environmental damage and protects against dirt and humidity.",
"✅ COMPATIBLE WITH : Clover Mini Flex, Verifone VX520 VX670 VX680 VX690, Ingenico iCT220 iCT250 Firstdata FD400 and MORE!"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260400",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111818",
"title": "Thermal paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Gorilla Supply Thermal Paper Receipt Roll 2-1/4\" x 50' BPA Free 50 Rolls",
"url": "https://www.amazon.com/dp/B00MMHUYJ6?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "September 9, 2009",
"Brightness": "92.00",
"Number of Pieces": "50",
"Size": "2 1/4\" X 50'",
"Sheet Size": "15000x57 Millimeters",
"UPC": "609132131882",
"ASIN": "B00MMHUYJ6",
"Material Type": "thermal",
"Product Dimensions": "600\"L x 2.25\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "92.00",
"Manufacturer": "Gorilla Supply",
"Paper Weight": "48",
"Number of Items": "1",
"Material Features": "Biodegradable",
"Color": "50 rolls",
"Item model number": "GT214-50",
"Manufacturer Part Number": "GT214-50",
"Sheet Count": "50",
"Material Feature": "Biodegradable",
"Paper Finish": "Coated",
"Brand": "GORILLA SUPPLY",
"Brand Name": "GORILLA SUPPLY",
"Item Dimensions L x W": "600\"L x 2.25\"W",
"Paper Size": "15000x57 Millimeters",
"Item Weight": "5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "2 1/4\" X 50'"
},
{
"index": 1,
"displayString": "2 1/4\" X 63'"
},
{
"index": 2,
"displayString": "2 1/4\" X 85'"
}
]
}
],
"variations": [
{
"asin": "B00MMHUYJ6",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B00WTHR8TS",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B00MMHUYGE",
"variationValues": [
{
"index": 0,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "2-1/4 x 50, 1-Ply Thermal Paper 50 Rolls Ingenico ICT220 ICT250 Verifone Vx520 First Data FD400 Nurit 8000 8020 Bixolon STP-103 WaySystem and many more",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B00006IDRW",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.OHOTAQ446E3EFKSFPFEWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQVLLB53MNCRFUOCUEZJ45AB3CZQFKVF6ATYEB6SRWCXIV4TL2GXEW6NFU44GX5LYLLI43WK2V6SCVIAC73GN74KQDOP3SLRAGK55LXJMC6MTP6456T3HJRYFB6RY7MCZ7A",
"includedDataTypes": {},
"features": [
"Acid- and lignin-free",
"Ideal for business cards, direct mail, announcements, signage and paper crafting",
"Acid-Free and lignin-free",
"Tough enough to withstand the wear and tear of frequent use"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111519",
"title": "Cardstock papers",
"type": "UNSPSC"
},
{
"taxonomyCode": "24330500",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Neenah Premium Cardstock, 8.5\" x 11\", 65 lb/176 gsm, Bright White, 250 Sheets (91904)",
"url": "https://www.amazon.com/dp/B00006IDRW?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 31, 2007",
"Brightness": "96 Lumen",
"Size": "250 Sheet",
"Sheet Size": "8.5 x 11",
"Global Trade Identification Number": "00759598919040",
"UPC": "759598919040",
"ASIN": "B00006IDRW",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "96 Lumen",
"Manufacturer": "0",
"Paper Weight": "65",
"Number of Items": "1",
"Color": "White",
"Item model number": "91904",
"Manufacturer Part Number": "91904",
"Material": "Paper",
"Sheet Count": "250",
"Material Feature": "Biodegradable Warning",
"Paper Finish": "Smooth",
"Brand": "Neenah",
"Brand Name": "Neenah",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Number of Drawers": "2",
"Item Weight": "5.9 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "250 Sheet"
},
{
"index": 1,
"displayString": "250 Sheet (Pack of 3)"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Cardstock"
}
]
}
],
"variations": [
{
"asin": "B00006IDRW",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DC7JBN2Y",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Smooth and bright for ultimate print contrast. Ideal for presentations, covers, cards, brochures and posters. Laser and inkjet printer guaranteed. Acid-free for archival quality.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B000J09LH4",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.JXL3BFQL6SEPUYAJZ7LGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ6FYETLCOILJF6KQX24CAUJORUWS2RL5D62TQYYW2FSZ3TLRIWLAAQBLQKIICKSSGTUIKZG5325ZIUCQCZ3O62A7ES4PYBIHDW2UPFMKKWQTWVB5YH7DL5H2UQQYER6VVQ",
"includedDataTypes": {},
"features": [
"FOR COLOR-INTENSIVE PRINTING – Hammermill 8.5” x 14” 24lb Premium Laser Printer Paper is designed for professional-looking, color-intensive printing. This premium copy paper is manufactured to run in all laser and color printers.",
"ULTRA-SMOOTH SURFACE – This premium computer paper features a heavier weight and an ultra-smooth finish that’s specially formulated for superior color images and text. It’s white printer paper that’s capable of holding up to 2400 dpi resolution.",
"ACID-FREE PAPER – This acid-free white printer paper prevents sheets from yellowing over time to ensure long-lasting archival quality. It’s ideal copier paper for professional-looking design proposals, direct mail, brochures and full color presentations.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill copy paper is Forest Stewardship Council (FSC) certified contributing to “MR1 Performance” for paper and wood products under LEED (Leadership in Energy and Environmental Design)."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Laser Print 24 lb, 8.5 x 14-1 Ream (500 Sheets) - 98 Bright, Made in the USA, 104612",
"url": "https://www.amazon.com/dp/B000J09LH4?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "September 11, 2017",
"Brightness": "98 Lumen",
"Number of Pieces": "500",
"Size": "1 Ream | 500 Sheets",
"Sheet Size": "8.5 inches x 14 inches",
"UPC": "010199004611",
"Global Trade Identification Number": "00010199004611",
"ASIN": "B000J09LH4",
"Material Type": "Paper",
"Product Dimensions": "8.5\"L x 14\"W",
"Is Discontinued By Manufacturer": "No",
"Department": "Paper, Envelopes & Mailers",
"Brightness Rating": "98 Lumen",
"Manufacturer": "0",
"Compatible Printer Type": "Laser",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 14",
"Number of Items": "1",
"Material Features": "Biodegradable",
"Color": "Sharkskin Wrap",
"Item model number": "104612",
"Manufacturer Part Number": "104612",
"Sheet Count": "500",
"Material Feature": "Biodegradable",
"Paper Finish": "Ultra Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "8.5\"L x 14\"W",
"Number of Drawers": "2",
"Paper Size": "8.5 inches x 14 inches",
"Item Weight": "3 Kilograms"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "1 Ream | 500 Sheets (Pack of 2)"
},
{
"index": 2,
"displayString": "5 Ream | 2500 Sheets"
},
{
"index": 3,
"displayString": "10 Ream | 5000 Sheets"
},
{
"index": 4,
"displayString": "Pallet | 160K Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "3 Hole (8.5x11)"
},
{
"index": 1,
"displayString": "Letter (8.5x11)"
},
{
"index": 2,
"displayString": "Legal (8.5x14)"
},
{
"index": 3,
"displayString": "Ledger (11x17)"
}
]
}
],
"variations": [
{
"asin": "B005D98BQI",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B000EFQ5AK",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B000J09LH4",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B000BJGDAQ",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B0DC7WR583",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DC7WPVMD",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00BX9MDRK",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01B4MLLH8",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B000093INA",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B01MXOP5HZ",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B01N4I5GJN",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Premium Laser Print 8.5” x 14” 24lb copy paper is designed for color-intensive printing or any project that needs to look its best. This premium white printer paper, with a 98 brightness, is manufactured to run in all laser and color printers. It’s premium copying paper that features a heavier weight and an ultra-smooth finish that is specially formulated for superior color images and text. Capable of holding up to 2400 dpi resolution, the Hammermill Premium Laser printing paper provides excellent print contrast and true color reproduction. It’s laser printer paper that produces professional-looking design proposals, brochures, newsletters, forms, reports, faxes, direct mail, invoices, correspondences and full-color presentations. Our 99.99. 000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests. We want our business to last for generations and that means taking good care of our environment. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B07KWNSTRR",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.IE2XFE6GYOP3VK64ZGEGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQY4ZB5DFQHZCG67FJMBWL53EQ3H7TMJJYAJE7LNEJIJNLZLIDLQ4VO4HOMPE4TB3GCDUS5OIOFQZUXMPFKOE4GJMQ5GBPFNIOWKIERF2RB665SCXC4LDBG6OQY3TIYBUIQ",
"includedDataTypes": {},
"features": [
"80 Individually Wrapped Toilet Tissue Rolls With 400 Individual Sheets Per Roll ,Total Sheet Square Footage 3,219",
"Designed For Away-From-Home Facilities Such As, High-Traffic Commercial Buildings, Offices, Restaurants, Public Restrooms, Schools, Hotels And Healthcare",
"Absorbent, Durable 2-Ply Construction",
"Soft, Highly Absorbent, And 100% Virgin White Paper",
"The FSC certified 2-ply tissue offers a high level of absorbency and a great combination of strength and softness that’s gentle on skin (FSC-C137952)."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "40030212",
"title": "Toilet paper",
"type": "ECLASS"
},
{
"taxonomyCode": "14111704",
"title": "Toilet tissue",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "AmazonCommercial 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue (416975)|Bulk | Septic Safe | FSC Certified | 400 Sheets per Roll (80 Rolls)(4.1 x 3.5 Sheet)",
"url": "https://www.amazon.com/dp/B07KWNSTRR?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 17, 2019",
"Unit Count": "32000 Count",
"Material Type Free": "Plastic Free",
"Recommended Uses For Product": "Commercial, Home",
"Size": "400 sheet (Pack of 80)",
"Identity Package Type": "Bulk",
"UPC": "192233054681",
"Global Trade Identification Number": "00192233054681",
"ASIN": "B07KWNSTRR",
"Material Type": "Paper",
"Product Dimensions": "4.6 x 4.6 x 4 inches; 22.2 Pounds",
"Manufacturer": "AmazonCommercial",
"Special Feature": "Absorbency, FSC certified",
"Skin Type": "All Skin",
"Material Features": "Eco-Friendly",
"Ply Rating": "2-Ply",
"Item dimensions L x W x H": "4.6 x 4.6 x 4 inches",
"Color": "White",
"Item model number": "416975",
"Material": "Paper",
"Sheet Count": "32000",
"Material Feature": "Eco-Friendly",
"Brand": "AmazonCommercial",
"Package Type": "Bulk",
"Brand Name": "AmazonCommercial",
"Net Content Weight": "23.03 Pounds",
"Item Form": "Roll with Sheets",
"Additional Features": "Absorbency, FSC certified",
"Item Dimensions": "4.6 x 4.6 x 4 inches",
"Scent": "Unscented",
"Item Weight": "22.2 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Our 2-Ply White Ultra Plus Individually Wrapped Toilet Paper/Bath Tissue pack contains (80) Toilet Tissue Rolls (400, 4.1' x 3.5' sheets per roll; 32,000 sheets total). With 80 rolls, this pack is great for away-from-home facilities such as, high-traffic commercial buildings, offices, restaurants, public restrooms, schools, hotels and healthcare. Made with a blend of premium performance with environmental responsibility: We are committed to using Forest Stewardship Council (FSC) certified paper, ensuring that our products come from forests managed pursuant to strict environmental, social, and economic standards.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 80,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B081M239QB",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.FWXHXOZLZ2GBCJOFRCGGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYERESNI34K44DJIH6E2YLYAEY2OV67OQMUAS53M5YEJL5MGOJY72C6OMOBBWYWT7R32AHMH225APNWBY42MT2HWH76FCPMIHKUYXCWVDNX4NYK37JTAZP72QXUD6H57VQ",
"includedDataTypes": {},
"features": [
"AS BRIGHT AS VULCAN GREEN: Our Neon Green 24 lb. paper is 20% thicker than regular paper and boasts a vivid color for documents and projects that command attention. With 625 sheets, Mega Collection gives you all of the things you love about Astrobrights, with MORE SHEETS!",
"PERFECT FOR EVERYDAY PROJECTS: Colorize your documents, flyers, crafting, school projects, color-coding and more. Whether in your home, office, or classroom, Astrobrights is the only choice to bring your ideas to life!",
"SAVE A MONEY ON INK: Printing on Astrobrights gives you all the benefits of color without the high cost and extra time of printing with colored ink. Just add black ink!",
"FULLY DYED PAPER: Astrobrights paper is dyed throughout for seamless cutting, folding, and tearing, without a white core.",
"PRINTER COMPATIBLE: Works with printers including inkjet and laser for jam-free every day printing. Plus, it's crafted to be lignin and acid-free for long-lasting results."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Astrobrights Mega Collection, Colored Paper, Neon Green, 625 Sheets, 24 lb/89 gsm, 8.5\" x 11\" - MORE SHEETS! (91672)",
"url": "https://www.amazon.com/dp/B081M239QB?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "November 17, 2019",
"Size": "625 Count (Pack of 1)",
"Color": "Neon Green",
"Sheet Size": "8.5x11",
"Item model number": "91672",
"Manufacturer Part Number": "91672",
"UPC": "759598916728",
"Global Trade Identification Number": "00759598916728",
"ASIN": "B081M239QB",
"Sheet Count": "625",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Smooth",
"Brand": "Astrobrights",
"Brand Name": "Astrobrights",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5x11",
"Manufacturer": "Neenah",
"Compatible Printer Type": "Inkjet",
"Paper Weight": "24",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "625 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "625 Count (Pack of 2)"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Paper"
}
]
}
],
"variations": [
{
"asin": "B081M239QB",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DC81MSVQ",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Fuel your imagination with astronomically bright Neon Green. Each sheet is boasts a vivid color for documents and projects that command attention. Astrobrights Mega Collection features all the things you love about Astrobrights, in a larger pack. The 24 lb. basis weight paper makes single and double-sided printing bleed-free. Each sheet is lignin and acid-free for long-lasting results. Save on colored ink with vibrant color paper, just add black ink! Brighter colors. Brighter ideas.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B008I7TNDW",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.U3GW4D6DNIRUCAYBT7QWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQWNJ3TDEWMGLQQSIX6CZSDVRJFI5BGYHY3CT2KEFDPDVAQCVUATKMIKTPZ2ZO63Y44X4VE34DPIIYFFNCTPQYZKSNCK7OIYIBXQRQY3JLQVQZL76K4C4X6YY3TVTLAVVNA",
"includedDataTypes": {},
"features": [
"473 Sheets/Roll, 80 Scott Professional 100% Recycled Fiber Standard Roll Toilet Paper Rolls/Case; 37,840 Sheets/Case; with Elevated Design; 2-Ply; White; Individually wrapped rolls",
"The 2-ply bathroom tissue is strong and absorbent enough to get the job done and satisfy your employees and guests.",
"Individually wrapped Scott bath tissue rolls are protected until you're ready to use them.",
"These toilet paper rolls are designed to fit into universal, cored roll dispensers",
"FSC and ECOLOGO certified; meets or exceeds EPA guidelines for post-consumer waste content (at least 25%); Sewer and Septic Safe"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111704",
"title": "Toilet tissue",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030212",
"title": "Toilet paper",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Scott Professional 100% Recycled Fiber Standard Roll Bulk Toilet Paper (13217), 2-Ply, Elevated Design, White, Individually Wrapped (80 Rolls of 473 Sheets, 37,840 Sheet Total)",
"url": "https://www.amazon.com/dp/B008I7TNDW?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 18, 2006",
"Unit Count": "37840.0 Count",
"Recommended Uses For Product": "Commercial",
"Size": "473 sheet (Pack of 80)",
"Identity Package Type": "Bulk",
"UPC": "036000644609 703570122812",
"Global Trade Identification Number": "10036000132172",
"ASIN": "B008I7TNDW",
"Material Type": "Recycled Fiber",
"Product Dimensions": "23 x 18 x 17 inches; 1 Pounds",
"Is Discontinued By Manufacturer": "No",
"Manufacturer": "Kimberly-Clark Professional",
"Special Feature": "Absorbent, Strong, Eco-Friendly, Septic Safe",
"Skin Type": "All Skin",
"Material Features": "Recycled",
"Ply Rating": "2-Ply",
"Package Size Name": "Case or Carton",
"Item dimensions L x W x H": "23 x 18 x 17 inches",
"Color": "White",
"Item model number": "13217",
"Material": "Recycled Fiber",
"Sheet Count": "37840",
"Material Feature": "Recycled",
"Sheet Count Per Unit": "473",
"Brand": "Scott Professional",
"Package Type": "Bulk",
"Brand Name": "Scott Professional",
"Net Content Weight": "30 Pounds",
"Item Form": "Roll with Sheets",
"Additional Features": "Absorbent, Strong, Eco-Friendly, Septic Safe",
"Item Dimensions": "23 x 18 x 17 inches",
"Scent": "Non-Scented",
"Item Weight": "16 ounces"
},
"productDetails": {
"B008I7TNDW": {
"Brand Name": "Scott Professional",
"Color": "White",
"Ean ": "0703570122812",
"Finish Type": "White",
"Global Trade Identification Number": "10036000132172",
"Included Components": "13217",
"Item Weight": "1.00 pounds",
"Length": "4 inches",
"Material": "Recycled Fiber",
"Material Feature": "Recycled",
"Model Number": "13217",
"Number of Items": "80",
"Part Number": "13217",
"Sheet Length": "4 inches",
"Size": "473 sheet (Pack of 80)",
"Special Features": "Strong , Absorbent , Eco-Friendly , Septic Safe",
"Specification Met": "Meets Epa Guidelines , Is Fsc Certified",
"Style": "80 Rolls - 100% Recycled",
"Temperature Rating": "Ambient: 15 to 25 C (59 to 77 F)",
"UNSPSC Code": "14111704",
"UPC": "036000644609 , 703570122812",
"Width": "4 inches"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Scott® provides reliable balance of efficiency, performance, and value. As a business owner, quality and cost-effectiveness are important in everything you purchase. With Scott® Professional Standard Roll Toilet Paper bulk toilet paper, you can get the quality and performance you count on—and still stay within your budget. With the new paper design, our bath tissue is Unmistakably Scott® branded so you'll be recognized for providing the most well-known restroom brand in your facility. Plus, the bulk rolls are individually wrapped (they're protected until you're ready to use them) and fit with most universal toilet paper dispensers. These toilet paper rolls are designed to fit into universal, cored roll dispensers. If practicality, reliability and value top your list of criteria for bathroom supplies, trust Scott® Standard Roll Bath Tissue! Superior quality at value prices means that Scott® is always a great choice.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Manufacturing practices",
"message": "Manufactured using processes that reduce the risk of negative environmental impact.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
},
{
"title": "Safer chemicals",
"message": "Made with chemicals safer for human health and the environment.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
},
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Bulk Quantity Toilet Tissue",
"url": "https://www.amazon[[[###REDACTED_AWS_SECRET_KEY_REDACTED###]]]language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B0013LANKC",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.YK4JI4WM7PNHBJHNSSVWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQRQUAH6HEOOJOUZTIVYDPFNP24GGYLUAVKNNYET6IDPYXMYQDMPQAPTCYXT62DI4Z57BDNQSGK6EPWN3PVYXP7SO37S33KX7RNVOSL6LGVDHHVNTXSNXYW2EBO22VWUUGA",
"includedDataTypes": {},
"features": [
"DEPENDABLE COLORED PAPER – Hammermill Colors 8.5” x 11” blue copy paper runs efficiently through all office imaging equipment. It is 20lb colored printer paper that provides the visual appeal & impact to make your work stand out from the crowd.",
"99.99% JAM-FREE GUARANTEE – We guarantee that you will not experience more than one jam in 10,000 sheets of copying paper on high-speed digital equipment or we’ll replace your Hammermill paper purchase. You can trust Hammermill paper quality, guaranteed.",
"SMOOTH SURFACE – Hammermill colored paper features a smooth, even surface with a high opacity minimal show-through. It’s the ideal colored copy paper for newsletters, flyers, forms, school/art projects, reports, color coding & more.",
"30% RECYCLED COLOR PAPER – This Hammermill blue colored paper contains 30% recycled fiber. It’s dependable printer paper that’s perfect for use in all home printers, office machines and a variety of electronic imaging equipment.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill copy paper is Forest Stewardship Council (FSC) certified which means it is made with renewable resources from third-party certified, sustainably managed forests."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
},
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Hammermill Colored Paper, 20 lb Blue Printer Paper, 8.5 x 11-1 Ream (500 Sheets) - Made in the USA, Pastel Paper, 103309R",
"url": "https://www.amazon.com/dp/B0013LANKC?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "April 12, 2017",
"Number of Pieces": "500",
"Size": "1 Ream | 500 Sheets",
"Sheet Size": "8.5-x-11-inch",
"UPC": "809301971473 010199103307 010199003300 640206544702 804993451203 801593188201 799916198757",
"Global Trade Identification Number": "50010199103302, 00010199003300",
"ASIN": "B0013LANKC",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Department": "Office Products",
"Manufacturer": "Sylvamo",
"Paper Weight": "20",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "Blue",
"Item model number": "103309R",
"Manufacturer Part Number": "103309R",
"Sheet Count": "500",
"Material Feature": "Renewable",
"Total Recycled Content Percentage": "30",
"Paper Finish": "Uncoated",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5-x-11-inch",
"Item Weight": "5 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Letter (8.5x11)"
},
{
"index": 1,
"displayString": "Legal (8.5x14)"
},
{
"index": 2,
"displayString": "Ledger (11x17)"
}
]
},
{
"index": 1,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "10 Ream | 5000 Sheets"
}
]
},
{
"index": 2,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Blue"
},
{
"index": 1,
"displayString": "Canary"
},
{
"index": 2,
"displayString": "Cream"
},
{
"index": 3,
"displayString": "Goldenrod"
},
{
"index": 4,
"displayString": "Green"
},
{
"index": 5,
"displayString": "Lilac"
},
{
"index": 6,
"displayString": "Pink"
}
]
}
],
"variations": [
{
"asin": "B0013LANKC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 0
}
]
},
{
"asin": "B00KKXBTRU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 1
}
]
},
{
"asin": "B001E6CPO8",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 3
}
]
},
{
"asin": "B001E6BVMK",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 4
}
]
},
{
"asin": "B001FM37FW",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 5
}
]
},
{
"asin": "B001E667EC",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
},
{
"index": 2,
"value": 2
}
]
},
{
"asin": "B000CD0C9Y",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 0
}
]
},
{
"asin": "B000DT9162",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 1
}
]
},
{
"asin": "B000CCXZPI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 4
}
]
},
{
"asin": "B000CCXZPS",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 6
}
]
},
{
"asin": "B001KD8KYE",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
},
{
"index": 2,
"value": 1
}
]
},
{
"asin": "B0013CIAFG",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 0
}
]
},
{
"asin": "B0013CLQ7U",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
},
{
"index": 2,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Colors 8.5” x 11” colored copy paper provides the visual appeal and impact to make your work stand out from the crowd. This 20lb pastel blue colored paper is sustainably made and contains 30% recycled fiber. It runs efficiently through all office imaging equipment and is the go-to colorful paper for use in all home printers and office machines. Hammermill copy paper features a smooth, even surface with a high opacity for minimal show-through. It’s the ideal pastel colored paper for newsletters, flyers, forms, school/art projects, reports, color coding and more. Our 99.99% JAM-FREE Guarantee means you will not experience more than one jam in 10,000 sheets using Hammermill copying paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests. We want our business to last for generations and that means taking good care of our environment. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
},
{
"fragment": {
"title": "#1 Best Seller",
"message": null,
"link": {
"text": "Colored Paper",
"url": "https://www.amazon.com/gp/bestsellers/office-products/1069708?language=en_US"
},
"type": "BESTSELLER_BADGE",
"fragments": null
}
}
]
},
{
"asin": "B08VFFB23B",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.4SHZJHAJVFPZA3YLH7RWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYL72JTACUXMPCWJLEMB63BIMOE2G2RGPM6J36OBZNN3V4VTBVLAGWI77TO2IYSVYZRBJYGBN27UTXGORIRRKVALSA7QQH5YDKWWOXGVNJAC7GESQWRBHGDDTUBKAP6OVQ",
"includedDataTypes": {},
"features": [
"MORE PER PACK: this mega-box of Oxford loose leaf paper has 500 sheets of wide ruled paper for note taking, list making & showing your work through all of your school endeavors",
"FOR BINDERS and MORE: 8\" x 10-1/2\" notebook paper sheets are letter sized with 3 hole punch to fit standard ring binders & pocket folders with fasteners",
"WIDE-RULED FOR YOUNGER STUDENTS: pick the preferred notebook paper ruling for large, legible handwriting; the 11⁄32\" spacing keeps notes neat and orderly",
"PAPER FOR EVERYDAY: Oxford provides quality binder paper perfect for normal everyday notetaking with your favorite ink or gel pens or pencil with minimal ink smearing or ink bleed through",
"A STOCK-UP STAPLE: the number one teacher supply request and the most useful and versatile item on your back to school shopping list; shop for the school year or replenish your stock for 2nd semester"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111516",
"title": "Notebook filler paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260000",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Oxford Filler Paper, 8 x 10-1/2 Inch Wide Ruled Paper, 3 Hole Punch, Loose Leaf Notebook Paper for 3 Ring Binders, 500 sheets (62330), white",
"url": "https://www.amazon.com/dp/B08VFFB23B?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "February 1, 2021",
"Size": "Pack of 500",
"Color": "White",
"Sheet Size": "8 x 10.5",
"Item model number": "62330",
"Manufacturer Part Number": "62330",
"UPC": "078787623309",
"ASIN": "B08VFFB23B",
"Sheet Count": "500",
"Product Dimensions": "11\"L x 8.5\"W",
"Brand": "Oxford",
"Brand Name": "Oxford",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Manufacturer": "TOPS Products",
"Paper Size": "8 x 10.5",
"Number of Items": "1",
"Item Weight": "3.27 pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Filler Paper + Dividers for 3 Ring Binder"
},
{
"index": 1,
"displayString": "Filler Paper"
}
]
}
],
"variations": [
{
"asin": "B0D2VS5ZY6",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B08VFFB23B",
"variationValues": [
{
"index": 0,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Our mega-carton of Oxford Filler Paper provides a stock-up worthy supply of loose-leaf binder paper for everyday uses. Pages are wide ruled with 3 hole punch to fit a standard 3 ring binder. Quality notebook paper is endlessly useful for handwritten notes, to do lists, in classroom assignments, homework and note taking. Keep an ample supply on hand to refill binders through the school year and for multiple uses in the office and at home. A never out necessity. Avoid the sudden dash to the store with stock up quantities of binder paper meant to last the school year. Wide ruled for secondary students. Ruled notebook paper with 11⁄32\" spacing between horizontal lines gives young writers plenty of room. Plus, 3 hole punched filler paper teaches important lessons on ordering and organizing notes. Binder devotees already know you can endlessly reorder and re-organize loose-leaf binder paper in preparation for study or tests; and one tidy binder for all subjects means lugging fewer notebooks throughout the day to lighten up the backpack. Keep a full supply of notebook paper at the ready. 8\" x 10-1/2\" sheets. ",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0C2CZJ1TK",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.ASYE45D6BYE2D6RX4Q2WI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUON5FS7C7BZPFEENYTJAIEFNGXM2ND64KRUMMO5K7M7E653Z3EBGPMLA7LBY2FWNZMMT4UTH4TIDBDZ6C2X7SAPDCPLWQ3DXNUQEA3JNT7E5OZNBIJWHIXMQPN4RW5CMQ",
"includedDataTypes": {},
"features": [
"Includes 150 plates 10.06 inches paper plates",
"The 10 inches plate is the perfect size for dinner, everyday meals, parties and picnics",
"Everyday disposable plates for parties, holidays, and every day use",
"Microwave-safe, soak proof, and cut resistant",
"Made in the USA",
"Running low? Restock by asking, “Alexa, reorder Amazon Basics Disposable Plate” through your Alexa device."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "52152000",
"title": "Domestic dishes and servingware and storage containers",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Amazon Basics Everyday Paper Plates, 10 Inch, Disposable, 150 Count",
"url": "https://www.amazon.com/dp/B0C2CZJ1TK?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Occasion Type": "Picnic",
"Pattern": "Solid",
"Material Features": "Disposable",
"Date First Available": "May 24, 2023",
"Shape": "Round",
"Unit Count": "150 Count",
"Occasion": "Picnic",
"Number of Pieces": "150",
"Recommended Uses For Product": "Meals, Appetizer, Fruit, Salad, Pizza, Sushi, Pasta, Chicken, French Fries",
"Size": "150 Count (Pack of 1)",
"UPC": "076955775423",
"ASIN": "B0C2CZJ1TK",
"Material Type": "Paper",
"Material": "Paper",
"Material Feature": "Disposable",
"Brand": "Amazon Basics",
"Brand Name": "Amazon Basics",
"Net Content Weight": "5.05 Pounds",
"Is the item dishwasher safe?": "No",
"Manufacturer": "Amazon.com Services LLC.",
"Additional Features": "Disposable,Resistant",
"Seasons": "All Seasons",
"Is Dishwasher Safe": "No",
"Item Weight": "5.1 Pounds",
"Special Feature": "Disposable,Resistant"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "50 Count"
},
{
"index": 1,
"displayString": "100 Count"
},
{
"index": 2,
"displayString": "150 Count (Pack of 1)"
},
{
"index": 3,
"displayString": "150 Count (Pack of 2)"
}
]
}
],
"variations": [
{
"asin": "B0C2D294JV",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B0C2D1FSN6",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0C2CZJ1TK",
"variationValues": [
{
"index": 0,
"value": 2
}
]
},
{
"asin": "B0D14TCJHH",
"variationValues": [
{
"index": 0,
"value": 3
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Amazon Basics-Everyday Paper Plates, Everyday disposable plates for parties, holidays, and every day use. Microwave-safe, soak proof, and cut resistant",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0010T5NF2",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.DU5GRUONBBECTVOKNVCWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQQDNILKPM4CPYEJ36SLXEUQXMI3TGTIG5YYHMWPWW6LEPFFFEF7WPTYXFULKHQ57ZBEENS4PYYJYQEVF5EHZL4RMV76CEP6QZBXP6YQTPLZY3ZOQGDJUBBU22ZOYO7M6ZA",
"includedDataTypes": {},
"features": [
"PREMIUM COLOR COPY PAPER – Hammermill Premium Color Copy 32lb Paper provides a high-tech sheet that’s designed to show your work at its best so you can confidently use it for design proposals, full-color presentations, photographs, brochures and more.",
"SUPER BRIGHT FINISH – At 100 brightness, this copying paper is super bright for excellent image contrast and true color reproduction. The super smooth paper surface provides superior toner adhesion and a stable surface for heavier toner applications.",
"OTHER PAPER OPTIONS – There’s a Hammermill print and copy paper for every purpose including premium presentation-quality color copy paper, cover-weight paper stock, glossy paper for photo printing, and 15 pastel shades of multipurpose copy paper.",
"SUSTAINABLY MADE IN THE USA – Original Hammermill printer paper is Forest Stewardship Council (FSC) certified, which means they are made with renewable resources from third-party certified, sustainably managed forests."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Printer Paper, Premium Color 32 Lb Copy Paper, 8.5 x 11 - 1 Ream (500 Sheets) - 100 Bright, Made in the USA, 102630",
"url": "https://www.amazon.com/dp/B0010T5NF2?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "February 13, 2005",
"Brightness": "98.00",
"Number of Pieces": "500",
"Size": "1 Ream | 500 Sheets",
"Sheet Size": "8.5 x 11 inches",
"UPC": "010199002631",
"Global Trade Identification Number": "00010199002631",
"ASIN": "B0010T5NF2",
"Material Type": "paper",
"Product Dimensions": "8.5\"L x 11\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "98.00",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Laser",
"Paper Weight": "32",
"Printer Paper Size": "8.5 x 11",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "102630",
"Manufacturer Part Number": "102630",
"Sheet Count": "500",
"Material Feature": "Renewable",
"Paper Finish": "Glossy",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "8.5\"L x 11\"W",
"Paper Size": "8.5 x 11 inches",
"Item Weight": "8 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Ream | 500 Sheets"
},
{
"index": 1,
"displayString": "3 Ream | 1500 Sheets"
},
{
"index": 2,
"displayString": "4 Ream | 2000 Sheets"
},
{
"index": 3,
"displayString": "8 Ream | 4000 Sheets"
},
{
"index": 4,
"displayString": "Pallet | 128k Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Letter (8.5x11)"
},
{
"index": 1,
"displayString": "Ledger (11x17)"
},
{
"index": 2,
"displayString": "12x18"
},
{
"index": 3,
"displayString": "19x13"
}
]
}
],
"variations": [
{
"asin": "B0010T5NF2",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B00NCBKNU6",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00NCBKN2Y",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B00NCBKNFG",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B00U70ELPI",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0183P90YA",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B004E3JWKI",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B077GTVYL8",
"variationValues": [
{
"index": 0,
"value": 4
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Premium Color Copy 32lb Paper provides a high-tech sheet of printing paper that’s designed to show your work at its best. Choose this printer paper for all of your important customer-facing documents from design proposals or full-color presentations to photographs, flyers or brochures. At 100 brightness, this premium copying paper is super bright for excellent image contrast and true color reproduction. The super smooth paper surface provides superior toner adhesion and a more stable surface for heavier toner application. With this premium copy and print paper, you’ll get consistently reliable results in digital printing equipment, color copiers and color laser printers. This acid-free white paper prevents sheets from yellowing over time to ensure long-lasting archival quality. Our 99.99. 000 sheets using Hammermill computer paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine. Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products. MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0040ZOD0Y",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.3JSZBCGW6FERPKBNBUCGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4UAGQRCZCKOYRZ6TPO7TBYXZFQGGKDHCRYFFWAVY7D2SPOUVQ64IHZPRQX2XG2HFMLTWTSHPJ5YP2KYFSLL5ISO7KGHKCR3BEE5BPACI2E6TE6L3YOFB6X2C3PV7HZYTQ",
"includedDataTypes": {},
"features": [
"150 Sheets/Pack, 16 Kleenex Multifold Paper Towel Packs/Case; 2,400 Sheets/Case; 1-Ply; 9.2\" x 9.4\" sheets; White; fits universal multi-fold towel dispensers",
"Kleenex Multifold Paper Towels are soft and highly absorbent for reduced waste",
"Designed to dispense one at a time",
"They meet EPA minimum standards",
"These Kleenex towels are FSC and ECOLOGO certified"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [
{
"displayString": "Multi-Fold"
}
],
"title": "Kleenex Professional Universal Multifold Paper Towels, Bulk (01890), Absorbency Pockets, 9.2\" x 9.4\" Towel, White (150 Sheets/Pack, 16 Packs/Case, 2,400 Sheet Total)",
"url": "https://www.amazon.com/dp/B0040ZOD0Y?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 9, 2004",
"Unit Count": "16.0 Count",
"Recommended Uses For Product": "Hand Washing",
"Size": "150 Count (Pack of 16)",
"Global Trade Identification Number": "10036000018902",
"ASIN": "B0040ZOD0Y",
"Material Type": "Paper",
"Product Dimensions": "24.02 x 13.39 x 9.8 inches; 11.02 Pounds",
"Is Discontinued By Manufacturer": "No",
"Manufacturer": "Kimberly-Clark Professional",
"Number of Items": "16",
"Special Feature": "Absorbent",
"Net Content Count": "16 Sheet",
"Material Features": "Recyclable",
"Ply Rating": "1-Ply",
"Item dimensions L x W x H": "24.02 x 13.39 x 9.8 inches",
"Color": "White",
"Item model number": "1890",
"Sheet Count": "2400",
"Material": "Paper",
"Material Feature": "Recyclable",
"Sheet Count Per Unit": "150",
"Brand": "Kleenex Professional",
"Brand Name": "Kleenex Professional",
"Item Form": "Individual Sheet",
"Additional Features": "Absorbent",
"Item Dimensions": "24.02 x 13.39 x 9.8 inches",
"Paper Towel Fold Type": "Multifold",
"Item Weight": "5 Kilograms"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "150 Count (Pack of 16)"
}
]
},
{
"index": 1,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "White"
}
]
}
],
"variations": [
{
"asin": "B0040ZOD0Y",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Your image is important, especially for your business. Providing top-quality Kleenex® Multifold Paper Towels in your office washroom and kitchen lets your employees and guests know that you care enough to offer the very best experience. Each paper towel is made with soft, absorbent material, so users will use fewer paper towels and waste less. Their fold is designed to dispense one at a time, while bringing the next towel forward for another user. These Kleenex® tri fold paper towels meet EPA minimum standards, are FSC®and ECOLOGO® certified and feature recyclable packaging, so you can choose confidently.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 16,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B074CRK54X",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.3LDWON52TRXUFWY4HRXWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ2BQHWQRPOVVRB57T4SM6PX3HPCQTG4HQQ44OAPTG33LBCYFIL3KR3XNUDKW42GKHGJHIGUKCL7UWMOS33L5MCRENSIODIPVO3A3QLE2QESKQXQOPK5AMFCCZ63G5P7GLQ",
"includedDataTypes": {},
"features": [
"Includes 24 Mega Rolls (4 Packs of 6 Mega Rolls) with 308 2-ply sheets per roll",
"New manufacturing technology, same great quality, same sheet count",
"ULTRA SOFT: Leaves less lint behind (versus the leading Ultra-Premium Soft Brand, based on laboratory testing)",
"Septic-safe bath tissue",
"An Amazon brand, Bags contain 20% Post Consumer Recycled Materials",
"Sheet dimensions - 3.92 x 4 inches",
"Running low? Restock by asking, “Alexa, order Presto! ultra-soft toilet paper” through your Alexa device.",
"Satisfaction Guarantee: We're proud of our products. If you aren't satisfied, we'll refund you for any reason within a year of purchase.",
"An Amazon brand"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111704",
"title": "Toilet tissue",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030212",
"title": "Toilet paper",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Amazon Brand - Presto! 2-Ply Ultra-Soft Toilet Paper, 24 Family Mega Rolls = 120 regular rolls, 6 Count (Pack of 4), Unscented",
"url": "https://www.amazon.com/dp/B074CRK54X?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "November 16, 2017",
"Unit Count": "7512 Count",
"Material Type Free": "Fragrance Free",
"Recommended Uses For Product": "Home",
"Size": "6 roll (Pack of 4)",
"Identity Package Type": "Existing Frustration Free",
"UPC": "195515110211",
"Global Trade Identification Number": "00195515110211, 10842379104258",
"ASIN": "B074CRK54X",
"Material Type": "Paper",
"Product Dimensions": "20 x 10.2 x 11.5 inches; 7.38 Pounds",
"Manufacturer": "Amazon.com Services LLC.",
"Special Feature": "Ultra Soft",
"Skin Type": "All Skin",
"Material Features": "Fragrance Free",
"Ply Rating": "2-Ply",
"Item dimensions L x W x H": "20 x 10.2 x 11.5 inches",
"Color": "White",
"Item model number": "Yerkea",
"Material": "Paper",
"Sheet Count": "7512",
"Material Feature": "Fragrance Free",
"Brand": "Presto!",
"Package Type": "Existing Frustration Free",
"Brand Name": "Presto!",
"Item Form": "Roll with Sheets",
"Additional Features": "Ultra Soft",
"Item Dimensions": "20 x 10.2 x 11.5 inches",
"Scent": "Unscented",
"Item Weight": "7.38 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "6 roll (Pack of 1)"
},
{
"index": 1,
"displayString": "6 roll (Pack of 4)"
},
{
"index": 2,
"displayString": "12 rolls (Pack of 1)"
}
]
}
],
"variations": [
{
"asin": "B07QV942J6",
"variationValues": [
{
"index": 0,
"value": 0
}
]
},
{
"asin": "B074CRK54X",
"variationValues": [
{
"index": 0,
"value": 1
}
]
},
{
"asin": "B0947DYSQJ",
"variationValues": [
{
"index": 0,
"value": 2
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Presto! Ultra-Soft Toilet Paper offers great softness with the strength you need. This septic-safe bath tissue leaves less lint behind versus the leading ultra-premium soft brand, based on laboratory testing. Each mega roll lasts 4.5X longer than a regular roll of toilet paper (based on a regular roll with 66 sheets). Presto! Ultra-Soft Toilet Paper is PEFC certified. Mega Rolls are our longer-lasting rolls.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 4,
"badges": []
},
{
"asin": "B0CT67D4JH",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.7C7EOZX5ZCTGGB3WKAPWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQX2NIY5DKIBS5BEQDXS4BCJ67MDWHN3XVNOEX5YJXRFE6A4PW36CFWKL2MTBP6HCFNDT2AAPLDWWHD4RRTXMQMDZMAREZZVAXOHL4LKNZROWWDWZDN5RQ2M3T5EKURL6RQ",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
},
{
"taxonomyCode": "14111703",
"title": "Paper towels",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Scott Paper Towels, Choose-A-Sheet, 30 Double Rolls (2 Packs of 15) = 60 Regular Rolls (100 Sheets Per Roll)",
"url": "https://www.amazon.com/dp/B0CT67D4JH?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "March 6, 2024",
"Unit Count": "30.0 Count",
"Recommended Uses For Product": "Wipe Surface",
"Size": "100 Count (Pack of 30)",
"Global Trade Identification Number": "10054000554176",
"ASIN": "B0CT67D4JH",
"Material Type": "Paper",
"Manufacturer": "Kimberly-Clark Corp.",
"Number of Items": "2",
"Special Feature": "Perforated",
"Net Content Count": "3000 Sheet",
"Material Features": "Fragrance Free",
"Ply Rating": "1-Ply",
"Package Dimensions": "22.75 x 22 x 13.55 inches",
"Color": "White",
"Item model number": "10054000554176",
"Manufacturer Part Number": "55417",
"Sheet Count": "3000",
"Material": "Paper",
"Material Feature": "Fragrance Free",
"Sheet Count Per Unit": "100",
"Brand": "Scott",
"Brand Name": "Scott",
"Item Form": "Roll with Sheets",
"Additional Features": "Perforated",
"Paper Towel Fold Type": "C-Fold"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "100 Count (Pack of 6)"
},
{
"index": 1,
"displayString": "100 Count (Pack of 30)"
},
{
"index": 2,
"displayString": "108 Sheets (Pack of 6)"
},
{
"index": 3,
"displayString": "108 Sheets (Pack of 30)"
}
]
},
{
"index": 1,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "White"
}
]
}
],
"variations": [
{
"asin": "B0CKK43XXS",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0CT67D4JH",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DF8RSVJK",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B0DK7RYPX2",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Take on daily messes with Scott Choose-A-Sheet Paper Towels, our most absorbent towel ever. With more sheets per dollar*, each paper towel roll comes with 100 sheets per roll and features Scott’s Choose-A-Sheet size that lets you choose the right sheet size for your task. These disposable paper towels are a trusted combination of value and strength, so you can use them anytime, anywhere, no matter the mess. Scott Paper Towels are more absorbent than the leading brand for your money** to help you tackle everyday messes at the right value. Plus, our paper towels are virtually lint-free when you wipe to help you leave any surface spotless. Scott is FSC-certified and has 100% paper fibers sourced from responsibly managed forests. Buy Scott Paper Towels in bulk and save yourself extra deliveries. (*vs. the leading brand regular roll select-a-size) (**Fluid absorbed per dollar, based on average retail price at a combination of grocery, drug, dollar, and mass outlets for 52 week ending 12/31/23)",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": 2,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B01NBJJR99",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.W5QTYAPR2YSOZD5FHGPWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQVYPJ2QDHD25RYTNA4MKGPV5JOFMNVWUEBFTJRI4CKTKP5F3IMNQERGUF236OJPU37QPI6VJB5ZS5NZ2IXXYYPQKIOKWDJNSHN6FQQYWD2EKSFWQ53P4FFQBKL5TRTSMQQ",
"includedDataTypes": {},
"features": [
"MADE IN USA - HP Papers is sourced from renewable forest resources and has achieved production with 0% deforestation in North America. See images.",
"HEAVYWEIGHT PREMIUM PRINTING - HP Premium32 is a heavyweight (32lb), brighter (100 bright) and whiter (163 whiteness) paper with a super-smooth surface for impressive full-color premium printing.",
"CERTIFIED SUSTAINABLE - HP Premium32 presentation paper is Forest Stewardship Council (FSC) certified and contributes toward satisfying credit MR1 under LEED (Leadership in Energy and Environmental Design). See images.",
"COLORLOK TECHNOLOGY PRINTING PAPER - Colorlok technology provides more vivid colors, bolder blacks and faster drying. See images.",
"ACID FREE PAPER – HP Premium32 presentation paper prevents yellowing over time to ensure a long-lasting appearance for added archival quality. Packaging may vary."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111500",
"title": "Printing and writing paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24269090",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "HP Papers | 8.5 x 11 Paper | Premium 32 lb | 6 Pack - 1,500 Sheets| 100 Bright | Made in USA - FSC Certified | 113500C",
"url": "https://www.amazon.com/dp/B01NBJJR99?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "January 6, 2017",
"Brightness": "100",
"Size": "6 Pack | 1500 Sheets",
"Sheet Size": "8.5 x 11",
"UPC": "764025013505",
"Global Trade Identification Number": "00764025013505",
"ASIN": "B01NBJJR99",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 8.5\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "100",
"Manufacturer": "Sylvamo",
"Paper Weight": "32",
"Number of Items": "1",
"Material Features": "Recyclable",
"Color": "White",
"Item model number": "113500C",
"Manufacturer Part Number": "113500C",
"Sheet Count": "1500",
"Material Feature": "Recyclable",
"Paper Finish": "Smooth",
"Brand": "HP Papers",
"Brand Name": "HP Papers",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5 x 11",
"Item Weight": "24 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Pack | 250 Sheets"
},
{
"index": 1,
"displayString": "6 Pack | 1500 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Letter (8.5 x 11)"
}
]
}
],
"variations": [
{
"asin": "B01NBJKYTU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B01NBJJR99",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "HP Papers is a premium line of uncoated printing paper optimized to provide superior print paper performance when used with HP hardware and supplies and in all other makes and models of printing and copying equipment. Launched in 1996, HP Papers are manufactured and marketed exclusively worldwide in over 75 countries by Sylvamo, a globally recognized leader in paper products, under license from the Hewlett-Packard Company. With a diverse range of products designed to support a wide range of print applications, from everyday copies to full color presentations, you can be assured of consistent, high quality print performance every time.\nHP Premium32 Paper is a 32 lb, extra heavyweight, super-smooth paper that is extra bright (100 bright) and whiter (163 whiteness) than ordinary paper. HP Premium32 empowers printers to produce the boldest, richest colors for professional-looking results. Engineered with ColorLok Technology HP Premium32 paper provides brighter colors and bolder blacks for great-looking reports and impressive business documents. HP Premium32 is available in 8.5 x 11 letter size paper optimized for full-color premium printing in all inkjet and laser printers and copiers.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B0C7RR3QGT",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.VMZQDOT5UMG6B3PVDSOWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ34BRGCM44W6NWKMZYPEJKDELSMMBYZPH4MJFVTE6E5ARNKOWTN7USWEJIXYOP7OO4KSSVBCOO6KLROQWQFTDXK42TPVYVEPF43EXA63YDBFUEJRV3LWPBRGUHXKEWJYHQ",
"includedDataTypes": {},
"features": [
"Stock up on a 12 pack of 5 x 8 legal pads; each white legal pad has 50 perforated, narrow ruled sheets and is ruled on both sides",
"This small legal pad pack is perfect for to do lists, grocery lists, and professional notes; 5x8 legal pads are great when you don't want to waste pages or need to tuck into a smaller bag",
"These notepads are proudly made in the USA; all Oxford legal pads are manufactured in Tennessee",
"The overall dimension of each 5x8 notepad is 5\" x 8\"; each perforated sheet tears off to 5\" x 7.25\"; pages are narrow rule so you can fit more to a page",
"The Oxford brand represents lifelong learning; taking notes on these Oxford legal notepads can help you better retain and recall information from the classroom to your career"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111514",
"title": "Paper pads or notebooks",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260200",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Oxford 5 x 8 Legal Pads, 12 Pack, Narrow Ruled, White Paper, 50 Sheets Per Writing Pad, Made in the USA (74019)",
"url": "https://www.amazon.com/dp/B0C7RR3QGT?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "June 12, 2023",
"Unit Count": "12.0 Count",
"Specific Uses For Product": "To-Do Lists, Grocery Lists, Meeting Notes, Daily To-Do Lists",
"Sheet Size": "5-x-8-inch inches",
"UPC": "078787740198",
"ASIN": "B0C7RR3QGT",
"Material Type": "paper",
"Ruling": "Narrow",
"Special Features": "Soft cover",
"Cover Material": "Cardboard",
"Manufacturer": "TOPS Products",
"Style": "Modern",
"Number of Items": "12",
"Special Feature": "Soft cover",
"Binding": "Unknown Binding",
"Package Dimensions": "8.37 x 5.04 x 2.4 inches",
"Ruling Type": "Narrow",
"Color": "white",
"Item model number": "74019",
"Manufacturer Part Number": "74019",
"Brand": "Oxford",
"Pages": "600",
"Brand Name": "Oxford",
"Item Dimensions L x W": "8\"L x 5\"W",
"Paper Size": "5-x-8-inch inches",
"Theme": "Book",
"Item Weight": "2.25 pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Oxford Legal Pads are made in America—manufactured in Covington, TN. These 5x8 legal pad 12 packs are great for law school to do lists, grocery lists, meeting notes, daily to lists, and more. Each small notepad has 50 perforated sheets of white paper, so you can always remove it cleanly and start notes on the next page. These white legal pads are narrow ruled on both sides. Narrow rule provides 1/4\" or 0.25\" between lines, the most number of lines per page, so you can get plenty of notes on each sheet. Each legal pad is 5 x 8 inches overall, and each sheet tears out to 5 x 7.25 inches.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B004MDM1T4",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.5ZAK3LCQ7IMC33DG5XFGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4XZD7U47YUCCMMWZKC77EV6D3CDO6PUGLFOOJXRBOCBEYXVZJELZNR2L5OZHJVSZDOQ3LN34N5RV37G5KXN3T4FE3ED5QKFCNPQMWL3F4RZEAFPVRHJRUIWHXBO7MIA6A",
"includedDataTypes": {},
"features": [
"SOFT, THICK and ABSORBENT paper towel that delivers quality and performance",
"LONG LASTING ROLLS help reduce the time spent refilling and minimize the need for maintenance",
"REDUCE WASTE with the ability to adjust dispensed sheet length, resulting in less towels used",
"COMPATIBLE with enMotion 10” paper towel dispensers 59462A, 59407A, 59460A, 59488A, 59447A, 59487A",
"USDA Certified Biobased product",
"CAN help earn LEED credits",
"The Sustainable Forestry Initiative certified sourcing label is proof Georgia-Pacific is using fiber from responsible and legal sources. SFI is a registered trademark owned by Sustainable Forestry Initiative Inc."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111700",
"title": "Personal paper products",
"type": "UNSPSC"
},
{
"taxonomyCode": "40030201",
"title": "Paper towel",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "enMotion 10\" Paper Towel Roll by GP PRO (Georgia-Pacific), White, 89460, 800 Feet Per Roll, 6 Rolls Per Case",
"url": "https://www.amazon.com/dp/B004MDM1T4?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "February 17, 2007",
"Unit Count": "6 Count",
"Recommended Uses For Product": "Commercial buildings",
"Size": "6 Count (Pack of 1)",
"Global Trade Identification Number": "10073310894604, 00073310894607",
"UPC": "073310894607",
"ASIN": "B004MDM1T4",
"Material Type": "Paper",
"Product Dimensions": "12 x 15 x 19 inches; 28 Pounds",
"Is Discontinued By Manufacturer": "Yes",
"Manufacturer": "Georgia-Pacific",
"Number of Items": "6",
"Special Feature": "Non Perforated",
"Net Content Count": "6 Roll",
"Material Features": "Meets or exceed EPA guidelines",
"Ply Rating": "1-Ply",
"Package Size Name": "Case of 6",
"Item dimensions L x W x H": "12 x 15 x 19 inches",
"Color": "White",
"Item model number": "89460",
"Sheet Count": "800",
"Material": "Paper",
"Material Feature": "Meets or exceed EPA guidelines",
"Sheet Count Per Unit": "800",
"Brand": "Georgia-Pacific",
"Brand Name": "Georgia-Pacific",
"Item Form": "Continuous Roll",
"Additional Features": "Non Perforated",
"Item Dimensions": "12 x 15 x 19 inches",
"Item Weight": "28 Pounds"
},
"productDetails": {
"B004MDM1T4": {
"Brand Name": "Georgia-Pacific",
"Color": "White",
"Ean ": "0073310894607",
"Fabric Type": "Paper",
"Global Trade Identification Number": "10073310894604 , 00073310894607",
"Is Assembly Required": "true",
"Item Weight": "28.0 pounds",
"Length": "800 feet",
"Material Feature": "Meets or exceed EPA guidelines",
"Model Number": "89460",
"Number of Items": "6",
"Part Number": "89460",
"Size": "6 Count (Pack of 1)",
"Special Features": "Non Perforated",
"UNSPSC Code": "14111700",
"UPC": "073310894607",
"Width": "10 inches"
},
"B007PUHEDO": {
"Brand Name": "enMotion",
"Material": "Paper",
"UNSPSC Code": "14111703"
}
},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Count (Pack of 1)"
},
{
"index": 1,
"displayString": "6 Count (Pack of 1)"
}
]
},
{
"index": 1,
"displayString": "Color",
"dimensionValues": [
{
"index": 0,
"displayString": "Brown"
},
{
"index": 1,
"displayString": "White"
}
]
}
],
"variations": [
{
"asin": "B00RNAARXU",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 0
}
]
},
{
"asin": "B004MDM1T4",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 1
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "enMotion paper towel systems combine Touchless operation with jam-free performance for state-of-the-art dispensing. Whisper Quiet dispensing and sleek design provides a premium experience, while easy customizable settings, including delay, sheet length and dispense mode, let you program the dispensers to meet your unique needs, helping reduce waste. One set of batteries dispenses up to 200 rolls, helping reduce the need for maintenance.Designed for use in offices, healthcare, industrial and higher educational facilities, enMotion products deliver 97% customer satisfaction, thanks to their dependability, hygiene and efficiency. GP PRO is a division of Georgia-Pacific Consumer Products. We deliver well-designed, durable and easy-to-maintain professional solutions to meet the hand-washing and cleaning needs for a range of business applications.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B0CQXMQGGM",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.OBGRYJU4GP655MRIYSTWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ6JVLAMJPOOL2NT7HQ4XK3QTTNCC4BZMZXJB6S5SYNQPU2KNOVRPKLNSIRCCA37DG27QSVQHYK4AIECGXDSUU7FWGENHO4ANO2MYG4W2D2RF5O4O45XJGQ6FU6MBXCAHMA",
"includedDataTypes": {},
"features": [
"Value Pack: Package includes 200 sheets cream printer paper, you will always have enough on hand. These thick paper are ideal for drawing, DIY project, letter, creative arts and craft projects.",
"Premium Quality: Our ivory cardstock is made of 120gsm lignin and acid-free long-lasting paper, they are degradable and environmentally friendly. Its durability and high-quality makes a perfect choice for personal use.",
"Paper Size: 8.5\" x 11\" ivory printer paper, 32lb ivory paper with 92 brightness, smooth finish.",
"Perfect for All Occasions: Enough thick paper is ideal to make for many occasions, such as invitations for weddings, anniversaries, birthdays, graduations, business document printing or just writing letters.",
"Printer Compatible: Works well with printers including inkjet and laser for jam-free every day printing."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24330500",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Craftask 200 Sheets Ivory Printer Paper 8.5x11, 32 lb/120 gsm Stationery Paper, Cream Cardstock Paper Sheets for Printing, Copy, Crafts, Letters, Invitations, Laser & Inkjet Printer Compatible",
"url": "https://www.amazon.com/dp/B0CQXMQGGM?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Recyclable",
"Date First Available": "December 25, 2023",
"Brightness": "92 Lumen",
"Number of Pieces": "200",
"Color": "Ivory",
"Sheet Size": "8.5 x 11 Inches",
"Item model number": "120G-MS",
"Manufacturer Part Number": "120G-MS",
"ASIN": "B0CQXMQGGM",
"Material Type": "Paper",
"Sheet Count": "200",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Recyclable",
"Paper Finish": "Matte",
"Brand": "Craftask",
"Brand Name": "Craftask",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Brightness Rating": "92 Lumen",
"Paper Size": "8.5 x 11 Inches",
"Manufacturer": "YHDZPKG",
"Paper Weight": "32",
"Number of Items": "200"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "200 sheets cream cardstock paper 8.5 x 11 are made of long-lasting durable 120gsm paper that is perfect for a variety of uses.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
},
{
"asin": "B001C8GK8K",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.JHR4W532VI5D3OXKMSGGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQSGSC7KVLO7KLAJMTRFINAYZN75YAHTDX4TOZQ3S4ZK25PKCQQFS3KIPE6BRECP6IJJE4UKCXXGEAQNSSTE347USRHJT35FQNV3RLDNIROO5LKNNRSLP2YWR5C5TMFZWLA",
"includedDataTypes": {},
"features": [
"PREMIUM COLOR COPY COVER PAPER – Hammermill 17” x 11” 80lb Premium Color Cardstock Paper provides a durable, cover weight sheet that’s specifically designed to produce consistently reliable results for color copiers and color laser printers.",
"SUPER BRIGHT FINISH – At 100 brightness, this copying paper is super bright for excellent image contrast and true color reproduction. The super smooth paper surface can take the heat and heavy application of toner while producing photos.",
"SUSTAINABLY MADE IN THE USA – Hammermill paper is Forest Stewardship Council (FSC) certified which means it is made with renewable resources from third-party certified, sustainably managed forests.",
"ACID-FREE PAPER FOR COLOR PRINTING – Premium Color Copy Cover Paper is ideal for double-sided printing, photographic reproductions, full-color presentations, design proposals, direct mail, menus & more. It’s acid-free to prevent yellowing over time."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
},
{
"taxonomyCode": "24260600",
"title": "",
"type": "ECLASS"
}
],
"packageTypeNames": [],
"title": "Hammermill Cardstock, Premium Color Copy, 80 lb, 17 x 11-1 Pack (250 Sheets) - 100 Bright, Made in the USA Card Stock, 120037R , White",
"url": "https://www.amazon.com/dp/B001C8GK8K?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Date First Available": "August 29, 2008",
"Brightness": "100",
"Size": "1 Pack | 250 Sheets",
"Sheet Size": "11-x-17-inch",
"UPC": "010199020031",
"Global Trade Identification Number": "00010199020031",
"ASIN": "B001C8GK8K",
"Material Type": "Paper",
"Product Dimensions": "11\"L x 2\"W",
"Is Discontinued By Manufacturer": "No",
"Brightness Rating": "100",
"Manufacturer": "Sylvamo",
"Compatible Printer Type": "Laser",
"Paper Weight": "80",
"Printer Paper Size": "11 x 17",
"Number of Items": "1",
"Material Features": "Renewable",
"Color": "White",
"Item model number": "120037R",
"Manufacturer Part Number": "120037R",
"Sheet Count": "250",
"Material Feature": "Renewable",
"Paper Finish": "Ultra Smooth",
"Brand": "Hammermill",
"Brand Name": "Hammermill",
"Item Dimensions L x W": "11\"L x 2\"W",
"Number of Drawers": "2",
"Paper Size": "11-x-17-inch",
"Item Weight": "10.99 Pounds"
},
"productDetails": {},
"productVariations": {
"dimensions": [
{
"index": 0,
"displayString": "Size",
"dimensionValues": [
{
"index": 0,
"displayString": "1 Pack | 250 Sheets"
},
{
"index": 1,
"displayString": "3 Pack | 750 Sheets"
},
{
"index": 2,
"displayString": "4 Pack | 1000 Sheets"
},
{
"index": 3,
"displayString": "8 Pack | 2000 Sheets"
}
]
},
{
"index": 1,
"displayString": "Style",
"dimensionValues": [
{
"index": 0,
"displayString": "Letter (8.5x11)"
},
{
"index": 1,
"displayString": "17x11"
},
{
"index": 2,
"displayString": "18x12"
},
{
"index": 3,
"displayString": "19x13"
}
]
}
],
"variations": [
{
"asin": "B001C8GK8K",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B0787K148Z",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B0787G6T4G",
"variationValues": [
{
"index": 0,
"value": 0
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B019Y5U44S",
"variationValues": [
{
"index": 0,
"value": 1
},
{
"index": 1,
"value": 3
}
]
},
{
"asin": "B019Y5U4AW",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 1
}
]
},
{
"asin": "B00OTS2AL6",
"variationValues": [
{
"index": 0,
"value": 2
},
{
"index": 1,
"value": 2
}
]
},
{
"asin": "B01B61F7FY",
"variationValues": [
{
"index": 0,
"value": 3
},
{
"index": 1,
"value": 0
}
]
}
]
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": "Hammermill Premium Color Copy Cover 80lb Paper provides a durable, cover weight sheet that’s specifically designed for color copiers and color laser printers. It is a high-tech, thick paper that can take the heat and heavy application of toner while producing photos. At 100 brightness, this premium cardstock paper is super bright for excellent image contrast and true color reproduction. The super smooth paper surface provides superior toner adhesion and a more stable surface for heavier toner application.With this premium thick paper, you will get consistently reliable results when printing premium color copies, photographic reproductions, double-sided prints, full-color presentations, design proposals, direct mail, menus, signage, postcards and more. Plus, this acid-free white paper prevents sheets from yellowing over time to ensure long-lasting archival quality.Our 99.99. 000 sheets using Hammermill thick computer paper on your high-speed digital printer or we will replace your Hammermill paper purchase. We test more than 13.5 million sheets of paper every year to make sure that each sheet is consistent. Then we test our papers on all kinds of printer and copier equipment to ensure that it will work for you, every time, on every machine.Did you know that you are helping to conserve and restore forests when you buy Hammermill paper? “It’s More Than Just Paper” to us and millions of sustainable forestry workers across America, including American family tree farmers. Hammermill printer papers are made with renewable resources from certified sustainably managed forests, so you can feel good about using our products.MAKE SURE IT’S ORIGINAL HAMMERMILL QUALITY: look for “Ships from and sold by Amazon” at the top of the page, under the product title.",
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": [
{
"fragment": {
"title": "Sustainability Features",
"message": "Products with trusted sustainability certification(s).",
"link": null,
"type": "SUSTAINABILITY_BADGE",
"fragments": [
{
"title": "Forestry practices",
"message": "Made with materials from well-managed forests, recycled materials, and/or other controlled wood sources.",
"link": null,
"type": "SUSTAINABILITY_ATTRIBUTE",
"fragments": null
}
]
}
}
]
},
{
"asin": "B00006IDRX",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.VN7PVKWGN6ADG6XHSWDGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ4KAUHQD6IF34KHOH3KKZFOGVIHPXMMWKHTOE5ZLROVFTO63ZQPDAH2YA6Z5IZLXODZTEN2GFOICI46MVTFYU6JBEDLK4JMBWS5W47IEXPBHXDM4EQAXQ2WM4ZD2RTSW4A",
"includedDataTypes": {},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "14111507",
"title": "Printer or copier paper",
"type": "UNSPSC"
}
],
"packageTypeNames": [],
"title": "Office Depot Extra Bright Copy Paper, 8 1/2in. x 11in., 20 Lb., 90 Brightness, Case Of 10 Reams",
"url": "https://www.amazon.com/dp/B00006IDRX?ref_=ab_psdp",
"format": null,
"bookInformation": {
"isbn": {
"isbn10": null,
"isbn13": null
},
"publicationDate": null,
"publishedLanguage": null
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"Material Features": "Biodegradable",
"Date First Available": "December 15, 2012",
"Color": "white",
"Sheet Size": "8.5-x-11-inch",
"Item model number": "PENCILHOMEDEPOT",
"Manufacturer Part Number": "PENCILHOMEDEPOT",
"UPC": "764025613224",
"ASIN": "B00006IDRX",
"Material Type": "paper",
"Sheet Count": "5000",
"Product Dimensions": "11\"L x 8.5\"W",
"Material Feature": "Biodegradable",
"Paper Finish": "Uncoated",
"Brand": "Office Depot",
"Brand Name": "Office Depot",
"Item Dimensions L x W": "11\"L x 8.5\"W",
"Paper Size": "8.5-x-11-inch",
"Paper Weight": "20",
"Number of Items": "1"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {
"numberOfRatings": null,
"starRating": null
},
"productDescription": null,
"upcValues": [],
"eanValues": [],
"modelNumber": null,
"manufacturerName": null,
"bundleQuantity": null,
"badges": []
}
]
}
Error handling
If your request is not successful, the API returns an errors
object that provides information about what went wrong. For more information, see Error responses and schemas.
Updated 2 months ago