Export Item List

JSON-REST endpoint for exporting changed or pending item list entries per webshop channel.

Purpose

This endpoint returns the item list for a webshop channel, including send-state and change timestamp.

Endpoint

  • Method: GET
  • URL pattern: http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/itemsList?$filter=webshopChannelCode eq '<webshop-channel-code>' and sentToWebshop eq <true|false> and changedForWebshopAt eq <datetime>

Required Parameter

  • webshopChannelCode in filter

Optional Filters

  • sentToWebshop
  • changedForWebshopAt

Key Response Fields

  • systemId, itemNo, webshopChannelCode, changedForWebshopAt, sentToWebshop

Result

  • The webshop receives item list records for delta or full synchronization.