WSOfferInfoStatus

A return type for the bulkCreateOffers() API method that indicates the status of bulk offer creation.

It contains the following fields:

  • name: the name of the offer.
  • code: the offer code. Is null if offer creation fails.
  • description: offer description.
  • reference: the created offer's WSReference. Is null if offer creation fails.
  • status: an instance of WSRequestStatus indicating the status of offer creation.