Skip to Content

VendorOrderResponse

Properties

NameTypeDescriptionNotes
idLong[default to null]
codeStringOrder code/number for display (e.g., “#ORD-12345”)[default to null]
statusOrderStatusOrder status[default to null]
payment_statusPaymentStatusPayment status[default to null]
order_categoryOrderCategoryOrder category (commerce/package/service)[default to null]
totalDoubleOrder total amount[default to null]
currencyMinimalCurrencyResponseCurrency for the order[default to null]
formatted_dateStringFormatted date string for display[default to null]
item_countIntegerNumber of items in the order[default to null]
userOrderListUserResponseCustomer information[default to null]
package_typeOrderPackageTypeResponsePackage type info (for package orders)[optional] [default to null]
order_serviceOrderServiceResponseService info (for service orders)[optional] [default to null]
delivery_addressStringDelivery address string[optional] [default to null]
is_ongoingBooleanWhether order is in an active/ongoing state[default to null]
is_completedBooleanWhether order is completed[default to null]
is_scheduledBooleanWhether order is scheduled for future[default to null]
can_rateBooleanWhether vendor can rate this order[default to null]
created_atDate[default to null]
updated_atDate[default to null]

[Back to Model list] [Back to API list] [Back to README]