Skip to content

DDT - gestione magazzino via API #98

Closed Answered by emajo
lorenzoSIT asked this question in Q&A
Discussion options

You must be logged in to vote

Ciao @lorenzoSIT attualmente non abbiamo documentato i metodi per la movimentazione del magazzino, ma come dici tu è possibile farlo registrando un acquisto, mettendo all'interno degli items dei items_list il campo stock = true.

Es.

        "items_list": [
            {
                "product_id": 1584648,
                "code": "code",
                "description": "",
                "discount": 0,
                "amount_gross": 0,
                "name": "prod name",
                "net_price": 10,
                "qty": 10,
                "vat": {
                    "id": 0
                },
                "stock": true,
                "order": 1
            }
        ]

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@lorenzoSIT
Comment options

Answer selected by emajo
Comment options

You must be logged in to vote
4 replies
@emajo
Comment options

@Picaland
Comment options

@emajo
Comment options

@Picaland
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants