Product Order Open API - How to specify Customer Order's Fullfillment Type value

Nisar2
Mega Guru

Hello everyone,

 

Using the REST API Explorer, I'm sending a payload to the following endpoint:

Nisar2_0-1683089437782.png

 

This is resulting in creation of a customer order (sn_ind_tmt_orm_order) successfully. However, I'm unable to determine how or where the "Fulfillment Type" value is being set from. It's always being set to "Deliver" whereas I need it to be "Qualify"

Nisar2_1-1683089570583.png

 

 

Any suggestions?

1 ACCEPTED SOLUTION

Harshal Aditya
Mega Sage
Mega Sage

Hi  @Nisar2 ,

 

Hope you are doing well.

 

I guess it's scripted rest API, could you please check in the scripted rest API code.

Before that please check if the field has default value in dictionary.

 

Regards,

Harshal

View solution in original post

4 REPLIES 4

Harshal Aditya
Mega Sage
Mega Sage

Hi  @Nisar2 ,

 

Hope you are doing well.

 

I guess it's scripted rest API, could you please check in the scripted rest API code.

Before that please check if the field has default value in dictionary.

 

Regards,

Harshal

It's an OOB API, also known as TMF622. So there won't be a scripted rest api.

Yes, it has a default value. But what I'm not sure about is how to set a new value when sending the request.

You're right. I looked at the Scripted Rest API script and it was being set via code.