Skip to content

Issue with Item Fufillment creation, and commit quantities (only with inventoryLocation) #169

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

You must be logged in to vote

For notice, passing inventoryLocation field is not possible in Item fulfillment via Soap request and is not supported. In my case, i must use restlet for passing this value like this :

var itemFulfillment = record.transform({
            fromType: record.Type.SALES_ORDER,
            fromId: soId,
            toType: record.Type.ITEM_FULFILLMENT,
            isDynamic: true,
            defaultValues: {
                inventorylocation: invLocation
            }
        });

Replies: 3 comments 6 replies

Comment options

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

@benjy8001
Comment options

@jrebs
Comment options

@benjy8001
Comment options

Comment options

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

Comment options

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

jrebs Jun 3, 2024
Maintainer

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