Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameFormatDescription
customerOrderIdLong IntegerUnique customer order number as shown to the customer in their Fruugo Account.
orderIdLong Integer

Unique order number as shown in Fruugo Retailer Portal.

orderDateDate TimeTime when customer placed the order.
orderReleaseDateDate TimeTime when order available for the retailer.
orderStatusEnumeration of valid statuses

Possible values:-
PENDING: New order that hasn't been processed
PROCESSED: At least part of the order has been processed
EXCEPTION: There's an error or manual correction related to the order and it cannot be processed through the Order API

customerLanguageCodeStringLanguage of the Customer.
shippingAddressshippingAddress - elementThe address where the order is to be shipped
shippingMethodStringHuman readable shipping method name. Expected values - Standard Shipping and Express Shipping.
shippingCostInclVATDecimalAmount of shipping cost charged from customer including VAT.
shippingCostVATDecimalAmount of VAT that is included in the shipping cost.
orderLineItemsList of orderLine - elementsCollection of orderLineItem elements
fruugoTaxBooleanIdentifies whether Fruugo is responsible for collecting and has collected tax on the order
fruugoTaxIDStringThe relevant Fruugo tax ID for the order and customs declaration. If Fruugo has collected the tax on the order.
fruugoEORIStringThe Fruugo EORI (Economic Operators Registration and Identification number) for customs declaration. If Fruugo has collected the tax on the order.


Shipping Address <shippingAddress>

...

NameFormatDescription
productIdString

Product id from retailers product information feed.

skuIdString

SKU id from retailers product information feed (if retailer didn't provide SKU id , this is the same as product id).

skuNameString

SKU name from retailers product information feed.

attributesList of attribute elements

SKU attributes from retailers product information feed.

fruugoProductIdLong IntegerFruugo's internal Product id.
fruugoSkuIdLong IntegerFruugo’s internal Sku id.
currencyCodeStringCurrency of the customerretailer.
itemPriceInclVatDecimalPrice of a single item in customerretailer's currency.
itemVatDecimal

Amount of VAT for a single item in customerretailer's currency.

totalpriceInclVatDecimal

Total price charged from the customer in customerretailer's currency.

totalVatDecimal

Total VAT amount charged from the customer in customerretailer's currency.

customerList of customer elementsThe customers local item pricing
vatPercentageDecimal

Percentage of VAT charged from the customer.

totalNumberOfItemsInteger

Total number of items ordered of this Sku.

pendingItemsInteger

Number of pending items.

confirmedItemsInteger

Number of confirmed items.

shippedItemsInteger

Number of shipped items.

cancelledItemsInteger

Number of cancelled items.

returnAnnouncedItemsInteger

Number of items customer will return.

returnedItemsInteger

Number of items customer has returned.

itemsWithExceptionIntegerNumber of items that are in an error state or have been manually corrected.
returnedDateDate TimeTime of returning the product.

...