Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Cannot partially fulfill a Sales Order
Hi there. I am trying to fulfill part of the order via Web Services, but I always end up with a fulfillment record that fulfills all the items. My request data is just like the one in this example: https://netsuite.custhelp.com/app/answers/detail/a_id/26157/kw/web%20service%20fulfill
and this is my actual request (NULL fields are eliminated)
[CODE]
object(AddRequest)#139 (1) {
["record"] => object(ItemFulfillment)#74 (77) {
["createdFrom"] => object(RecordRef)#109 (5) {
["internalId"] => string(7) "1733040"
["type"] => string(10) "salesOrder"
["itemList"] => object(ItemFulfillmentItemList)#138 (2) {
["item"] => array(2) {
[0] => object(ItemFulfillmentItem)#178 (23) {
["quantity"] => float(0)
["item"] => object(RecordRef)#168 (4) {
["internalId"] => string(5) "12610"
and this is my actual request (NULL fields are eliminated)
[CODE]
object(AddRequest)#139 (1) {
["record"] => object(ItemFulfillment)#74 (77) {
["createdFrom"] => object(RecordRef)#109 (5) {
["internalId"] => string(7) "1733040"
["type"] => string(10) "salesOrder"
["itemList"] => object(ItemFulfillmentItemList)#138 (2) {
["item"] => array(2) {
[0] => object(ItemFulfillmentItem)#178 (23) {
["quantity"] => float(0)
["item"] => object(RecordRef)#168 (4) {
["internalId"] => string(5) "12610"
0