Versions Compared

Key

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

...

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.

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.

...