Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Só uma dúvida #106

Open
elvitin opened this issue Oct 19, 2022 · 0 comments
Open

Só uma dúvida #106

elvitin opened this issue Oct 19, 2022 · 0 comments

Comments

@elvitin
Copy link

elvitin commented Oct 19, 2022

Nos warehouses, pode haver mais de 1 registro com a mesma localidade?, porém com tipos diferentes? exemplo:

{
    "sku": 43264,
    "name": "L'Oréal Professionnel Expert Absolut Repair Cortex Lipidium - Máscara de Reconstrução 500g",
    "inventory": {
        "quantity": 15,
        "warehouses": [
            {
                "locality": "SP",
                "quantity": 12,
                "type": "ECOMMERCE"
            },
            {
                "locality": "SP",
                "quantity": 3,
                "type": "PHYSICAL_STORE"
            }
        ]
    },
    "isMarketable": true
}

Isso é valído? pois pode haver mais de um tipo de armazém por localidade...

Correto ou não ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant