
Goat.com Product Details Page Scraper
3 days trial then $20.00/month - No credit card required now

Goat.com Product Details Page Scraper
3 days trial then $20.00/month - No credit card required now
The Goat.com Product Details Page Scraper extracts detailed product data from Goat.com platform, including id, name, brand, price, details, image URLs, etc., by providing product details page urls.
What does Goat.com Product Details Page Scraper do?
The Goat.com Product Details Page Scraper is an essential tool that allows you to extract detailed product data from the Goat.com platform. It provides comprehensive product information in structured formats like JSON, making it easy to integrate into your reports, spreadsheets, or applications.
With the Goat.com Product Details Page Scraper, you can:
- Collect detailed product data from Goat.com.
- Access the information in structured formats like JSON for easy use in analysis and reporting.
Goat.com Product Details Page Scraper allows you to collect detailed product information, including:
- ID
- URL
- Name
- Nickname
- Brand Name
- Color
- Designer
- Details
- For Auction
- Gender
- Internal Shot
- Maximum Offer Cents
- Midsole
And more ...
Input & Output
To start collecting goat.com product data, simply fill out the input form. Goat.com Product Details Page Scraper recognizes the following input parameters:
- URLs - Links to product information pages. You can paste URLs one at a time or use the Bulk Edit section to add a prepared list.
- Limit the number of retries - Maximum number of retries for each URL when collecting data when an unexpected error occurs.
- Proxy configuration - Add a proxy to ensure that during the data collection process, you are not detected as a bot.
Collect product data from product information pages
Example url: https://www.goat.com/sneakers/air-jordan-3-retro-black-cement-reimagined-dn3707-010
Example Screenshot of product information page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "urls": [ // Links to product information pages. 11 "https://www.goat.com/sneakers/air-jordan-3-retro-black-cement-reimagined-dn3707-010" 12 ] 13}
Output:
You get the output from the Goat.com Product Details Page Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ // List of product information 2 { 3 "id": 1372257, 4 "url": "https://www.goat.com/sneakers/air-jordan-3-retro-black-cement-reimagined-dn3707-010", 5 "name": "Air Jordan 3 Retro OG 'Black Cement' 2024", 6 "nickname": "Black Cement", 7 "brand_name": "Air Jordan", 8 "color": "Black", 9 "designer": "Tinker Hatfield", 10 "details": "Black/Fire Red/Cement Grey/Sail", 11 "for_auction": false, 12 "gender": [ 13 "men" 14 ], 15 "internal_shot": "taken", 16 "maximum_offer_cents": 200000.0, 17 "midsole": "Air", 18 "minimum_offer_cents": 2500.0, 19 "product_category": "shoes", 20 "product_type": "sneakers", 21 "release_date": "2024-11-23T23:59:59.999Z", 22 "season": "", 23 "silhouette": "Air Jordan 3", 24 "size_brand": "air_jordan", 25 "size_range": [ 26 3.5, 27 4, 28 4.5, 29 5, 30 5.5, 31 6, 32 6.5, 33 7, 34 7.5, 35 8, 36 8.5, 37 9, 38 9.5, 39 10, 40 10.5, 41 11, 42 11.5, 43 12, 44 12.5, 45 13, 46 14, 47 15, 48 16, 49 17, 50 18 51 ], 52 "size_type": "numeric_sizes", 53 "size_unit": "us", 54 "sku": "DN3707 010", 55 "slug": "air-jordan-3-retro-black-cement-reimagined-dn3707-010", 56 "special_display_price_cents": 22000.0, 57 "special_type": "standard", 58 "status": "active", 59 "upper_material": "Leather", 60 "available_sizes_new": [], 61 "available_sizes_new_v2": [], 62 "available_sizes_new_with_defects": [], 63 "available_sizes_used": [], 64 "size_options": [ 65 { 66 "presentation": "3.5", 67 "value": 3.5 68 }, 69 { 70 "presentation": "4", 71 "value": 4 72 }, 73 { 74 "presentation": "4.5", 75 "value": 4.5 76 }, 77 { 78 "presentation": "5", 79 "value": 5 80 }, 81 { 82 "presentation": "5.5", 83 "value": 5.5 84 }, 85 { 86 "presentation": "6", 87 "value": 6 88 }, 89 { 90 "presentation": "6.5", 91 "value": 6.5 92 }, 93 { 94 "presentation": "7", 95 "value": 7 96 }, 97 { 98 "presentation": "7.5", 99 "value": 7.5 100 }, 101 { 102 "presentation": "8", 103 "value": 8 104 }, 105 { 106 "presentation": "8.5", 107 "value": 8.5 108 }, 109 { 110 "presentation": "9", 111 "value": 9 112 }, 113 { 114 "presentation": "9.5", 115 "value": 9.5 116 }, 117 { 118 "presentation": "10", 119 "value": 10 120 }, 121 { 122 "presentation": "10.5", 123 "value": 10.5 124 }, 125 { 126 "presentation": "11", 127 "value": 11 128 }, 129 { 130 "presentation": "11.5", 131 "value": 11.5 132 }, 133 { 134 "presentation": "12", 135 "value": 12 136 }, 137 { 138 "presentation": "12.5", 139 "value": 12.5 140 }, 141 { 142 "presentation": "13", 143 "value": 13 144 }, 145 { 146 "presentation": "14", 147 "value": 14 148 }, 149 { 150 "presentation": "15", 151 "value": 15 152 }, 153 { 154 "presentation": "16", 155 "value": 16 156 }, 157 { 158 "presentation": "17", 159 "value": 17 160 }, 161 { 162 "presentation": "18", 163 "value": 18 164 } 165 ], 166 "lowest_price_cents": 0.0, 167 "new_lowest_price_cents": 0.0, 168 "used_lowest_price_cents": 0.0, 169 "product_taxonomy": [], 170 "featured_in": [], 171 "localized_special_display_price_cents": { 172 "currency": "USD", 173 "amount": 22000, 174 "amount_usd_cents": 22000 175 }, 176 "category": [ 177 "Lifestyle" 178 ], 179 "microposts_count": 0, 180 "selling_count": 0, 181 "used_for_sale_count": 0, 182 "with_defect_for_sale_count": 0, 183 "is_wantable": true, 184 "is_ownable": true, 185 "is_resellable": true, 186 "is_offerable": true, 187 "is_availability_restricted": false, 188 "direct_shipping": false, 189 "is_fashion_product": false, 190 "is_raffle_product": false, 191 "render_images_in_order": false, 192 "apple_pay_only_promo": false, 193 "single_gender": "men", 194 "story": "The 2024 edition of the Air Jordan 3 Retro OG 'Black Cement' revives an iconic colorway of the legacy silhouette. This release is true to the 1988 original, featuring a black tumbled leather upper with grey elephant print overlays at the forefoot and heel. An embroidered Jumpman in Fire Red graces the tongue, while a raised Nike Air logo decorates the back heel. The sneaker sits atop a white polyurethane midsole, fitted with visible Air-sole cushioning and accented with a splash of black along the heel. A grey rubber outsole provides durable traction underfoot.", 195 "picture_url": "https://image.goat.com/1000/attachments/product_template_pictures/images/103/964/733/original/1372257_00.png.png", 196 "main_glow_picture_url": "https://image.goat.com/glow-4-5-25/750/attachments/product_template_pictures/images/103/964/733/original/1372257_00.png.png", 197 "main_picture_url": "https://image.goat.com/750/attachments/product_template_pictures/images/103/964/733/original/1372257_00.png.png", 198 "grid_glow_picture_url": "https://image.goat.com/glow-4-5-25/375/attachments/product_template_pictures/images/103/964/733/original/1372257_00.png.png", 199 "grid_picture_url": "https://image.goat.com/375/attachments/product_template_pictures/images/103/964/733/original/1372257_00.png.png", 200 "brand_products": [ 201 { 202 "slug": "air-jordan-11-retro-columbia-2024-ct8012-104", 203 "title": "Air Jordan 11 Retro 'Legend Blue / Columbia' 2024", 204 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/104/574/787/original/1381901_00.png.png", 205 "category": "shoes" 206 }, 207 { 208 "slug": "travis-scott-x-air-jordan-1-low-og-sp-velvet-brown-dm7866-202", 209 "title": "Travis Scott x Air Jordan 1 Retro Low OG SP 'Velvet Brown'", 210 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/104/746/789/original/1419903_00.png.png", 211 "category": "shoes" 212 }, 213 { 214 "slug": "air-jordan-3-retro-black-cat-2025-ct8532-001", 215 "title": "Air Jordan 3 Retro 'Black Cat' 2025", 216 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/688/705/original/1394988_00.png.png", 217 "category": "shoes" 218 }, 219 { 220 "slug": "jordan-jumpman-jack-tr-taupe-haze-fz8117-204", 221 "title": "Jordan Jumpman Jack TR 'Dark Mocha'", 222 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/397/136/original/1322928_00.png.png", 223 "category": "shoes" 224 }, 225 { 226 "slug": "air-jordan-14-retro-black-toe-2024-487471-160", 227 "title": "Air Jordan 14 Retro 'Black Toe' 2024", 228 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/192/560/original/1394965_00.png.png", 229 "category": "shoes" 230 }, 231 { 232 "slug": "air-jordan-12-retro-wizards-ct8013-140", 233 "title": "Air Jordan 12 Retro 'Blueberry'", 234 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/106/419/516/original/1373130_00.png.png", 235 "category": "shoes" 236 }, 237 { 238 "slug": "air-jordan-4-retro-fear-2024-fq8138-002", 239 "title": "Air Jordan 4 Retro 'Fear' 2024", 240 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/545/598/original/1373134_00.png.png", 241 "category": "shoes" 242 }, 243 { 244 "slug": "air-jordan-4-retro-white-thunder-fq8138-001", 245 "title": "Air Jordan 4 Retro 'White Thunder'", 246 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/102/744/314/original/1333222_00.png.png", 247 "category": "shoes" 248 } 249 ], 250 "category_products": [], 251 "silhouette_products": [ 252 { 253 "slug": "air-jordan-3-retro-black-cat-2025-ct8532-001", 254 "title": "Air Jordan 3 Retro 'Black Cat' 2025", 255 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/688/705/original/1394988_00.png.png", 256 "category": "shoes" 257 }, 258 { 259 "slug": "air-jordan-3-retro-white-cement-reimagined-dn3707-100", 260 "title": "Air Jordan 3 Retro 'White Cement Reimagined'", 261 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/082/913/709/original/1101598_00.png.png", 262 "category": "shoes" 263 }, 264 { 265 "slug": "air-jordan-3-retro-cement-grey-ct8532-106", 266 "title": "Air Jordan 3 Retro 'Cement Grey'", 267 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/103/217/212/original/1335391_00.png.png", 268 "category": "shoes" 269 }, 270 { 271 "slug": "wmns-air-jordan-3-retro-valentine-s-day-hj0178-600", 272 "title": "Wmns Air Jordan 3 Retro 'Valentine's Day'", 273 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/035/803/original/HJ0178_600.png.png", 274 "category": "shoes" 275 }, 276 { 277 "slug": "air-jordan-3-retro-gs-black-cement-reimagined-dm0967-010", 278 "title": "Air Jordan 3 Retro OG GS 'Black Cement' 2024", 279 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/105/218/866/original/1372261_00.png.png", 280 "category": "shoes" 281 }, 282 { 283 "slug": "a-ma-maniere-x-wmns-air-jordan-3-retro-black-violet-ore-fz4811-001", 284 "title": "A Ma Maniére x Wmns Air Jordan 3 Retro 'While You Were Sleeping'", 285 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/103/344/813/original/1381865_00.png.png", 286 "category": "shoes" 287 }, 288 { 289 "slug": "air-jordan-3-retro-gs-black-cat-2025-dm0967-001", 290 "title": "Air Jordan 3 Retro GS 'Black Cat' 2025", 291 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/106/990/749/original/1394989_00.png.png", 292 "category": "shoes" 293 }, 294 { 295 "slug": "air-jordan-3-retro-fire-red-2022-dn3707-160", 296 "title": "Air Jordan 3 Retro 'Fire Red' 2022", 297 "picture_url": "https://image.goat.com/attachments/product_template_pictures/images/075/209/345/original/942086_00.png.png", 298 "category": "shoes" 299 } 300 ], 301 "buy_bar_data": [ 302 { 303 "size_option": { 304 "presentation": "3.5", 305 "value": 3.5 306 }, 307 "shoe_condition": "new_no_defects", 308 "box_condition": "good_condition", 309 "lowest_price_cents": { 310 "currency": "USD", 311 "amount": 23000, 312 "amount_usd_cents": 23000 313 }, 314 "instant_ship_lowest_price_cents": { 315 "currency": "USD", 316 "amount": 24800, 317 "amount_usd_cents": 24800 318 }, 319 "last_sold_price_cents": { 320 "currency": "USD", 321 "amount": 23500, 322 "amount_usd_cents": 23500 323 }, 324 "stock_status": "multiple_in_stock" 325 }, 326 { 327 "size_option": { 328 "presentation": "3.5", 329 "value": 3.5 330 }, 331 "shoe_condition": "new_with_defects", 332 "box_condition": "badly_damaged", 333 "lowest_price_cents": { 334 "currency": "USD", 335 "amount": 21000, 336 "amount_usd_cents": 21000 337 }, 338 "instant_ship_lowest_price_cents": { 339 "currency": "USD" 340 }, 341 "last_sold_price_cents": { 342 "currency": "USD", 343 "amount": 0, 344 "amount_usd_cents": 0 345 }, 346 "stock_status": "single_in_stock" 347 }, 348 { 349 "size_option": { 350 "presentation": "4", 351 "value": 4 352 }, 353 "shoe_condition": "new_no_defects", 354 "box_condition": "good_condition", 355 "lowest_price_cents": { 356 "currency": "USD", 357 "amount": 17600, 358 "amount_usd_cents": 17600 359 }, 360 "instant_ship_lowest_price_cents": { 361 "currency": "USD", 362 "amount": 21000, 363 "amount_usd_cents": 21000 364 }, 365 "last_sold_price_cents": { 366 "currency": "USD", 367 "amount": 18300, 368 "amount_usd_cents": 18300 369 }, 370 "stock_status": "multiple_in_stock" 371 }, 372 { 373 "size_option": { 374 "presentation": "4.5", 375 "value": 4.5 376 }, 377 "shoe_condition": "new_no_defects", 378 "box_condition": "good_condition", 379 "lowest_price_cents": { 380 "currency": "USD", 381 "amount": 16800, 382 "amount_usd_cents": 16800 383 }, 384 "instant_ship_lowest_price_cents": { 385 "currency": "USD", 386 "amount": 18100, 387 "amount_usd_cents": 18100 388 }, 389 "last_sold_price_cents": { 390 "currency": "USD", 391 "amount": 16900, 392 "amount_usd_cents": 16900 393 }, 394 "stock_status": "multiple_in_stock" 395 }, 396 { 397 "size_option": { 398 "presentation": "5", 399 "value": 5 400 }, 401 "shoe_condition": "new_no_defects", 402 "box_condition": "good_condition", 403 "lowest_price_cents": { 404 "currency": "USD", 405 "amount": 24500, 406 "amount_usd_cents": 24500 407 }, 408 "instant_ship_lowest_price_cents": { 409 "currency": "USD", 410 "amount": 26500, 411 "amount_usd_cents": 26500 412 }, 413 "last_sold_price_cents": { 414 "currency": "USD", 415 "amount": 26400, 416 "amount_usd_cents": 26400 417 }, 418 "stock_status": "multiple_in_stock" 419 }, 420 { 421 "size_option": { 422 "presentation": "5.5", 423 "value": 5.5 424 }, 425 "shoe_condition": "new_no_defects", 426 "box_condition": "good_condition", 427 "lowest_price_cents": { 428 "currency": "USD", 429 "amount": 24400, 430 "amount_usd_cents": 24400 431 }, 432 "instant_ship_lowest_price_cents": { 433 "currency": "USD", 434 "amount": 27400, 435 "amount_usd_cents": 27400 436 }, 437 "last_sold_price_cents": { 438 "currency": "USD", 439 "amount": 25300, 440 "amount_usd_cents": 25300 441 }, 442 "stock_status": "multiple_in_stock" 443 }, 444 { 445 "size_option": { 446 "presentation": "6", 447 "value": 6 448 }, 449 "shoe_condition": "new_no_defects", 450 "box_condition": "good_condition", 451 "lowest_price_cents": { 452 "currency": "USD", 453 "amount": 22500, 454 "amount_usd_cents": 22500 455 }, 456 "instant_ship_lowest_price_cents": { 457 "currency": "USD", 458 "amount": 27000, 459 "amount_usd_cents": 27000 460 }, 461 "last_sold_price_cents": { 462 "currency": "USD", 463 "amount": 22500, 464 "amount_usd_cents": 22500 465 }, 466 "stock_status": "multiple_in_stock" 467 }, 468 { 469 "size_option": { 470 "presentation": "6.5", 471 "value": 6.5 472 }, 473 "shoe_condition": "new_with_defects", 474 "box_condition": "badly_damaged", 475 "lowest_price_cents": { 476 "currency": "USD", 477 "amount": 24200, 478 "amount_usd_cents": 24200 479 }, 480 "instant_ship_lowest_price_cents": { 481 "currency": "USD" 482 }, 483 "last_sold_price_cents": { 484 "currency": "USD", 485 "amount": 0, 486 "amount_usd_cents": 0 487 }, 488 "stock_status": "single_in_stock" 489 }, 490 { 491 "size_option": { 492 "presentation": "6.5", 493 "value": 6.5 494 }, 495 "shoe_condition": "new_no_defects", 496 "box_condition": "good_condition", 497 "lowest_price_cents": { 498 "currency": "USD", 499 "amount": 22800, 500 "amount_usd_cents": 22800 501 }, 502 "instant_ship_lowest_price_cents": { 503 "currency": "USD", 504 "amount": 30600, 505 "amount_usd_cents": 30600 506 }, 507 "last_sold_price_cents": { 508 "currency": "USD", 509 "amount": 22800, 510 "amount_usd_cents": 22800 511 }, 512 "stock_status": "multiple_in_stock" 513 }, 514 { 515 "size_option": { 516 "presentation": "6.5", 517 "value": 6.5 518 }, 519 "shoe_condition": "new_with_defects", 520 "box_condition": "good_condition", 521 "lowest_price_cents": { 522 "currency": "USD", 523 "amount": 24100, 524 "amount_usd_cents": 24100 525 }, 526 "instant_ship_lowest_price_cents": { 527 "currency": "USD" 528 }, 529 "last_sold_price_cents": { 530 "currency": "USD", 531 "amount": 0, 532 "amount_usd_cents": 0 533 }, 534 "stock_status": "single_in_stock" 535 }, 536 { 537 "size_option": { 538 "presentation": "7", 539 "value": 7 540 }, 541 "shoe_condition": "used", 542 "box_condition": "good_condition", 543 "lowest_price_cents": { 544 "currency": "USD" 545 }, 546 "instant_ship_lowest_price_cents": { 547 "currency": "USD" 548 }, 549 "last_sold_price_cents": { 550 "currency": "USD", 551 "amount": 15500, 552 "amount_usd_cents": 15500 553 }, 554 "stock_status": "not_in_stock" 555 }, 556 { 557 "size_option": { 558 "presentation": "7", 559 "value": 7 560 }, 561 "shoe_condition": "new_no_defects", 562 "box_condition": "good_condition", 563 "lowest_price_cents": { 564 "currency": "USD", 565 "amount": 15800, 566 "amount_usd_cents": 15800 567 }, 568 "instant_ship_lowest_price_cents": { 569 "currency": "USD", 570 "amount": 18400, 571 "amount_usd_cents": 18400 572 }, 573 "last_sold_price_cents": { 574 "currency": "USD", 575 "amount": 17300, 576 "amount_usd_cents": 17300 577 }, 578 "stock_status": "multiple_in_stock" 579 }, 580 { 581 "size_option": { 582 "presentation": "7", 583 "value": 7 584 }, 585 "shoe_condition": "new_no_defects", 586 "box_condition": "badly_damaged", 587 "lowest_price_cents": { 588 "currency": "USD", 589 "amount": 15500, 590 "amount_usd_cents": 15500 591 }, 592 "instant_ship_lowest_price_cents": { 593 "currency": "USD" 594 }, 595 "last_sold_price_cents": { 596 "currency": "USD", 597 "amount": 0, 598 "amount_usd_cents": 0 599 }, 600 "stock_status": "multiple_in_stock" 601 }, 602 { 603 "size_option": { 604 "presentation": "7.5", 605 "value": 7.5 606 }, 607 "shoe_condition": "used", 608 "box_condition": "good_condition", 609 "lowest_price_cents": { 610 "currency": "USD" 611 }, 612 "instant_ship_lowest_price_cents": { 613 "currency": "USD" 614 }, 615 "last_sold_price_cents": { 616 "currency": "USD", 617 "amount": 15000, 618 "amount_usd_cents": 15000 619 }, 620 "stock_status": "not_in_stock" 621 }, 622 { 623 "size_option": { 624 "presentation": "7.5", 625 "value": 7.5 626 }, 627 "shoe_condition": "new_no_defects", 628 "box_condition": "no_original_box", 629 "lowest_price_cents": { 630 "currency": "USD" 631 }, 632 "instant_ship_lowest_price_cents": { 633 "currency": "USD" 634 }, 635 "last_sold_price_cents": { 636 "currency": "USD", 637 "amount": 17500, 638 "amount_usd_cents": 17500 639 }, 640 "stock_status": "not_in_stock" 641 }, 642 { 643 "size_option": { 644 "presentation": "7.5", 645 "value": 7.5 646 }, 647 "shoe_condition": "new_with_defects", 648 "box_condition": "good_condition", 649 "lowest_price_cents": { 650 "currency": "USD", 651 "amount": 18200, 652 "amount_usd_cents": 18200 653 }, 654 "instant_ship_lowest_price_cents": { 655 "currency": "USD" 656 }, 657 "last_sold_price_cents": { 658 "currency": "USD", 659 "amount": 19000, 660 "amount_usd_cents": 19000 661 }, 662 "stock_status": "multiple_in_stock" 663 }, 664 { 665 "size_option": { 666 "presentation": "7.5", 667 "value": 7.5 668 }, 669 "shoe_condition": "new_no_defects", 670 "box_condition": "good_condition", 671 "lowest_price_cents": { 672 "currency": "USD", 673 "amount": 17400, 674 "amount_usd_cents": 17400 675 }, 676 "instant_ship_lowest_price_cents": { 677 "currency": "USD", 678 "amount": 19200, 679 "amount_usd_cents": 19200 680 }, 681 "last_sold_price_cents": { 682 "currency": "USD", 683 "amount": 18300, 684 "amount_usd_cents": 18300 685 }, 686 "stock_status": "multiple_in_stock" 687 }, 688 { 689 "size_option": { 690 "presentation": "8", 691 "value": 8 692 }, 693 "shoe_condition": "new_no_defects", 694 "box_condition": "badly_damaged", 695 "lowest_price_cents": { 696 "currency": "USD", 697 "amount": 16800, 698 "amount_usd_cents": 16800 699 }, 700 "instant_ship_lowest_price_cents": { 701 "currency": "USD" 702 }, 703 "last_sold_price_cents": { 704 "currency": "USD", 705 "amount": 17500, 706 "amount_usd_cents": 17500 707 }, 708 "stock_status": "multiple_in_stock" 709 }, 710 { 711 "size_option": { 712 "presentation": "8", 713 "value": 8 714 }, 715 "shoe_condition": "used", 716 "box_condition": "good_condition", 717 "lowest_price_cents": { 718 "currency": "USD", 719 "amount": 18000, 720 "amount_usd_cents": 18000 721 }, 722 "instant_ship_lowest_price_cents": { 723 "currency": "USD" 724 }, 725 "last_sold_price_cents": { 726 "currency": "USD", 727 "amount": 15500, 728 "amount_usd_cents": 15500 729 }, 730 "stock_status": "single_in_stock" 731 }, 732 { 733 "size_option": { 734 "presentation": "8", 735 "value": 8 736 }, 737 "shoe_condition": "new_with_defects", 738 "box_condition": "good_condition", 739 "lowest_price_cents": { 740 "currency": "USD", 741 "amount": 16800, 742 "amount_usd_cents": 16800 743 }, 744 "instant_ship_lowest_price_cents": { 745 "currency": "USD" 746 }, 747 "last_sold_price_cents": { 748 "currency": "USD", 749 "amount": 12600, 750 "amount_usd_cents": 12600 751 }, 752 "stock_status": "multiple_in_stock" 753 }, 754 { 755 "size_option": { 756 "presentation": "8", 757 "value": 8 758 }, 759 "shoe_condition": "new_no_defects", 760 "box_condition": "good_condition", 761 "lowest_price_cents": { 762 "currency": "USD", 763 "amount": 16800, 764 "amount_usd_cents": 16800 765 }, 766 "instant_ship_lowest_price_cents": { 767 "currency": "USD", 768 "amount": 18100, 769 "amount_usd_cents": 18100 770 }, 771 "last_sold_price_cents": { 772 "currency": "USD", 773 "amount": 16400, 774 "amount_usd_cents": 16400 775 }, 776 "stock_status": "multiple_in_stock" 777 }, 778 { 779 "size_option": { 780 "presentation": "8.5", 781 "value": 8.5 782 }, 783 "shoe_condition": "new_no_defects", 784 "box_condition": "good_condition", 785 "lowest_price_cents": { 786 "currency": "USD", 787 "amount": 16200, 788 "amount_usd_cents": 16200 789 }, 790 "instant_ship_lowest_price_cents": { 791 "currency": "USD", 792 "amount": 17500, 793 "amount_usd_cents": 17500 794 }, 795 "last_sold_price_cents": { 796 "currency": "USD", 797 "amount": 16000, 798 "amount_usd_cents": 16000 799 }, 800 "stock_status": "multiple_in_stock" 801 }, 802 { 803 "size_option": { 804 "presentation": "8.5", 805 "value": 8.5 806 }, 807 "shoe_condition": "used", 808 "box_condition": "good_condition", 809 "lowest_price_cents": { 810 "currency": "USD" 811 }, 812 "instant_ship_lowest_price_cents": { 813 "currency": "USD" 814 }, 815 "last_sold_price_cents": { 816 "currency": "USD", 817 "amount": 15000, 818 "amount_usd_cents": 15000 819 }, 820 "stock_status": "not_in_stock" 821 }, 822 { 823 "size_option": { 824 "presentation": "8.5", 825 "value": 8.5 826 }, 827 "shoe_condition": "new_with_defects", 828 "box_condition": "good_condition", 829 "lowest_price_cents": { 830 "currency": "USD", 831 "amount": 17600, 832 "amount_usd_cents": 17600 833 }, 834 "instant_ship_lowest_price_cents": { 835 "currency": "USD" 836 }, 837 "last_sold_price_cents": { 838 "currency": "USD", 839 "amount": 0, 840 "amount_usd_cents": 0 841 }, 842 "stock_status": "single_in_stock" 843 }, 844 { 845 "size_option": { 846 "presentation": "9", 847 "value": 9 848 }, 849 "shoe_condition": "new_with_defects", 850 "box_condition": "good_condition", 851 "lowest_price_cents": { 852 "currency": "USD", 853 "amount": 16900, 854 "amount_usd_cents": 16900 855 }, 856 "instant_ship_lowest_price_cents": { 857 "currency": "USD" 858 }, 859 "last_sold_price_cents": { 860 "currency": "USD", 861 "amount": 16100, 862 "amount_usd_cents": 16100 863 }, 864 "stock_status": "multiple_in_stock" 865 }, 866 { 867 "size_option": { 868 "presentation": "9", 869 "value": 9 870 }, 871 "shoe_condition": "new_no_defects", 872 "box_condition": "badly_damaged", 873 "lowest_price_cents": { 874 "currency": "USD", 875 "amount": 17000, 876 "amount_usd_cents": 17000 877 }, 878 "instant_ship_lowest_price_cents": { 879 "currency": "USD" 880 }, 881 "last_sold_price_cents": { 882 "currency": "USD", 883 "amount": 18000, 884 "amount_usd_cents": 18000 885 }, 886 "stock_status": "multiple_in_stock" 887 }, 888 { 889 "size_option": { 890 "presentation": "9", 891 "value": 9 892 }, 893 "shoe_condition": "new_no_defects", 894 "box_condition": "good_condition", 895 "lowest_price_cents": { 896 "currency": "USD", 897 "amount": 17000, 898 "amount_usd_cents": 17000 899 }, 900 "instant_ship_lowest_price_cents": { 901 "currency": "USD", 902 "amount": 18400, 903 "amount_usd_cents": 18400 904 }, 905 "last_sold_price_cents": { 906 "currency": "USD", 907 "amount": 17000, 908 "amount_usd_cents": 17000 909 }, 910 "stock_status": "multiple_in_stock" 911 }, 912 { 913 "size_option": { 914 "presentation": "9", 915 "value": 9 916 }, 917 "shoe_condition": "new_no_defects", 918 "box_condition": "no_original_box", 919 "lowest_price_cents": { 920 "currency": "USD" 921 }, 922 "instant_ship_lowest_price_cents": { 923 "currency": "USD" 924 }, 925 "last_sold_price_cents": { 926 "currency": "USD", 927 "amount": 18000, 928 "amount_usd_cents": 18000 929 }, 930 "stock_status": "not_in_stock" 931 }, 932 { 933 "size_option": { 934 "presentation": "9", 935 "value": 9 936 }, 937 "shoe_condition": "new_with_defects", 938 "box_condition": "badly_damaged", 939 "lowest_price_cents": { 940 "currency": "USD" 941 }, 942 "instant_ship_lowest_price_cents": { 943 "currency": "USD" 944 }, 945 "last_sold_price_cents": { 946 "currency": "USD", 947 "amount": 16000, 948 "amount_usd_cents": 16000 949 }, 950 "stock_status": "not_in_stock" 951 }, 952 { 953 "size_option": { 954 "presentation": "9", 955 "value": 9 956 }, 957 "shoe_condition": "used", 958 "box_condition": "good_condition", 959 "lowest_price_cents": { 960 "currency": "USD", 961 "amount": 17000, 962 "amount_usd_cents": 17000 963 }, 964 "instant_ship_lowest_price_cents": { 965 "currency": "USD" 966 }, 967 "last_sold_price_cents": { 968 "currency": "USD", 969 "amount": 16700, 970 "amount_usd_cents": 16700 971 }, 972 "stock_status": "multiple_in_stock" 973 }, 974 { 975 "size_option": { 976 "presentation": "9.5", 977 "value": 9.5 978 }, 979 "shoe_condition": "used", 980 "box_condition": "badly_damaged", 981 "lowest_price_cents": { 982 "currency": "USD" 983 }, 984 "instant_ship_lowest_price_cents": { 985 "currency": "USD" 986 }, 987 "last_sold_price_cents": { 988 "currency": "USD", 989 "amount": 18500, 990 "amount_usd_cents": 18500 991 }, 992 "stock_status": "not_in_stock" 993 }, 994 { 995 "size_option": { 996 "presentation": "9.5", 997 "value": 9.5 998 }, 999 "shoe_condition": "new_with_defects", 1000 "box_condition": "missing_lid", 1001 "lowest_price_cents": { 1002 "currency": "USD" 1003 }, 1004 "instant_ship_lowest_price_cents": { 1005 "currency": "USD" 1006 }, 1007 "last_sold_price_cents": { 1008 "currency": "USD", 1009 "amount": 19500, 1010 "amount_usd_cents": 19500 1011 }, 1012 "stock_status": "not_in_stock" 1013 }, 1014 { 1015 "size_option": { 1016 "presentation": "9.5", 1017 "value": 9.5 1018 }, 1019 "shoe_condition": "used", 1020 "box_condition": "good_condition", 1021 "lowest_price_cents": { 1022 "currency": "USD", 1023 "amount": 18500, 1024 "amount_usd_cents": 18500 1025 }, 1026 "instant_ship_lowest_price_cents": { 1027 "currency": "USD" 1028 }, 1029 "last_sold_price_cents": { 1030 "currency": "USD", 1031 "amount": 18500, 1032 "amount_usd_cents": 18500 1033 }, 1034 "stock_status": "single_in_stock" 1035 }, 1036 { 1037 "size_option": { 1038 "presentation": "9.5", 1039 "value": 9.5 1040 }, 1041 "shoe_condition": "new_with_defects", 1042 "box_condition": "badly_damaged", 1043 "lowest_price_cents": { 1044 "currency": "USD", 1045 "amount": 17400, 1046 "amount_usd_cents": 17400 1047 }, 1048 "instant_ship_lowest_price_cents": { 1049 "currency": "USD" 1050 }, 1051 "last_sold_price_cents": { 1052 "currency": "USD", 1053 "amount": 0, 1054 "amount_usd_cents": 0 1055 }, 1056 "stock_status": "single_in_stock" 1057 }, 1058 { 1059 "size_option": { 1060 "presentation": "9.5", 1061 "value": 9.5 1062 }, 1063 "shoe_condition": "new_no_defects", 1064 "box_condition": "good_condition", 1065 "lowest_price_cents": { 1066 "currency": "USD", 1067 "amount": 16100, 1068 "amount_usd_cents": 16100 1069 }, 1070 "instant_ship_lowest_price_cents": { 1071 "currency": "USD", 1072 "amount": 18800, 1073 "amount_usd_cents": 18800 1074 }, 1075 "last_sold_price_cents": { 1076 "currency": "USD", 1077 "amount": 16100, 1078 "amount_usd_cents": 16100 1079 }, 1080 "stock_status": "multiple_in_stock" 1081 }, 1082 { 1083 "size_option": { 1084 "presentation": "9.5", 1085 "value": 9.5 1086 }, 1087 "shoe_condition": "new_with_defects", 1088 "box_condition": "good_condition", 1089 "lowest_price_cents": { 1090 "currency": "USD" 1091 }, 1092 "instant_ship_lowest_price_cents": { 1093 "currency": "USD" 1094 }, 1095 "last_sold_price_cents": { 1096 "currency": "USD", 1097 "amount": 17400, 1098 "amount_usd_cents": 17400 1099 }, 1100 "stock_status": "not_in_stock" 1101 }, 1102 { 1103 "size_option": { 1104 "presentation": "10", 1105 "value": 10 1106 }, 1107 "shoe_condition": "used", 1108 "box_condition": "badly_damaged", 1109 "lowest_price_cents": { 1110 "currency": "USD" 1111 }, 1112 "instant_ship_lowest_price_cents": { 1113 "currency": "USD" 1114 }, 1115 "last_sold_price_cents": { 1116 "currency": "USD", 1117 "amount": 17500, 1118 "amount_usd_cents": 17500 1119 }, 1120 "stock_status": "not_in_stock" 1121 }, 1122 { 1123 "size_option": { 1124 "presentation": "10", 1125 "value": 10 1126 }, 1127 "shoe_condition": "used", 1128 "box_condition": "good_condition", 1129 "lowest_price_cents": { 1130 "currency": "USD" 1131 }, 1132 "instant_ship_lowest_price_cents": { 1133 "currency": "USD" 1134 }, 1135 "last_sold_price_cents": { 1136 "currency": "USD", 1137 "amount": 12800, 1138 "amount_usd_cents": 12800 1139 }, 1140 "stock_status": "not_in_stock" 1141 }, 1142 { 1143 "size_option": { 1144 "presentation": "10", 1145 "value": 10 1146 }, 1147 "shoe_condition": "new_with_defects", 1148 "box_condition": "good_condition", 1149 "lowest_price_cents": { 1150 "currency": "USD" 1151 }, 1152 "instant_ship_lowest_price_cents": { 1153 "currency": "USD" 1154 }, 1155 "last_sold_price_cents": { 1156 "currency": "USD", 1157 "amount": 17600, 1158 "amount_usd_cents": 17600 1159 }, 1160 "stock_status": "not_in_stock" 1161 }, 1162 { 1163 "size_option": { 1164 "presentation": "10", 1165 "value": 10 1166 }, 1167 "shoe_condition": "new_no_defects", 1168 "box_condition": "good_condition", 1169 "lowest_price_cents": { 1170 "currency": "USD", 1171 "amount": 17500, 1172 "amount_usd_cents": 17500 1173 }, 1174 "instant_ship_lowest_price_cents": { 1175 "currency": "USD", 1176 "amount": 19800, 1177 "amount_usd_cents": 19800 1178 }, 1179 "last_sold_price_cents": { 1180 "currency": "USD", 1181 "amount": 18900, 1182 "amount_usd_cents": 18900 1183 }, 1184 "stock_status": "multiple_in_stock" 1185 }, 1186 { 1187 "size_option": { 1188 "presentation": "10", 1189 "value": 10 1190 }, 1191 "shoe_condition": "new_with_defects", 1192 "box_condition": "badly_damaged", 1193 "lowest_price_cents": { 1194 "currency": "USD" 1195 }, 1196 "instant_ship_lowest_price_cents": { 1197 "currency": "USD" 1198 }, 1199 "last_sold_price_cents": { 1200 "currency": "USD", 1201 "amount": 16400, 1202 "amount_usd_cents": 16400 1203 }, 1204 "stock_status": "not_in_stock" 1205 }, 1206 { 1207 "size_option": { 1208 "presentation": "10.5", 1209 "value": 10.5 1210 }, 1211 "shoe_condition": "new_with_defects", 1212 "box_condition": "badly_damaged", 1213 "lowest_price_cents": { 1214 "currency": "USD" 1215 }, 1216 "instant_ship_lowest_price_cents": { 1217 "currency": "USD" 1218 }, 1219 "last_sold_price_cents": { 1220 "currency": "USD", 1221 "amount": 17600, 1222 "amount_usd_cents": 17600 1223 }, 1224 "stock_status": "not_in_stock" 1225 }, 1226 { 1227 "size_option": { 1228 "presentation": "10.5", 1229 "value": 10.5 1230 }, 1231 "shoe_condition": "new_no_defects", 1232 "box_condition": "badly_damaged", 1233 "lowest_price_cents": { 1234 "currency": "USD", 1235 "amount": 18300, 1236 "amount_usd_cents": 18300 1237 }, 1238 "instant_ship_lowest_price_cents": { 1239 "currency": "USD" 1240 }, 1241 "last_sold_price_cents": { 1242 "currency": "USD", 1243 "amount": 20000, 1244 "amount_usd_cents": 20000 1245 }, 1246 "stock_status": "multiple_in_stock" 1247 }, 1248 { 1249 "size_option": { 1250 "presentation": "10.5", 1251 "value": 10.5 1252 }, 1253 "shoe_condition": "new_no_defects", 1254 "box_condition": "good_condition", 1255 "lowest_price_cents": { 1256 "currency": "USD", 1257 "amount": 18300, 1258 "amount_usd_cents": 18300 1259 }, 1260 "instant_ship_lowest_price_cents": { 1261 "currency": "USD", 1262 "amount": 19800, 1263 "amount_usd_cents": 19800 1264 }, 1265 "last_sold_price_cents": { 1266 "currency": "USD", 1267 "amount": 20500, 1268 "amount_usd_cents": 20500 1269 }, 1270 "stock_status": "multiple_in_stock" 1271 }, 1272 { 1273 "size_option": { 1274 "presentation": "10.5", 1275 "value": 10.5 1276 }, 1277 "shoe_condition": "used", 1278 "box_condition": "good_condition", 1279 "lowest_price_cents": { 1280 "currency": "USD" 1281 }, 1282 "instant_ship_lowest_price_cents": { 1283 "currency": "USD" 1284 }, 1285 "last_sold_price_cents": { 1286 "currency": "USD", 1287 "amount": 15000, 1288 "amount_usd_cents": 15000 1289 }, 1290 "stock_status": "not_in_stock" 1291 }, 1292 { 1293 "size_option": { 1294 "presentation": "10.5", 1295 "value": 10.5 1296 }, 1297 "shoe_condition": "new_with_defects", 1298 "box_condition": "good_condition", 1299 "lowest_price_cents": { 1300 "currency": "USD", 1301 "amount": 21400, 1302 "amount_usd_cents": 21400 1303 }, 1304 "instant_ship_lowest_price_cents": { 1305 "currency": "USD" 1306 }, 1307 "last_sold_price_cents": { 1308 "currency": "USD", 1309 "amount": 17500, 1310 "amount_usd_cents": 17500 1311 }, 1312 "stock_status": "multiple_in_stock" 1313 }, 1314 { 1315 "size_option": { 1316 "presentation": "11", 1317 "value": 11 1318 }, 1319 "shoe_condition": "new_no_defects", 1320 "box_condition": "good_condition", 1321 "lowest_price_cents": { 1322 "currency": "USD", 1323 "amount": 19000, 1324 "amount_usd_cents": 19000 1325 }, 1326 "instant_ship_lowest_price_cents": { 1327 "currency": "USD", 1328 "amount": 21100, 1329 "amount_usd_cents": 21100 1330 }, 1331 "last_sold_price_cents": { 1332 "currency": "USD", 1333 "amount": 21000, 1334 "amount_usd_cents": 21000 1335 }, 1336 "stock_status": "multiple_in_stock" 1337 }, 1338 { 1339 "size_option": { 1340 "presentation": "11", 1341 "value": 11 1342 }, 1343 "shoe_condition": "new_with_defects", 1344 "box_condition": "good_condition", 1345 "lowest_price_cents": { 1346 "currency": "USD", 1347 "amount": 18800, 1348 "amount_usd_cents": 18800 1349 }, 1350 "instant_ship_lowest_price_cents": { 1351 "currency": "USD" 1352 }, 1353 "last_sold_price_cents": { 1354 "currency": "USD", 1355 "amount": 19500, 1356 "amount_usd_cents": 19500 1357 }, 1358 "stock_status": "single_in_stock" 1359 }, 1360 { 1361 "size_option": { 1362 "presentation": "11", 1363 "value": 11 1364 }, 1365 "shoe_condition": "used", 1366 "box_condition": "badly_damaged", 1367 "lowest_price_cents": { 1368 "currency": "USD" 1369 }, 1370 "instant_ship_lowest_price_cents": { 1371 "currency": "USD" 1372 }, 1373 "last_sold_price_cents": { 1374 "currency": "USD", 1375 "amount": 19000, 1376 "amount_usd_cents": 19000 1377 }, 1378 "stock_status": "not_in_stock" 1379 }, 1380 { 1381 "size_option": { 1382 "presentation": "11", 1383 "value": 11 1384 }, 1385 "shoe_condition": "new_no_defects", 1386 "box_condition": "no_original_box", 1387 "lowest_price_cents": { 1388 "currency": "USD" 1389 }, 1390 "instant_ship_lowest_price_cents": { 1391 "currency": "USD" 1392 }, 1393 "last_sold_price_cents": { 1394 "currency": "USD", 1395 "amount": 28300, 1396 "amount_usd_cents": 28300 1397 }, 1398 "stock_status": "not_in_stock" 1399 }, 1400 { 1401 "size_option": { 1402 "presentation": "11", 1403 "value": 11 1404 }, 1405 "shoe_condition": "used", 1406 "box_condition": "good_condition", 1407 "lowest_price_cents": { 1408 "currency": "USD", 1409 "amount": 21500, 1410 "amount_usd_cents": 21500 1411 }, 1412 "instant_ship_lowest_price_cents": { 1413 "currency": "USD" 1414 }, 1415 "last_sold_price_cents": { 1416 "currency": "USD", 1417 "amount": 18900, 1418 "amount_usd_cents": 18900 1419 }, 1420 "stock_status": "multiple_in_stock" 1421 }, 1422 { 1423 "size_option": { 1424 "presentation": "11", 1425 "value": 11 1426 }, 1427 "shoe_condition": "new_with_defects", 1428 "box_condition": "badly_damaged", 1429 "lowest_price_cents": { 1430 "currency": "USD" 1431 }, 1432 "instant_ship_lowest_price_cents": { 1433 "currency": "USD" 1434 }, 1435 "last_sold_price_cents": { 1436 "currency": "USD", 1437 "amount": 19200, 1438 "amount_usd_cents": 19200 1439 }, 1440 "stock_status": "not_in_stock" 1441 }, 1442 { 1443 "size_option": { 1444 "presentation": "11.5", 1445 "value": 11.5 1446 }, 1447 "shoe_condition": "new_no_defects", 1448 "box_condition": "good_condition", 1449 "lowest_price_cents": { 1450 "currency": "USD", 1451 "amount": 19400, 1452 "amount_usd_cents": 19400 1453 }, 1454 "instant_ship_lowest_price_cents": { 1455 "currency": "USD", 1456 "amount": 21000, 1457 "amount_usd_cents": 21000 1458 }, 1459 "last_sold_price_cents": { 1460 "currency": "USD", 1461 "amount": 19400, 1462 "amount_usd_cents": 19400 1463 }, 1464 "stock_status": "multiple_in_stock" 1465 }, 1466 { 1467 "size_option": { 1468 "presentation": "11.5", 1469 "value": 11.5 1470 }, 1471 "shoe_condition": "used", 1472 "box_condition": "good_condition", 1473 "lowest_price_cents": { 1474 "currency": "USD", 1475 "amount": 22100, 1476 "amount_usd_cents": 22100 1477 }, 1478 "instant_ship_lowest_price_cents": { 1479 "currency": "USD" 1480 }, 1481 "last_sold_price_cents": { 1482 "currency": "USD", 1483 "amount": 18300, 1484 "amount_usd_cents": 18300 1485 }, 1486 "stock_status": "single_in_stock" 1487 }, 1488 { 1489 "size_option": { 1490 "presentation": "11.5", 1491 "value": 11.5 1492 }, 1493 "shoe_condition": "new_with_defects", 1494 "box_condition": "good_condition", 1495 "lowest_price_cents": { 1496 "currency": "USD", 1497 "amount": 16900, 1498 "amount_usd_cents": 16900 1499 }, 1500 "instant_ship_lowest_price_cents": { 1501 "currency": "USD" 1502 }, 1503 "last_sold_price_cents": { 1504 "currency": "USD", 1505 "amount": 21300, 1506 "amount_usd_cents": 21300 1507 }, 1508 "stock_status": "multiple_in_stock" 1509 }, 1510 { 1511 "size_option": { 1512 "presentation": "11.5", 1513 "value": 11.5 1514 }, 1515 "shoe_condition": "new_no_defects", 1516 "box_condition": "badly_damaged", 1517 "lowest_price_cents": { 1518 "currency": "USD", 1519 "amount": 19400, 1520 "amount_usd_cents": 19400 1521 }, 1522 "instant_ship_lowest_price_cents": { 1523 "currency": "USD" 1524 }, 1525 "last_sold_price_cents": { 1526 "currency": "USD", 1527 "amount": 22300, 1528 "amount_usd_cents": 22300 1529 }, 1530 "stock_status": "multiple_in_stock" 1531 }, 1532 { 1533 "size_option": { 1534 "presentation": "12", 1535 "value": 12 1536 }, 1537 "shoe_condition": "new_with_defects", 1538 "box_condition": "good_condition", 1539 "lowest_price_cents": { 1540 "currency": "USD", 1541 "amount": 20800, 1542 "amount_usd_cents": 20800 1543 }, 1544 "instant_ship_lowest_price_cents": { 1545 "currency": "USD" 1546 }, 1547 "last_sold_price_cents": { 1548 "currency": "USD", 1549 "amount": 18400, 1550 "amount_usd_cents": 18400 1551 }, 1552 "stock_status": "multiple_in_stock" 1553 }, 1554 { 1555 "size_option": { 1556 "presentation": "12", 1557 "value": 12 1558 }, 1559 "shoe_condition": "used", 1560 "box_condition": "good_condition", 1561 "lowest_price_cents": { 1562 "currency": "USD" 1563 }, 1564 "instant_ship_lowest_price_cents": { 1565 "currency": "USD" 1566 }, 1567 "last_sold_price_cents": { 1568 "currency": "USD", 1569 "amount": 19000, 1570 "amount_usd_cents": 19000 1571 }, 1572 "stock_status": "not_in_stock" 1573 }, 1574 { 1575 "size_option": { 1576 "presentation": "12", 1577 "value": 12 1578 }, 1579 "shoe_condition": "new_with_defects", 1580 "box_condition": "badly_damaged", 1581 "lowest_price_cents": { 1582 "currency": "USD" 1583 }, 1584 "instant_ship_lowest_price_cents": { 1585 "currency": "USD" 1586 }, 1587 "last_sold_price_cents": { 1588 "currency": "USD", 1589 "amount": 23000, 1590 "amount_usd_cents": 23000 1591 }, 1592 "stock_status": "not_in_stock" 1593 }, 1594 { 1595 "size_option": { 1596 "presentation": "12", 1597 "value": 12 1598 }, 1599 "shoe_condition": "new_no_defects", 1600 "box_condition": "badly_damaged", 1601 "lowest_price_cents": { 1602 "currency": "USD", 1603 "amount": 20000, 1604 "amount_usd_cents": 20000 1605 }, 1606 "instant_ship_lowest_price_cents": { 1607 "currency": "USD" 1608 }, 1609 "last_sold_price_cents": { 1610 "currency": "USD", 1611 "amount": 21600, 1612 "amount_usd_cents": 21600 1613 }, 1614 "stock_status": "multiple_in_stock" 1615 }, 1616 { 1617 "size_option": { 1618 "presentation": "12", 1619 "value": 12 1620 }, 1621 "shoe_condition": "new_no_defects", 1622 "box_condition": "good_condition", 1623 "lowest_price_cents": { 1624 "currency": "USD", 1625 "amount": 20300, 1626 "amount_usd_cents": 20300 1627 }, 1628 "instant_ship_lowest_price_cents": { 1629 "currency": "USD", 1630 "amount": 24200, 1631 "amount_usd_cents": 24200 1632 }, 1633 "last_sold_price_cents": { 1634 "currency": "USD", 1635 "amount": 20300, 1636 "amount_usd_cents": 20300 1637 }, 1638 "stock_status": "multiple_in_stock" 1639 }, 1640 { 1641 "size_option": { 1642 "presentation": "12.5", 1643 "value": 12.5 1644 }, 1645 "shoe_condition": "used", 1646 "box_condition": "badly_damaged", 1647 "lowest_price_cents": { 1648 "currency": "USD" 1649 }, 1650 "instant_ship_lowest_price_cents": { 1651 "currency": "USD" 1652 }, 1653 "last_sold_price_cents": { 1654 "currency": "USD", 1655 "amount": 21000, 1656 "amount_usd_cents": 21000 1657 }, 1658 "stock_status": "not_in_stock" 1659 }, 1660 { 1661 "size_option": { 1662 "presentation": "12.5", 1663 "value": 12.5 1664 }, 1665 "shoe_condition": "new_no_defects", 1666 "box_condition": "missing_lid", 1667 "lowest_price_cents": { 1668 "currency": "USD" 1669 }, 1670 "instant_ship_lowest_price_cents": { 1671 "currency": "USD" 1672 }, 1673 "last_sold_price_cents": { 1674 "currency": "USD", 1675 "amount": 22000, 1676 "amount_usd_cents": 22000 1677 }, 1678 "stock_status": "not_in_stock" 1679 }, 1680 { 1681 "size_option": { 1682 "presentation": "12.5", 1683 "value": 12.5 1684 }, 1685 "shoe_condition": "new_with_defects", 1686 "box_condition": "good_condition", 1687 "lowest_price_cents": { 1688 "currency": "USD" 1689 }, 1690 "instant_ship_lowest_price_cents": { 1691 "currency": "USD" 1692 }, 1693 "last_sold_price_cents": { 1694 "currency": "USD", 1695 "amount": 20600, 1696 "amount_usd_cents": 20600 1697 }, 1698 "stock_status": "not_in_stock" 1699 }, 1700 { 1701 "size_option": { 1702 "presentation": "12.5", 1703 "value": 12.5 1704 }, 1705 "shoe_condition": "new_no_defects", 1706 "box_condition": "good_condition", 1707 "lowest_price_cents": { 1708 "currency": "USD", 1709 "amount": 23000, 1710 "amount_usd_cents": 23000 1711 }, 1712 "instant_ship_lowest_price_cents": { 1713 "currency": "USD", 1714 "amount": 24800, 1715 "amount_usd_cents": 24800 1716 }, 1717 "last_sold_price_cents": { 1718 "currency": "USD", 1719 "amount": 22900, 1720 "amount_usd_cents": 22900 1721 }, 1722 "stock_status": "multiple_in_stock" 1723 }, 1724 { 1725 "size_option": { 1726 "presentation": "12.5", 1727 "value": 12.5 1728 }, 1729 "shoe_condition": "new_with_defects", 1730 "box_condition": "badly_damaged", 1731 "lowest_price_cents": { 1732 "currency": "USD" 1733 }, 1734 "instant_ship_lowest_price_cents": { 1735 "currency": "USD" 1736 }, 1737 "last_sold_price_cents": { 1738 "currency": "USD", 1739 "amount": 22800, 1740 "amount_usd_cents": 22800 1741 }, 1742 "stock_status": "not_in_stock" 1743 }, 1744 { 1745 "size_option": { 1746 "presentation": "12.5", 1747 "value": 12.5 1748 }, 1749 "shoe_condition": "new_no_defects", 1750 "box_condition": "badly_damaged", 1751 "lowest_price_cents": { 1752 "currency": "USD" 1753 }, 1754 "instant_ship_lowest_price_cents": { 1755 "currency": "USD" 1756 }, 1757 "last_sold_price_cents": { 1758 "currency": "USD", 1759 "amount": 22000, 1760 "amount_usd_cents": 22000 1761 }, 1762 "stock_status": "not_in_stock" 1763 }, 1764 { 1765 "size_option": { 1766 "presentation": "13", 1767 "value": 13 1768 }, 1769 "shoe_condition": "used", 1770 "box_condition": "good_condition", 1771 "lowest_price_cents": { 1772 "currency": "USD", 1773 "amount": 30000, 1774 "amount_usd_cents": 30000 1775 }, 1776 "instant_ship_lowest_price_cents": { 1777 "currency": "USD" 1778 }, 1779 "last_sold_price_cents": { 1780 "currency": "USD", 1781 "amount": 20000, 1782 "amount_usd_cents": 20000 1783 }, 1784 "stock_status": "single_in_stock" 1785 }, 1786 { 1787 "size_option": { 1788 "presentation": "13", 1789 "value": 13 1790 }, 1791 "shoe_condition": "new_no_defects", 1792 "box_condition": "no_original_box", 1793 "lowest_price_cents": { 1794 "currency": "USD" 1795 }, 1796 "instant_ship_lowest_price_cents": { 1797 "currency": "USD" 1798 }, 1799 "last_sold_price_cents": { 1800 "currency": "USD", 1801 "amount": 21500, 1802 "amount_usd_cents": 21500 1803 }, 1804 "stock_status": "not_in_stock" 1805 }, 1806 { 1807 "size_option": { 1808 "presentation": "13", 1809 "value": 13 1810 }, 1811 "shoe_condition": "new_no_defects", 1812 "box_condition": "missing_lid", 1813 "lowest_price_cents": { 1814 "currency": "USD" 1815 }, 1816 "instant_ship_lowest_price_cents": { 1817 "currency": "USD" 1818 }, 1819 "last_sold_price_cents": { 1820 "currency": "USD", 1821 "amount": 23000, 1822 "amount_usd_cents": 23000 1823 }, 1824 "stock_status": "not_in_stock" 1825 }, 1826 { 1827 "size_option": { 1828 "presentation": "13", 1829 "value": 13 1830 }, 1831 "shoe_condition": "new_with_defects", 1832 "box_condition": "badly_damaged", 1833 "lowest_price_cents": { 1834 "currency": "USD", 1835 "amount": 22000, 1836 "amount_usd_cents": 22000 1837 }, 1838 "instant_ship_lowest_price_cents": { 1839 "currency": "USD" 1840 }, 1841 "last_sold_price_cents": { 1842 "currency": "USD", 1843 "amount": 0, 1844 "amount_usd_cents": 0 1845 }, 1846 "stock_status": "single_in_stock" 1847 }, 1848 { 1849 "size_option": { 1850 "presentation": "13", 1851 "value": 13 1852 }, 1853 "shoe_condition": "new_with_defects", 1854 "box_condition": "good_condition", 1855 "lowest_price_cents": { 1856 "currency": "USD", 1857 "amount": 21700, 1858 "amount_usd_cents": 21700 1859 }, 1860 "instant_ship_lowest_price_cents": { 1861 "currency": "USD" 1862 }, 1863 "last_sold_price_cents": { 1864 "currency": "USD", 1865 "amount": 20900, 1866 "amount_usd_cents": 20900 1867 }, 1868 "stock_status": "multiple_in_stock" 1869 }, 1870 { 1871 "size_option": { 1872 "presentation": "13", 1873 "value": 13 1874 }, 1875 "shoe_condition": "new_no_defects", 1876 "box_condition": "good_condition", 1877 "lowest_price_cents": { 1878 "currency": "USD", 1879 "amount": 20700, 1880 "amount_usd_cents": 20700 1881 }, 1882 "instant_ship_lowest_price_cents": { 1883 "currency": "USD", 1884 "amount": 22400, 1885 "amount_usd_cents": 22400 1886 }, 1887 "last_sold_price_cents": { 1888 "currency": "USD", 1889 "amount": 19000, 1890 "amount_usd_cents": 19000 1891 }, 1892 "stock_status": "multiple_in_stock" 1893 }, 1894 { 1895 "size_option": { 1896 "presentation": "14", 1897 "value": 14 1898 }, 1899 "shoe_condition": "new_no_defects", 1900 "box_condition": "good_condition", 1901 "lowest_price_cents": { 1902 "currency": "USD", 1903 "amount": 20600, 1904 "amount_usd_cents": 20600 1905 }, 1906 "instant_ship_lowest_price_cents": { 1907 "currency": "USD", 1908 "amount": 23400, 1909 "amount_usd_cents": 23400 1910 }, 1911 "last_sold_price_cents": { 1912 "currency": "USD", 1913 "amount": 22400, 1914 "amount_usd_cents": 22400 1915 }, 1916 "stock_status": "multiple_in_stock" 1917 }, 1918 { 1919 "size_option": { 1920 "presentation": "14", 1921 "value": 14 1922 }, 1923 "shoe_condition": "new_with_defects", 1924 "box_condition": "good_condition", 1925 "lowest_price_cents": { 1926 "currency": "USD" 1927 }, 1928 "instant_ship_lowest_price_cents": { 1929 "currency": "USD" 1930 }, 1931 "last_sold_price_cents": { 1932 "currency": "USD", 1933 "amount": 20000, 1934 "amount_usd_cents": 20000 1935 }, 1936 "stock_status": "not_in_stock" 1937 }, 1938 { 1939 "size_option": { 1940 "presentation": "14", 1941 "value": 14 1942 }, 1943 "shoe_condition": "new_no_defects", 1944 "box_condition": "no_original_box", 1945 "lowest_price_cents": { 1946 "currency": "USD" 1947 }, 1948 "instant_ship_lowest_price_cents": { 1949 "currency": "USD" 1950 }, 1951 "last_sold_price_cents": { 1952 "currency": "USD", 1953 "amount": 23400, 1954 "amount_usd_cents": 23400 1955 }, 1956 "stock_status": "not_in_stock" 1957 }, 1958 { 1959 "size_option": { 1960 "presentation": "15", 1961 "value": 15 1962 }, 1963 "shoe_condition": "new_no_defects", 1964 "box_condition": "badly_damaged", 1965 "lowest_price_cents": { 1966 "currency": "USD" 1967 }, 1968 "instant_ship_lowest_price_cents": { 1969 "currency": "USD" 1970 }, 1971 "last_sold_price_cents": { 1972 "currency": "USD", 1973 "amount": 21900, 1974 "amount_usd_cents": 21900 1975 }, 1976 "stock_status": "not_in_stock" 1977 }, 1978 { 1979 "size_option": { 1980 "presentation": "15", 1981 "value": 15 1982 }, 1983 "shoe_condition": "new_no_defects", 1984 "box_condition": "missing_lid", 1985 "lowest_price_cents": { 1986 "currency": "USD" 1987 }, 1988 "instant_ship_lowest_price_cents": { 1989 "currency": "USD" 1990 }, 1991 "last_sold_price_cents": { 1992 "currency": "USD", 1993 "amount": 20000, 1994