Skip to content

Instantly share code, notes, and snippets.

@ali-cedcoss
Last active May 4, 2022 13:32
Show Gist options
  • Save ali-cedcoss/30ca29ecf7dc67c43b29873bb3e0fa01 to your computer and use it in GitHub Desktop.
Save ali-cedcoss/30ca29ecf7dc67c43b29873bb3e0fa01 to your computer and use it in GitHub Desktop.
eBay fulfillment API GetOrders data

orders filtered by creation date for last 3 days.

$toDate     = $currentime - ( 1 * 60 );
			$fromDate   = $currentime - ( 3 * 24 * 60 * 60 );
			$offset     = '.000Z';
			$toDate     = gmdate( 'Y-m-d', $toDate ) . 'T' . gmdate( 'H:i:s', $toDate ) . $offset;
			$fromDate   = gmdate( 'Y-m-d', $fromDate ) . 'T' . gmdate( 'H:i:s', $fromDate ) . $offset;
				$fulfillmentRequest = new Ced_Marketing_API_Request( $siteID );
				$endpoint = '?filter=creationdate:%5B'.$fromDate.'..'.$toDate.'%5D';
				$result = $fulfillmentRequest->sendHttpRequestForFulfillmentAPI('',$endpoint, $token,'');
{
  "href": "https://api.ebay.com/sell/fulfillment/v1/order?filter=creationdate:%5B2022-05-01T13:28:55.000Z..2022-05-04T13:27:55.000Z%5D&limit=50&offset=0",
  "total": 34,
  "limit": 50,
  "offset": 0,
  "orders": [
    {
      "orderId": "13-08587-19644",
      "legacyOrderId": "222592682388-2678227470012",
      "creationDate": "2022-05-04T11:45:00.000Z",
      "lastModifiedDate": "2022-05-04T11:49:50.000Z",
      "orderFulfillmentStatus": "NOT_STARTED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "koehn_au2014",
        "taxAddress": {
          "stateOrProvince": "TAS",
          "postalCode": "7268",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "119.8",
          "currency": "AUD"
        },
        "priceDiscount": {
          "value": "-6.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "113.8",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "105.99",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T11:47:46.291Z",
            "amount": {
              "value": "105.99",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Carla Koehnlein",
              "contactAddress": {
                "addressLine1": "ebay:nlh68dw",
                "addressLine2": "212 Doaks Road (P.O.Box 235)",
                "city": "Lilydale",
                "stateOrProvince": "TAS",
                "postalCode": "7268",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0437382971"
              },
              "email": "2828832584e9ee090716@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [],
      "lineItems": [
        {
          "lineItemId": "10046947804913",
          "legacyItemId": "222592682388",
          "title": "UNLOCKED TELSTRA CRUISE ZTE T126",
          "lineItemCost": {
            "value": "119.8",
            "currency": "AUD"
          },
          "discountedLineItemCost": {
            "value": "113.8",
            "currency": "AUD"
          },
          "quantity": 4,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "NOT_STARTED",
          "total": {
            "value": "113.8",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [
            {
              "discountAmount": {
                "value": "6.0",
                "currency": "AUD"
              },
              "promotionId": "7158487201",
              "description": "Save up to 5% when you buy more"
            }
          ],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56112",
      "totalFeeBasisAmount": {
        "value": "113.8",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "7.81",
        "currency": "AUD"
      }
    },
    {
      "orderId": "24-08598-43275",
      "legacyOrderId": "234152185499-2010463522013",
      "creationDate": "2022-05-04T11:13:54.000Z",
      "lastModifiedDate": "2022-05-04T11:18:08.000Z",
      "orderFulfillmentStatus": "NOT_STARTED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "cindybundygirl",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2370",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "269.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "269.0",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "239.92",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T11:16:08.014Z",
            "amount": {
              "value": "239.92",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Cindy Eichorn",
              "contactAddress": {
                "addressLine1": "ebay:1ljrbgs",
                "addressLine2": "186 Church St",
                "city": "Glen Innes",
                "stateOrProvince": "NSW",
                "postalCode": "2370",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0460750702"
              },
              "email": "282865cdc7111607ce38@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [],
      "lineItems": [
        {
          "lineItemId": "10045777300724",
          "legacyItemId": "234152185499",
          "title": "NEW EVY PROFESSIONAL iQ-ONEGLIDE 1\" STRAIGHTENING IRON STYLING MINERAL INFUSED",
          "lineItemCost": {
            "value": "269.0",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "NOT_STARTED",
          "total": {
            "value": "269.0",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56111",
      "totalFeeBasisAmount": {
        "value": "269.0",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "29.08",
        "currency": "AUD"
      }
    },
    {
      "orderId": "07-08588-40160",
      "legacyOrderId": "232423569971-2010451687013",
      "creationDate": "2022-05-04T09:50:29.000Z",
      "lastModifiedDate": "2022-05-04T09:55:14.000Z",
      "orderFulfillmentStatus": "NOT_STARTED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "kennyy.boy",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3223",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "90.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "90.0",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "80.07",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T09:53:15.071Z",
            "amount": {
              "value": "80.07",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Ken Austin",
              "contactAddress": {
                "addressLine1": "ebay:glhc6pm",
                "addressLine2": "16/66 Gellibrand St",
                "city": "Portarlington",
                "stateOrProvince": "VIC",
                "postalCode": "3223",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0427397324"
              },
              "email": "141372234eea9bda1278@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [],
      "lineItems": [
        {
          "lineItemId": "10050746123407",
          "legacyItemId": "232423569971",
          "title": "UNLOCKED ZTE MF910Y,4G, 4GX PLUS WIFI MODEM",
          "lineItemCost": {
            "value": "90.0",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "NOT_STARTED",
          "total": {
            "value": "90.0",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56110",
      "totalFeeBasisAmount": {
        "value": "90.0",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "9.93",
        "currency": "AUD"
      }
    },
    {
      "orderId": "23-08583-93943",
      "legacyOrderId": "232418899391-2010447939013",
      "creationDate": "2022-05-04T09:21:02.000Z",
      "lastModifiedDate": "2022-05-04T09:33:30.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "rosnoy",
        "taxAddress": {
          "stateOrProvince": "QLD",
          "postalCode": "4703",
          "countryCode": "AU"
        }
      },
      "buyerCheckoutNotes": "3x march 2023 activation expiry date please, as agreed in ebay messages. thanks",
      "pricingSummary": {
        "priceSubtotal": {
          "value": "8.37",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "8.37",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "7.17",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T09:23:19.815Z",
            "amount": {
              "value": "7.17",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-19T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Ross Noyes",
              "contactAddress": {
                "addressLine1": "ebay:zlgpw4t",
                "addressLine2": "15 Pacific vista close",
                "city": "Pacific Heights",
                "stateOrProvince": "QLD",
                "postalCode": "4703",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0400405506"
              },
              "email": "48e600840eecddadb660@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_AusPostStandardLetter"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/23-08583-93943/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045977917823",
          "legacyItemId": "232418899391",
          "title": "TELSTRA 3GB DATA SIM CARD+4G/3G+USE IN MOBILE/MODEM/TABLETS (TRIO FIT)",
          "lineItemCost": {
            "value": "8.37",
            "currency": "AUD"
          },
          "quantity": 3,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "8.37",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-19T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56109",
      "totalFeeBasisAmount": {
        "value": "8.37",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "1.2",
        "currency": "AUD"
      }
    },
    {
      "orderId": "20-08584-39415",
      "legacyOrderId": "222333953893-2678180027012",
      "creationDate": "2022-05-04T07:07:33.000Z",
      "lastModifiedDate": "2022-05-04T09:03:53.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "saa_7554",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2167",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "55.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "55.0",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "48.81",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T07:12:11.487Z",
            "amount": {
              "value": "48.81",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Saamir Hye",
              "contactAddress": {
                "addressLine1": "ebay:vlgrr6t",
                "addressLine2": "106 Trobriand Cres",
                "city": "Glenfield",
                "stateOrProvince": "NSW",
                "postalCode": "2167",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0410007811"
              },
              "email": "14120f2977d571b07034@members.ebay.com"
            },
            "shippingServiceCode": "AU_ExpressDelivery"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/20-08584-39415/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045734452320",
          "legacyItemId": "222333953893",
          "title": "NINTENDO SWITCH MARIO KART DELUXE 8 - DOWNLOAD CODE / DIGITAL CODE",
          "lineItemCost": {
            "value": "55.0",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "55.0",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56108",
      "totalFeeBasisAmount": {
        "value": "55.0",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "6.19",
        "currency": "AUD"
      }
    },
    {
      "orderId": "11-08586-53561",
      "legacyOrderId": "322605117224-2415449646011",
      "creationDate": "2022-05-04T04:21:19.000Z",
      "lastModifiedDate": "2022-05-04T09:06:00.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "hassanen110",
        "taxAddress": {
          "stateOrProvince": "WA",
          "postalCode": "6064",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420006_S",
            "paymentDate": "2022-05-04T04:23:36.744Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-16T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Hassanen Al Talib",
              "contactAddress": {
                "addressLine1": "ebay:llh3jt6",
                "addressLine2": "7 Adelphi Court",
                "city": "Marangaroo",
                "stateOrProvince": "WA",
                "postalCode": "6064",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0402403827"
              },
              "email": "1413719624895fd4b881@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/11-08586-53561/shipping_fulfillment/0211000673480006340999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045707069511",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-16T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56107",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "23-08583-24891",
      "legacyOrderId": "321453026346-2415441033011",
      "creationDate": "2022-05-04T03:03:40.000Z",
      "lastModifiedDate": "2022-05-04T09:32:07.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "rob7022",
        "taxAddress": {
          "stateOrProvince": "QLD",
          "postalCode": "4226",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "33.45",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "33.45",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "30.01",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T03:06:44.439Z",
            "amount": {
              "value": "30.01",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Bob Roberts",
              "contactAddress": {
                "addressLine1": "ebay:zlgm2zq",
                "addressLine2": "8 Montreal Cres",
                "city": "Robina",
                "stateOrProvince": "QLD",
                "postalCode": "4226",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "414689089"
              },
              "email": "14134d21b4f347cd8542@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AUP_500G_SATCHEL_SIG"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/23-08583-24891/shipping_fulfillment/99706885238601008320906"
      ],
      "lineItems": [
        {
          "lineItemId": "10045973900823",
          "legacyItemId": "321453026346",
          "title": "NEW GBC HOME/OFFFICE/BUSINESS A4 LAMINATOR◉ LAMINATE PHOTOS/DOCUMENT◉FAST WARMUP",
          "lineItemCost": {
            "value": "33.45",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "33.45",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "LAKEMBA,NSW",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56106",
      "totalFeeBasisAmount": {
        "value": "33.45",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "3.44",
        "currency": "AUD"
      }
    },
    {
      "orderId": "22-08583-17230",
      "legacyOrderId": "224647838285-2678117439012",
      "creationDate": "2022-05-04T00:32:54.000Z",
      "lastModifiedDate": "2022-05-04T09:03:54.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "grati_7551",
        "taxAddress": {
          "stateOrProvince": "WA",
          "postalCode": "6271",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "14.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "14.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "13.05",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-04T00:36:14.883Z",
            "amount": {
              "value": "13.05",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-19T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "David Holmes",
              "contactAddress": {
                "addressLine1": "ebay:ylglqwk",
                "addressLine2": "U 3 8 West Rd",
                "city": "Capel",
                "stateOrProvince": "WA",
                "postalCode": "6271",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0484589198"
              },
              "email": "13f62c952699732e3d38@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_AusPostStandardLetter"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/22-08583-17230/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10046010149122",
          "legacyItemId": "224647838285",
          "title": "OPTUS $30 SIM◉40GB DATA◉UNLIMITED INTERNATIONAL CALLS 15 COUNTRY◉UNL CALL/TEXT",
          "lineItemCost": {
            "value": "14.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "14.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-19T14:00:00.000Z",
            "shipByDate": "2022-05-05T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "LAKEMBA,NSW",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56105",
      "totalFeeBasisAmount": {
        "value": "14.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "1.9",
        "currency": "AUD"
      }
    },
    {
      "orderId": "23-08580-14719",
      "legacyOrderId": "233893317106-2010227820013",
      "creationDate": "2022-05-03T12:01:55.000Z",
      "lastModifiedDate": "2022-05-04T09:32:08.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "globalfxinvestments",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3038",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "319.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "319.0",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "284.57",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420009_S",
            "paymentDate": "2022-05-03T12:05:17.714Z",
            "amount": {
              "value": "284.57",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Peter Kouimtzis",
              "contactAddress": {
                "addressLine1": "ebay:zlg6c75",
                "addressLine2": "56 McCubbin Dr",
                "city": "Taylors Lakes",
                "stateOrProvince": "VIC",
                "postalCode": "3038",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0466576734"
              },
              "email": "1411a678f60c1b859449@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/23-08580-14719/shipping_fulfillment/99706885260901008330905"
      ],
      "lineItems": [
        {
          "lineItemId": "10045955987523",
          "legacyItemId": "233893317106",
          "title": "GENUINE HP COLOUR LASER TONER CARTRIDGE◉CF363XC◉508X◉MAGENTA◉M552◉M553",
          "lineItemCost": {
            "value": "319.0",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "319.0",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56104",
      "totalFeeBasisAmount": {
        "value": "319.0",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "34.43",
        "currency": "AUD"
      }
    },
    {
      "orderId": "26-08579-24681",
      "legacyOrderId": "232075171581-2010226709013",
      "creationDate": "2022-05-03T11:54:43.000Z",
      "lastModifiedDate": "2022-05-04T09:05:57.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "serlep_32",
        "taxAddress": {
          "stateOrProvince": "QLD",
          "postalCode": "4163",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "94.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "94.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "84.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T11:56:49.046Z",
            "amount": {
              "value": "84.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Sergey Lepekha",
              "contactAddress": {
                "addressLine1": "ebay:3lg2n5d",
                "addressLine2": "U 10 26 Channel St",
                "city": "Cleveland",
                "stateOrProvince": "QLD",
                "postalCode": "4163",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0420626880"
              },
              "email": "1411a3182ac61560e938@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/26-08579-24681/shipping_fulfillment/0211000673482006340993"
      ],
      "lineItems": [
        {
          "lineItemId": "10045602279626",
          "legacyItemId": "232075171581",
          "title": "UNLOCKED TELSTRA ZTE MF910Z+4GX+WIFI MODEM+OPTUS/VODAFONE/ALDI/BOOST/LYCA/TPG",
          "lineItemCost": {
            "value": "94.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "94.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56103",
      "totalFeeBasisAmount": {
        "value": "94.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "10.46",
        "currency": "AUD"
      }
    },
    {
      "orderId": "19-08581-13158",
      "legacyOrderId": "224905575494-2677916256012",
      "creationDate": "2022-05-03T11:32:18.000Z",
      "lastModifiedDate": "2022-05-04T09:06:01.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "nsuinteger",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3064",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T11:37:17.760Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Mevan Alles",
              "contactAddress": {
                "addressLine1": "ebay:ulgbd8l",
                "addressLine2": "5 Capilano Rise",
                "city": "Craigieburn",
                "stateOrProvince": "VIC",
                "postalCode": "3064",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0415655779"
              },
              "email": "1411988645ca8b811871@members.ebay.com"
            },
            "shippingServiceCode": "AU_ExpressDelivery"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/19-08581-13158/shipping_fulfillment/0211000673479006340993"
      ],
      "lineItems": [
        {
          "lineItemId": "10045619120919",
          "legacyItemId": "224905575494",
          "title": "BOOST MOBILE $200 PREPAID SIM CARD◉4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56102",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "24-08594-08478",
      "legacyOrderId": "224905575494-2677905330012",
      "creationDate": "2022-05-03T10:36:48.000Z",
      "lastModifiedDate": "2022-05-04T09:06:02.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "2005junjian",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2218",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "317.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "317.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "283.58",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T10:38:54.365Z",
            "amount": {
              "value": "283.58",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Michael Zhong",
              "contactAddress": {
                "addressLine1": "ebay:1lj5hgs",
                "addressLine2": "10 Prospect Street",
                "city": "Carlton",
                "stateOrProvince": "NSW",
                "postalCode": "2218",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0433692273"
              },
              "email": "14117e86416a8b968984@members.ebay.com"
            },
            "shippingServiceCode": "AU_ExpressDelivery"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/24-08594-08478/shipping_fulfillment/0211000673481006340996"
      ],
      "lineItems": [
        {
          "lineItemId": "10045752310624",
          "legacyItemId": "224905575494",
          "title": "BOOST MOBILE $200 PREPAID SIM CARD◉4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "317.9",
            "currency": "AUD"
          },
          "quantity": 2,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "317.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56101",
      "totalFeeBasisAmount": {
        "value": "317.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "34.32",
        "currency": "AUD"
      }
    },
    {
      "orderId": "25-08579-30149",
      "legacyOrderId": "322605117224-2415241436011",
      "creationDate": "2022-05-03T09:58:30.000Z",
      "lastModifiedDate": "2022-05-04T09:06:03.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "wawe9768_buskdbct",
        "taxAddress": {
          "stateOrProvince": "QLD",
          "postalCode": "4101",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T10:01:43.477Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Wei-Chen Wang",
              "contactAddress": {
                "addressLine1": "ebay:2lg2vmx",
                "addressLine2": "U 14 21 Dock St",
                "city": "South Brisbane",
                "stateOrProvince": "QLD",
                "postalCode": "4101",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0426111666"
              },
              "email": "14116c9a2810ef8d4864@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/25-08579-30149/shipping_fulfillment/0211000673478006340996"
      ],
      "lineItems": [
        {
          "lineItemId": "10045592608125",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56100",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "09-08583-32175",
      "legacyOrderId": "322605117224-2415236250011",
      "creationDate": "2022-05-03T09:23:44.000Z",
      "lastModifiedDate": "2022-05-04T09:05:58.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "mrnamfonenlap6879",
        "taxAddress": {
          "stateOrProvince": "NT",
          "postalCode": "0810",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T09:25:58.701Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-16T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "nam ngo",
              "contactAddress": {
                "addressLine1": "ebay:jlgmcnw",
                "addressLine2": "10 bowditch street",
                "city": "Muirhead",
                "stateOrProvince": "NT",
                "postalCode": "0810",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0401828846"
              },
              "email": "14115c44f2e83779a957@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/09-08583-32175/shipping_fulfillment/0211000673477006340999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045623832709",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-16T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56099",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "17-08580-91992",
      "legacyOrderId": "234247507615-2010185820013",
      "creationDate": "2022-05-03T06:35:47.000Z",
      "lastModifiedDate": "2022-05-03T07:34:08.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "cciss",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2484",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "69.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "69.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "65.03",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T06:38:00.758Z",
            "amount": {
              "value": "65.03",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Gordon McFarlane",
              "contactAddress": {
                "addressLine1": "ebay:slg9j3q",
                "addressLine2": "20 Lunberg Drive",
                "city": "South Murwillumbah",
                "stateOrProvince": "NSW",
                "postalCode": "2484",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0427667745"
              },
              "email": "14110d8b11cd71848493@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/17-08580-91992/shipping_fulfillment/63234523731090"
      ],
      "lineItems": [
        {
          "lineItemId": "10045641566917",
          "legacyItemId": "234247507615",
          "title": "UNLOCKED KONKA KU9◉3G◉KEYPAD MOBILE◉VOICE RECORDER◉GAMES◉TORCH LIGHT◉2.4\" SCREEN",
          "lineItemCost": {
            "value": "69.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "69.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56098",
      "totalFeeBasisAmount": {
        "value": "69.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "4.92",
        "currency": "AUD"
      }
    },
    {
      "orderId": "23-08579-11108",
      "legacyOrderId": "322605117224-2415201575011",
      "creationDate": "2022-05-03T04:22:46.000Z",
      "lastModifiedDate": "2022-05-03T07:34:09.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "msaville1",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3550",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T04:26:31.275Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Matt Wilkinson",
              "contactAddress": {
                "addressLine1": "ebay:zlg23zc",
                "addressLine2": "5 Ellesmere Terrace",
                "city": "Strathdale",
                "stateOrProvince": "VIC",
                "postalCode": "3550",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0458675457"
              },
              "email": "140ec3bd457a9316d447@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/23-08579-11108/shipping_fulfillment/0211000673471006340997"
      ],
      "lineItems": [
        {
          "lineItemId": "10045950221723",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56097",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "22-08579-37556",
      "legacyOrderId": "224905575494-2677848084012",
      "creationDate": "2022-05-03T04:19:12.000Z",
      "lastModifiedDate": "2022-05-03T07:34:10.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "theurriolas",
        "taxAddress": {
          "stateOrProvince": "QLD",
          "postalCode": "4069",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T04:21:18.984Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Jose Urriola",
              "contactAddress": {
                "addressLine1": "ebay:ylg36gc",
                "addressLine2": "28 Gabwina Street",
                "city": "Fig Tree Pocket",
                "stateOrProvince": "QLD",
                "postalCode": "4069",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "61416024734"
              },
              "email": "1410cd904edb3f686519@members.ebay.com"
            },
            "shippingServiceCode": "AU_ExpressDelivery"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/22-08579-37556/shipping_fulfillment/0211000673472006340994"
      ],
      "lineItems": [
        {
          "lineItemId": "10045988365422",
          "legacyItemId": "224905575494",
          "title": "BOOST MOBILE $200 PREPAID SIM CARD◉4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56096",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "10-08582-47538",
      "legacyOrderId": "322605117224-2415197173011",
      "creationDate": "2022-05-03T03:41:28.000Z",
      "lastModifiedDate": "2022-05-03T07:34:11.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "au.manik",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3336",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T03:43:34.444Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Manik Gupta",
              "contactAddress": {
                "addressLine1": "ebay:klghw2d",
                "addressLine2": "8 Tuckeroo Rd",
                "city": "Aintree",
                "stateOrProvince": "VIC",
                "postalCode": "3336",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0421922997"
              },
              "email": "1410bbd56ba1376d9d57@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/10-08582-47538/shipping_fulfillment/0211000673473006340991"
      ],
      "lineItems": [
        {
          "lineItemId": "10045621898010",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56095",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "17-08580-63088",
      "legacyOrderId": "322605117224-2415196454011",
      "creationDate": "2022-05-03T03:35:18.000Z",
      "lastModifiedDate": "2022-05-03T07:34:10.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "kamal_-48",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3217",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T03:37:59.470Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "kamaldeep singh",
              "contactAddress": {
                "addressLine1": "ebay:slg8bq2",
                "addressLine2": "81 Bramley Ave",
                "city": "Charlemont",
                "stateOrProvince": "VIC",
                "postalCode": "3217",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "423269948"
              },
              "email": "09d4bc1a71c445e35e95@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/17-08580-63088/shipping_fulfillment/0211000673474006340998"
      ],
      "lineItems": [
        {
          "lineItemId": "10045639806217",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56094",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "23-08578-98214",
      "legacyOrderId": "322605117224-2415193122011",
      "creationDate": "2022-05-03T03:08:55.000Z",
      "lastModifiedDate": "2022-05-03T07:34:09.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "emmyvos5",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3336",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "158.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "158.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "141.64",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-03T03:11:18.968Z",
            "amount": {
              "value": "141.64",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Emily Vosko ",
              "contactAddress": {
                "addressLine1": "ebay:zlfzknq",
                "addressLine2": "23 Sedgeman Street, Fraser Rise",
                "city": "Fraser Rise",
                "stateOrProvince": "VIC",
                "postalCode": "3336",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0411768861"
              },
              "email": "1410aca21de693709f43@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/23-08578-98214/shipping_fulfillment/0211000673475006340995"
      ],
      "lineItems": [
        {
          "lineItemId": "10045949444023",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "158.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "158.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-15T14:00:00.000Z",
            "shipByDate": "2022-05-04T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56093",
      "totalFeeBasisAmount": {
        "value": "158.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.31",
        "currency": "AUD"
      }
    },
    {
      "orderId": "02-08581-47265",
      "legacyOrderId": "322605117224-2415012555011",
      "creationDate": "2022-05-02T12:50:02.000Z",
      "lastModifiedDate": "2022-05-03T07:34:09.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "softwjc",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3166",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "159.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "159.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "142.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T12:57:23.453Z",
            "amount": {
              "value": "142.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Jiachang Wang",
              "contactAddress": {
                "addressLine1": "ebay:blgcrsp",
                "addressLine2": "U 4 1312 Dandenong Rd",
                "city": "Hughesdale",
                "stateOrProvince": "VIC",
                "postalCode": "3166",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0450546066"
              },
              "email": "140f18b5610fb337b818@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/02-08581-47265/shipping_fulfillment/0211000673476006340992"
      ],
      "lineItems": [
        {
          "lineItemId": "10045840223102",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "159.9",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "159.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56092",
      "totalFeeBasisAmount": {
        "value": "159.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.41",
        "currency": "AUD"
      }
    },
    {
      "orderId": "06-08580-38927",
      "legacyOrderId": "322605117224-2415012028011",
      "creationDate": "2022-05-02T12:47:16.000Z",
      "lastModifiedDate": "2022-05-03T07:34:09.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "softwjc",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3166",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "159.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "159.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "142.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T12:49:49.875Z",
            "amount": {
              "value": "142.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Jiachang Wang",
              "contactAddress": {
                "addressLine1": "ebay:flg7byw",
                "addressLine2": "U 4 1312 Dandenong Rd",
                "city": "Hughesdale",
                "stateOrProvince": "VIC",
                "postalCode": "3166",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0450546066"
              },
              "email": "140f18b5610fb337b818@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/06-08580-38927/shipping_fulfillment/0211000673476006340992"
      ],
      "lineItems": [
        {
          "lineItemId": "10046491393606",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "159.9",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "159.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56091",
      "totalFeeBasisAmount": {
        "value": "159.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.41",
        "currency": "AUD"
      }
    },
    {
      "orderId": "16-08577-17742",
      "legacyOrderId": "322605117224-2414987189011",
      "creationDate": "2022-05-02T10:26:03.000Z",
      "lastModifiedDate": "2022-05-03T12:44:38.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "bobkat82",
        "taxAddress": {
          "stateOrProvince": "WA",
          "postalCode": "6084",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "319.8",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "319.8",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "285.28",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T10:28:29.232Z",
            "amount": {
              "value": "285.28",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Kat Quinn",
              "contactAddress": {
                "addressLine1": "ebay:rlfr63k",
                "addressLine2": "46 Hurd rd",
                "city": "Bullsbrook",
                "stateOrProvince": "WA",
                "postalCode": "6084",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0477043661"
              },
              "email": "140ed67e2aad972cbb96@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/16-08577-17742/shipping_fulfillment/0211000673470006340990"
      ],
      "lineItems": [
        {
          "lineItemId": "10045610245416",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "319.8",
            "currency": "AUD"
          },
          "quantity": 2,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "319.8",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56090",
      "totalFeeBasisAmount": {
        "value": "319.8",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "34.52",
        "currency": "AUD"
      }
    },
    {
      "orderId": "17-08576-87703",
      "legacyOrderId": "222588722681-2677581407012",
      "creationDate": "2022-05-02T10:17:43.000Z",
      "lastModifiedDate": "2022-05-02T11:15:54.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "fsjoan11-7",
        "taxAddress": {
          "stateOrProvince": "WA",
          "postalCode": "6017",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "7.47",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "7.47",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "6.37",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T10:21:29.728Z",
            "amount": {
              "value": "6.37",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "xiaohui wang",
              "contactAddress": {
                "addressLine1": "ebay:slfpxcq",
                "addressLine2": "(Put It in Letterbox),U 29 26 Cape St",
                "city": "Osborne Park",
                "stateOrProvince": "WA",
                "postalCode": "6017",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0435093797"
              },
              "email": "271f7b3e375113918141@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_AusPostStandardLetter"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/17-08576-87703/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045618171417",
          "legacyItemId": "222588722681",
          "title": "TELSTRA $10 PREPAID CREDIT SIM CARD+3G+7 DAYS EXPIRY+STANDARD/MICRO/NANO SIZE",
          "lineItemCost": {
            "value": "7.47",
            "currency": "AUD"
          },
          "quantity": 3,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "7.47",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56089",
      "totalFeeBasisAmount": {
        "value": "7.47",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "1.1",
        "currency": "AUD"
      }
    },
    {
      "orderId": "02-08580-77146",
      "legacyOrderId": "322605053142-2414972434011",
      "creationDate": "2022-05-02T08:54:21.000Z",
      "lastModifiedDate": "2022-05-02T11:15:58.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "ch_322204",
        "taxAddress": {
          "stateOrProvince": "QLD",
          "postalCode": "4116",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "2.49",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "2.49",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "1.92",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T08:59:19.106Z",
            "amount": {
              "value": "1.92",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "K Chen",
              "contactAddress": {
                "addressLine1": "ebay:blg8wfs",
                "addressLine2": "123 Frizzell St",
                "city": "Stretton",
                "stateOrProvince": "QLD",
                "postalCode": "4116",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0433112938"
              },
              "email": "4cef92009cb90ccb8469@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_AusPostStandardLetter"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/02-08580-77146/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045836205802",
          "legacyItemId": "322605053142",
          "title": "TELSTRA $2 PREPAID SIM CARD+3G/4G+STANDARD/MICRO/NANO 3 IN 1+ROAMING ACTIVATED",
          "lineItemCost": {
            "value": "2.49",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "2.49",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-17T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56088",
      "totalFeeBasisAmount": {
        "value": "2.49",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "0.57",
        "currency": "AUD"
      }
    },
    {
      "orderId": "08-08578-37305",
      "legacyOrderId": "322605117224-2414940990011",
      "creationDate": "2022-05-02T04:23:17.000Z",
      "lastModifiedDate": "2022-05-04T02:41:28.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "amsamjo",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3182",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "159.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "159.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "142.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420006_S",
            "paymentDate": "2022-05-02T04:25:46.121Z",
            "amount": {
              "value": "142.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Shiva Nanda",
              "contactAddress": {
                "addressLine1": "ebay:hlfx38f",
                "addressLine2": "5/225 Canterbury Road",
                "city": "St Kilda West",
                "stateOrProvince": "VIC",
                "postalCode": "3182",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "030400994089"
              },
              "email": "140e2c73e639b3178656@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/08-08578-37305/shipping_fulfillment/0211000673461006340998"
      ],
      "lineItems": [
        {
          "lineItemId": "10045655929908",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "159.9",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "159.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56087",
      "totalFeeBasisAmount": {
        "value": "159.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.41",
        "currency": "AUD"
      }
    },
    {
      "orderId": "09-08578-13977",
      "legacyOrderId": "322605117224-2414937159011",
      "creationDate": "2022-05-02T03:49:26.000Z",
      "lastModifiedDate": "2022-05-04T04:44:46.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "anandshrestha",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2747",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "319.8",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "319.8",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "285.28",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T03:51:50.024Z",
            "amount": {
              "value": "285.28",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Anand Shrestha",
              "contactAddress": {
                "addressLine1": "ebay:jlfw4hz",
                "addressLine2": "9 Kerran Close",
                "city": "Cambridge Park",
                "stateOrProvince": "NSW",
                "postalCode": "2747",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0422118977"
              },
              "email": "2771697216731afdb253@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/09-08578-13977/shipping_fulfillment/0211000673469006340994"
      ],
      "lineItems": [
        {
          "lineItemId": "10045593601509",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "319.8",
            "currency": "AUD"
          },
          "quantity": 2,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "319.8",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56086",
      "totalFeeBasisAmount": {
        "value": "319.8",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "34.52",
        "currency": "AUD"
      }
    },
    {
      "orderId": "24-08588-69965",
      "legacyOrderId": "232418895079-2009918980013",
      "creationDate": "2022-05-02T03:42:50.000Z",
      "lastModifiedDate": "2022-05-02T11:15:57.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "exerciseband",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3030",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "4.98",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "4.98",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "4.15",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-02T03:45:32.595Z",
            "amount": {
              "value": "4.15",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Irwin Gomez",
              "contactAddress": {
                "addressLine1": "ebay:1lhdf5d",
                "addressLine2": "24 Gershwin Cres",
                "city": "Point Cook",
                "stateOrProvince": "VIC",
                "postalCode": "3030",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "403164550"
              },
              "email": "79e29923c4f76800fa42@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/24-08588-69965/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045720826424",
          "legacyItemId": "232418895079",
          "title": "TELSTRA 2GB DATA SIM CARD+4G+USE IN MOBILE/MODEM/TABLETS/MOBILE BROADBAND",
          "lineItemCost": {
            "value": "4.98",
            "currency": "AUD"
          },
          "quantity": 2,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "4.98",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56085",
      "totalFeeBasisAmount": {
        "value": "4.98",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "0.83",
        "currency": "AUD"
      }
    },
    {
      "orderId": "08-08577-68849",
      "legacyOrderId": "322605117224-2414892241011",
      "creationDate": "2022-05-01T23:45:25.000Z",
      "lastModifiedDate": "2022-05-03T12:41:10.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "bayaz-52",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3079",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "159.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "159.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "142.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-01T23:47:32.447Z",
            "amount": {
              "value": "142.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "babak yazdan",
              "contactAddress": {
                "addressLine1": "ebay:hlft8tv",
                "addressLine2": "U 7 L 2,1A Noel St",
                "city": "Ivanhoe",
                "stateOrProvince": "VIC",
                "postalCode": "3079",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0493233925"
              },
              "email": "0a06d5179a5caff6db59@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/08-08577-68849/shipping_fulfillment/0211000673460006340991"
      ],
      "lineItems": [
        {
          "lineItemId": "10045651630108",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "159.9",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "159.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-09T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-12T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56084",
      "totalFeeBasisAmount": {
        "value": "159.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.41",
        "currency": "AUD"
      }
    },
    {
      "orderId": "10-08577-28173",
      "legacyOrderId": "232524321380-2009700984013",
      "creationDate": "2022-05-01T23:30:12.000Z",
      "lastModifiedDate": "2022-05-04T12:40:24.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "maddern1555",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3042",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "85.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "85.0",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "75.6",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-01T23:32:51.265Z",
            "amount": {
              "value": "75.6",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Bill Maddern",
              "contactAddress": {
                "addressLine1": "ebay:klfrlh8",
                "addressLine2": "20 Etzel St",
                "city": "Airport West",
                "stateOrProvince": "VIC",
                "postalCode": "3042",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0411260029"
              },
              "email": "0a05d23439e2b8b6bf30@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_eBayAusPost500gFlatRateSatchel"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/10-08577-28173/shipping_fulfillment/63234523730093"
      ],
      "lineItems": [
        {
          "lineItemId": "10045591239910",
          "legacyItemId": "232524321380",
          "title": "UNLOCKED HUAWEI E5372 4G WIFI MODEM+USE OPTUS/TPG/DODO/AMAYSIM/OVO/VAYA/KOGAN",
          "lineItemCost": {
            "value": "85.0",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "85.0",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56078",
      "totalFeeBasisAmount": {
        "value": "85.0",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "9.4",
        "currency": "AUD"
      }
    },
    {
      "orderId": "08-08577-57192",
      "legacyOrderId": "232423569971-2009862887013",
      "creationDate": "2022-05-01T23:02:24.000Z",
      "lastModifiedDate": "2022-05-03T12:43:06.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "johau-oymbzz5dt",
        "taxAddress": {
          "stateOrProvince": "VIC",
          "postalCode": "3851",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "94.95",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "94.95",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "84.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-01T23:07:10.117Z",
            "amount": {
              "value": "84.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "john west",
              "contactAddress": {
                "addressLine1": "ebay:hlfsryw",
                "addressLine2": "156 Wallaby St",
                "city": "Loch Sport",
                "stateOrProvince": "VIC",
                "postalCode": "3851",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0468388946"
              },
              "email": "0a06cb08266db9f5ce35@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Regular"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/08-08577-57192/shipping_fulfillment/0211000673453006340993"
      ],
      "lineItems": [
        {
          "lineItemId": "10045650897308",
          "legacyItemId": "232423569971",
          "title": "UNLOCKED ZTE MF910Y,4G, 4GX PLUS WIFI MODEM",
          "lineItemCost": {
            "value": "94.95",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "94.95",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56083",
      "totalFeeBasisAmount": {
        "value": "94.95",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "10.46",
        "currency": "AUD"
      }
    },
    {
      "orderId": "15-08575-28975",
      "legacyOrderId": "222333953893-2677406509012",
      "creationDate": "2022-05-01T20:06:42.000Z",
      "lastModifiedDate": "2022-05-02T09:40:23.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "goudkov",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2167",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "55.0",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "55.0",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "48.81",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-01T20:08:55.093Z",
            "amount": {
              "value": "48.81",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "iouri goudkov",
              "contactAddress": {
                "addressLine1": "ebay:qlfhfmc",
                "addressLine2": "23 Woodlark place,Glenfield",
                "city": "Glenfield",
                "stateOrProvince": "NSW",
                "postalCode": "2167",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0404843379"
              },
              "email": "13f850782aad97132d51@members.ebay.com"
            },
            "shippingServiceCode": "AU_ExpressDelivery"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/15-08575-28975/shipping_fulfillment/999"
      ],
      "lineItems": [
        {
          "lineItemId": "10045593413615",
          "legacyItemId": "222333953893",
          "title": "NINTENDO SWITCH MARIO KART DELUXE 8 - DOWNLOAD CODE / DIGITAL CODE",
          "lineItemCost": {
            "value": "55.0",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "55.0",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56082",
      "totalFeeBasisAmount": {
        "value": "55.0",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "6.19",
        "currency": "AUD"
      }
    },
    {
      "orderId": "14-08574-62653",
      "legacyOrderId": "322605117224-2414775251011",
      "creationDate": "2022-05-01T16:34:48.000Z",
      "lastModifiedDate": "2022-05-03T12:44:26.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "pb2484",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2483",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "159.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "159.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "142.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-01T16:37:07.497Z",
            "amount": {
              "value": "142.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Peter Boyd",
              "contactAddress": {
                "addressLine1": "ebay:plfdprd",
                "addressLine2": "89 Orana Rd",
                "city": "Ocean Shores",
                "stateOrProvince": "NSW",
                "postalCode": "2483",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0422483020"
              },
              "email": "0a06702e0e46d3d15d80@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/14-08574-62653/shipping_fulfillment/0211000673459006340995"
      ],
      "lineItems": [
        {
          "lineItemId": "10045577006514",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "159.9",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "159.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-08T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-11T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56081",
      "totalFeeBasisAmount": {
        "value": "159.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.41",
        "currency": "AUD"
      }
    },
    {
      "orderId": "04-08576-79511",
      "legacyOrderId": "322605117224-2414740831011",
      "creationDate": "2022-05-01T14:27:23.000Z",
      "lastModifiedDate": "2022-05-03T12:40:46.000Z",
      "orderFulfillmentStatus": "FULFILLED",
      "orderPaymentStatus": "PAID",
      "sellerId": "hi_tech_deals",
      "buyer": {
        "username": "ajaynaidu13",
        "taxAddress": {
          "stateOrProvince": "NSW",
          "postalCode": "2261",
          "countryCode": "AU"
        }
      },
      "pricingSummary": {
        "priceSubtotal": {
          "value": "159.9",
          "currency": "AUD"
        },
        "deliveryCost": {
          "value": "0.0",
          "currency": "AUD"
        },
        "total": {
          "value": "159.9",
          "currency": "AUD"
        }
      },
      "cancelStatus": {
        "cancelState": "NONE_REQUESTED",
        "cancelRequests": []
      },
      "paymentSummary": {
        "totalDueSeller": {
          "value": "142.49",
          "currency": "AUD"
        },
        "refunds": [],
        "payments": [
          {
            "paymentMethod": "EBAY",
            "paymentReferenceId": "420004_S",
            "paymentDate": "2022-05-01T14:29:47.226Z",
            "amount": {
              "value": "142.49",
              "currency": "AUD"
            },
            "paymentStatus": "PAID"
          }
        ]
      },
      "fulfillmentStartInstructions": [
        {
          "fulfillmentInstructionsType": "SHIP_TO",
          "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
          "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
          "ebaySupportedFulfillment": false,
          "shippingStep": {
            "shipTo": {
              "fullName": "Ajay Chennamchetty",
              "contactAddress": {
                "addressLine1": "ebay:dlfplm8",
                "addressLine2": "53 Lakedge avenue",
                "city": "Berkeley Vale",
                "stateOrProvince": "NSW",
                "postalCode": "2261",
                "countryCode": "AU"
              },
              "primaryPhone": {
                "phoneNumber": "0401359769"
              },
              "email": "0a0652539001abcecc75@members.ebay.com"
            },
            "shippingCarrierCode": "Australia Post",
            "shippingServiceCode": "AU_Express"
          }
        }
      ],
      "fulfillmentHrefs": [
        "https://api.ebay.com/sell/fulfillment/v1/order/04-08576-79511/shipping_fulfillment/0211000673458006340998"
      ],
      "lineItems": [
        {
          "lineItemId": "10046122494104",
          "legacyItemId": "322605117224",
          "title": "CHEAP BOOST MOBILE $200 PREPAID SIM CARD◉3G/4G◉140GB DATA◉SAME DAY EXPRESS POST",
          "lineItemCost": {
            "value": "159.9",
            "currency": "AUD"
          },
          "quantity": 1,
          "soldFormat": "FIXED_PRICE",
          "listingMarketplaceId": "EBAY_AU",
          "purchaseMarketplaceId": "EBAY_AU",
          "lineItemFulfillmentStatus": "FULFILLED",
          "total": {
            "value": "159.9",
            "currency": "AUD"
          },
          "deliveryCost": {
            "shippingCost": {
              "value": "0.0",
              "currency": "AUD"
            }
          },
          "appliedPromotions": [],
          "taxes": [],
          "properties": {
            "buyerProtection": true
          },
          "lineItemFulfillmentInstructions": {
            "minEstimatedDeliveryDate": "2022-05-05T14:00:00.000Z",
            "maxEstimatedDeliveryDate": "2022-05-10T14:00:00.000Z",
            "shipByDate": "2022-05-03T13:59:59.000Z",
            "guaranteedDelivery": false
          },
          "itemLocation": {
            "location": "Lakemba",
            "countryCode": "AU",
            "postalCode": "2195"
          }
        }
      ],
      "salesRecordReference": "56080",
      "totalFeeBasisAmount": {
        "value": "159.9",
        "currency": "AUD"
      },
      "totalMarketplaceFee": {
        "value": "17.41",
        "currency": "AUD"
      }
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment