Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Attribute Event

Fired after an attribute is retrieved from the specified Item while calling GetAttributes .

Syntax

 virtual int FireAttribute(SimpleDBAttributeEventParams *e);

 
typedef struct {
char* Item;
char* AttrName;
char* AttrValue;
int reserved;
} SimpleDBAttributeEventParams;

Remarks

Attribute is fired for each result following a call to GetAttributes or each attribute per item returned in Select.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0