Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- orders = [
- {
- "id": 63,
- "order_number": "63",
- "created_at": "2021-01-04T15:19:52Z",
- "updated_at": "2021-01-04T15:19:53Z",
- "completed_at": "1970-01-01T00:00:00Z",
- "status": "processing",
- "currency": "CLP",
- "total": "13600.00",
- "subtotal": "12600.00",
- "total_line_items_quantity": 7,
- "total_tax": "0.00",
- "total_shipping": "1000.00",
- "cart_tax": "0.00",
- "shipping_tax": "0.00",
- "total_discount": "0.00",
- "shipping_methods": "Flat rate",
- "payment_details": {
- "method_id": "cod",
- "method_title": "Cash on delivery",
- "paid": false
- },
- "billing_address": {
- "first_name": "isaac",
- "last_name": "ya\u00f1ez",
- "company": "isaac",
- "address_1": "djapsojdasojdas",
- "address_2": "",
- "city": "chillan",
- "state": "nuble",
- "postcode": "38000",
- "country": "CL",
- "email": "[email protected]",
- "phone": "936550773"
- },
- "shipping_address": {
- "first_name": "isaac",
- "last_name": "ya\u00f1ez",
- "company": "isaac",
- "address_1": "djapsojdasojdas",
- "address_2": "",
- "city": "chillan",
- "state": "nuble",
- "postcode": "38000",
- "country": "CL"
- },
- "note": "",
- "customer_ip": "190.5.34.112",
- "customer_user_agent": "Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/86.0.4240.183 Safari\/537.36 OPR\/72.0.3815.320",
- "customer_id": 2,
- "view_order_url": "https:\/\/copargo.cl\/my-account\/view-order\/63\/",
- "line_items": [
- {
- "id": 3,
- "subtotal": "12600.00",
- "subtotal_tax": "0.00",
- "total": "12600.00",
- "total_tax": "0.00",
- "price": "1800.00",
- "quantity": 7,
- "tax_class": "",
- "name": "producto prueba",
- "product_id": 22,
- "sku": "001",
- "meta": [
- ]
- }
- ],
- "shipping_lines": [
- {
- "id": 4,
- "method_id": "flat_rate",
- "method_title": "Flat rate",
- "total": "1000.00"
- }
- ],
- "tax_lines": [
- ],
- "fee_lines": [
- ],
- "coupon_lines": [
- ],
- "customer": {
- "id": 2,
- "created_at": "2020-11-26T18:34:49Z",
- "email": "[email protected]",
- "first_name": "Felipe",
- "last_name": "Cornejo",
- "username": "Directiva",
- "role": "administrator",
- "last_order_id": 63,
- "last_order_date": "2021-01-04T15:19:52Z",
- "orders_count": 2,
- "total_spent": "18200.00",
- "avatar_url": "https:\/\/secure.gravatar.com\/avatar\/122c57b910d99de5ced2e90fb44e748e?s=96&d=mm&r=g",
- "billing_address": {
- "first_name": "isaac",
- "last_name": "ya\u00f1ez",
- "company": "isaac",
- "address_1": "djapsojdasojdas",
- "address_2": "",
- "city": "chillan",
- "state": "nuble",
- "postcode": "38000",
- "country": "CL",
- "email": "[email protected]",
- "phone": "936550773"
- },
- "shipping_address": {
- "first_name": "isaac",
- "last_name": "ya\u00f1ez",
- "company": "isaac",
- "address_1": "djapsojdasojdas",
- "address_2": "",
- "city": "chillan",
- "state": "nuble",
- "postcode": "38000",
- "country": "CL"
- }
- }
- },
- {
- "id": 23,
- "order_number": "23",
- "created_at": "2020-12-01T03:31:01Z",
- "updated_at": "2020-12-01T03:31:01Z",
- "completed_at": "1970-01-01T00:00:00Z",
- "status": "processing",
- "currency": "USD",
- "total": "4600.00",
- "subtotal": "3600.00",
- "total_line_items_quantity": 2,
- "total_tax": "0.00",
- "total_shipping": "1000.00",
- "cart_tax": "0.00",
- "shipping_tax": "0.00",
- "total_discount": "0.00",
- "shipping_methods": "Flat rate",
- "payment_details": {
- "method_id": "cod",
- "method_title": "Cash on delivery",
- "paid": false
- },
- "billing_address": {
- "first_name": "isaac",
- "last_name": "ya\u00f1ez",
- "company": "empresa opcional",
- "address_1": "calle1",
- "address_2": "",
- "city": "chillan",
- "state": "nuble",
- "postcode": "38000",
- "country": "CL",
- "email": "[email protected]",
- "phone": "936550773"
- },
- "shipping_address": {
- "first_name": "isaac",
- "last_name": "ya\u00f1ez",
- "company": "empresa opcional",
- "address_1": "calle1",
- "address_2": "",
- "city": "chillan",
- "state": "nuble",
- "postcode": "38000",
- "country": "CL"
- }
- ]
- neworders = orders.map(order => {
- cacheOrder = {}
- cacheOrder.id = order.id;
- cacheOrder.otroparametro = ''
- return cacheOrder
- }
Advertisement
Add Comment
Please, Sign In to add comment