đĒUpdate Primary Image
Use this method to update an item's primary image.
Usage in your script
Member Functions
.Initialize()
Parameter
Type
Required
Description
destroyAtEnd
bool
Optional
defines if this component will be destroyed after .Run()
.SetParameters()
Parameter
Type
Required
Description
address
String
Yes
Collection address
token_id
String
Yes
Altura Guard code.
imageIdex
String
Yes
The index of the image you wish to change to
.onError()
Action on Error: returns error information.
.onComplete()
Action on successful: returns Items_model
type.
.Run()
Runs the API call and fills the corresponding model in the component on success.
Last updated