Created
August 18, 2020 12:21
-
-
Save sergeyloysha/059f532341e87d3869d47f3e593ea5e4 to your computer and use it in GitHub Desktop.
?action=commerce/cart/get-cart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cart": { | |
"number": "63d5bc21d2af8d46c17ec7f887287300", | |
"reference": null, | |
"couponCode": null, | |
"isCompleted": false, | |
"dateOrdered": null, | |
"datePaid": null, | |
"dateAuthorized": null, | |
"currency": "EUR", | |
"gatewayId": null, | |
"lastIp": "37.213.86.199", | |
"message": null, | |
"returnUrl": null, | |
"cancelUrl": null, | |
"orderStatusId": null, | |
"orderLanguage": "nl-BE", | |
"origin": "web", | |
"billingAddressId": null, | |
"shippingAddressId": null, | |
"makePrimaryShippingAddress": null, | |
"makePrimaryBillingAddress": null, | |
"shippingSameAsBilling": null, | |
"billingSameAsShipping": null, | |
"estimatedBillingAddressId": null, | |
"estimatedShippingAddressId": null, | |
"estimatedBillingSameAsShipping": null, | |
"shippingMethodHandle": null, | |
"customerId": 19, | |
"registerUserOnOrderComplete": null, | |
"paymentSourceId": null, | |
"storedTotalPrice": null, | |
"storedTotalPaid": null, | |
"storedItemTotal": null, | |
"storedTotalShippingCost": null, | |
"storedTotalDiscount": null, | |
"storedTotalTax": null, | |
"storedTotalTaxIncluded": null, | |
"id": null, | |
"tempId": null, | |
"draftId": null, | |
"revisionId": null, | |
"uid": null, | |
"fieldLayoutId": null, | |
"contentId": null, | |
"enabled": true, | |
"archived": false, | |
"siteId": "1", | |
"title": null, | |
"slug": null, | |
"uri": null, | |
"dateCreated": null, | |
"dateUpdated": null, | |
"dateDeleted": null, | |
"trashed": false, | |
"propagateAll": false, | |
"newSiteIds": [], | |
"resaving": false, | |
"duplicateOf": null, | |
"previewing": false, | |
"hardDelete": false, | |
"ref": null, | |
"status": "enabled", | |
"structureId": null, | |
"url": null, | |
"adjustmentSubtotal": 0, | |
"adjustmentsTotal": 0, | |
"paymentCurrency": "EUR", | |
"email": null, | |
"isPaid": false, | |
"itemSubtotal": 0, | |
"itemTotal": 0, | |
"lineItems": [], | |
"orderAdjustments": [], | |
"outstandingBalance": 0, | |
"paidStatus": "unpaid", | |
"recalculationMode": "all", | |
"shortNumber": "63d5bc2", | |
"totalPaid": 0, | |
"total": 0, | |
"totalPrice": 0, | |
"totalQty": 0, | |
"totalSaleAmount": 0, | |
"totalTaxablePrice": 0, | |
"totalWeight": 0, | |
"adjustmentSubtotalAsCurrency": "0,00 €", | |
"adjustmentsTotalAsCurrency": "0,00 €", | |
"itemSubtotalAsCurrency": "0,00 €", | |
"itemTotalAsCurrency": "0,00 €", | |
"outstandingBalanceAsCurrency": "0,00 €", | |
"totalPaidAsCurrency": "0,00 €", | |
"totalAsCurrency": "0,00 €", | |
"totalPriceAsCurrency": "0,00 €", | |
"totalSaleAmountAsCurrency": "0,00 €", | |
"totalTaxablePriceAsCurrency": "0,00 €", | |
"totalTaxAsCurrency": "0,00 €", | |
"totalTaxIncludedAsCurrency": "0,00 €", | |
"totalShippingCostAsCurrency": "0,00 €", | |
"totalDiscountAsCurrency": "0,00 €", | |
"storedTotalPriceAsCurrency": "0,00 €", | |
"storedTotalPaidAsCurrency": "0,00 €", | |
"storedItemTotalAsCurrency": "0,00 €", | |
"storedTotalShippingCostAsCurrency": "0,00 €", | |
"storedTotalDiscountAsCurrency": "0,00 €", | |
"storedTotalTaxAsCurrency": "0,00 €", | |
"storedTotalTaxIncludedAsCurrency": "0,00 €", | |
"paidStatusHtml": "<span class=\"commerceStatusLabel\"><span class=\"status red\"></span> Niet-betaald</span>", | |
"customerLinkHtml": "", | |
"orderStatusHtml": "", | |
"totalTax": 0, | |
"totalTaxIncluded": 0, | |
"totalShippingCost": 0, | |
"totalDiscount": 0, | |
"availableShippingMethods": { | |
"freeShipping": { | |
"id": 1, | |
"name": "Free Shipping", | |
"handle": "freeShipping", | |
"enabled": true, | |
"isLite": null | |
} | |
}, | |
"availableShippingMethodOptions": { | |
"freeShipping": { | |
"price": 0, | |
"id": 1, | |
"name": "Free Shipping", | |
"handle": "freeShipping", | |
"enabled": true, | |
"isLite": null, | |
"priceAsCurrency": "0,00 €" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment