| fulfillmentStatusLabels | Gets all available fulfillment statuses with their labels | array | 
									
										
						| fulfillmentStatusDisplay | Gets fulfillment status display label | string | 
									
										
						| financialStatusLabels | Gets all available financial statuses with their labels | array | 
									
										
						| financialStatusDisplay | Gets financial status display label | string | 
									
										
						| refundedTotalAsMoney | Get the amount refunded | Money | 
									
										
						| refundable | Is the order refundable? | bool | 
									
										
						| hateoasLinks | Get the HATEOAS links for the record | array | 
									
										
						| editUrl | Get the url for editing the record. | string | 
									
										
						| number |  | string | 
									
										
						| ordered | The time which order was placed | DateTime | 
									
										
						| financialStatus | Set the financial status of the order. Values include: unpaid, authorized, partially_paid, paid, partially_refunded, refunded, voided. | string | 
									
										
						| fulfillmentStatus | Set the fulfillment status of the order. Values include: none, pending, partial, fulfilled, completed. | string | 
									
										
						| refunds |  | Collection (Refund) | 
									
										
						| itemTotalAsMoney | Get item total | Money | 
									
										
						| discountTotalAsMoney | Get discount total as Money object | Money | 
									
										
						| surchargeTotalAsMoney | Get surcharge total as Money object | Money | 
									
										
						| shippingTotalAsMoney | Get shipping total as Money object | Money | 
									
										
						| handlingTotalAsMoney | Get handling total as Money object | Money | 
									
										
						| taxTotalAsMoney | Get tax total as Money object | Money | 
									
										
						| insuranceTotalAsMoney | Get insurance total as Money object | Money | 
									
										
						| totalAsMoney | Get total as Money object | Money | 
									
										
						| invoices | Get all invoices linked to this order (Order, Checkout) | Collection | 
									
										
						| currencyCode | Get currency code | string | 
									
										
						| id |  | int | 
									
										
						| uuid |  | string | 
									
										
						| externalId |  | string | 
									
										
						| comments |  | string | 
									
										
						| data |  | array | 
									
										
						| discountCodes |  | array | 
									
										
						| appliedDiscounts |  | array | 
									
										
						| total |  | string | 
									
										
						| discountTotal |  | string | 
									
										
						| surchargeTotal |  | string | 
									
										
						| shippingTotal |  | string | 
									
										
						| handlingTotal |  | string | 
									
										
						| taxTotal |  | string | 
									
										
						| insuranceTotal |  | string | 
									
										
						| created | Date the record was created. | DateTime | 
									
										
						| modified | Last modification date for the record. | DateTime | 
									
										
						| billingAddress |  | Address | 
									
										
						| deliveryAddress |  | Address | 
									
										
						| currency |  | Currency | 
									
										
						| person |  | Person | 
									
										
						| site |  | Site | 
									
										
						| items |  | Collection (Item) | 
									
										
						| fulfillments |  | Collection (Fulfillment) | 
									
										
						| metadataFieldValues |  | Collection (MetadataFieldValue) | 
									
										
						| sourceEntity | Get the source record entity | string | 
									
										
						| sourceUuid | Get the source record uuid | string | 
									
										
						| discountLogs |  | Collection (Log) |