What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, is there a way to make an array of objects in a transfer associative? Lets say I want to mo

UM9F81RCP
UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

Hi all,
is there a way to make an array of objects in a transfer associative?

Lets say I want to model this data structure in TO:

"priceComponents": {
  "COM1": {
    "value": "20.0399",
    "currency": "EUR"
  },
  "COM2": {
    "value": "0.8176",
    "currency": "EUR"
  },
  "COM3": {
    "value": "0",
    "currency": "EUR"
  },
  "COM4": {
    "value": "0",
    "currency": "EUR"
  },
  "COM5": {
    "value": "20.8574",
    "currency": "EUR"
  }
},

So this can only be represented as an Associative array ... so in transfer.xml file I will have to define the components as an array, but if I want to go all in with modelling I need to make the components of type PriceComponent transfer but in this case the associative key is lost ...

is there a way to do this in spryker ?

Comments

  • U019WGU7SM9
    U019WGU7SM9 Posts: 24 🧑🏻‍🚀 - Cadet

    COM1 COM2 etc should be the field names, and the type should be PriceComponentTransfer