Using json to add Shipper Aliases for boutiqueretailer
Use JSON to add Shipper Aliases for boutiqueretailer
For some reason boutiqueretailer have a mix and match approach to tracking method and tracking number
They have not stored the data in a consistent way.
Example of what the json looks like for this Maropost seller. Ivan did some development as they were not able to make the necessary change in Maropost so we could accurately read the shipper ie auspost.
https://m1.omnivore.com.au/configuration/feedConfig/boutique-retailer?feedType=maropost
In this JSON we are finding red satchel, letter and yellow satchel and mapping it to auspost
{
"*RED SATCHEL*": "auspost",
"*RED SATCHEL - (0.5KG)":"auspost",
"*RED SATCHEL - (3KG)":"auspost",
"**LETTER": "auspost",
"*YELLOW SATCHEL*": "auspost"
}
If the retailer gets Failed to mark as shipped in marketplace, try looking in this above section to ensure the data we receive is mapped to the data we are going to send to the marketplace
Only setup for this seller at this time due to their unique case.
Ticket as FYI - https://support.omnivore.com.au/a/tickets/104047