
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 10:45 AM
I'm trying to test the catalog API Order Now using SOAP UI. According to the link I provided it should return to me the request number. However it is returning the sys_id of a shopping cart. What am I missing? Below is the json body I am sending. All fields in this request are single line text.
{
sysparm_quantity: 1,
variables: {
first_name: 'John',
middle_name: '',
last_name: 'smith',
employee_id: 'test',
employee_type: 'test',
employee_manager: 'test',
department: 'test',
start_date: 'test',
end_date: 'test',
managment_level: 'test',
work_location: 'test',
work_hours: 'test'
}
}
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 11:27 AM
Hi,
I believe two-step may cause some issues. You could try on PDI, for example, disabling it to see if that helps.
You can also review the code for it at:
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 11:24 AM
Do you have two-step checkout enabled or anything like that which could intercept the order and not allow it to complete?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 11:26 AM
We do have two-step does this not work with two-step?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 11:27 AM
Hi,
I believe two-step may cause some issues. You could try on PDI, for example, disabling it to see if that helps.
You can also review the code for it at:
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 11:37 AM
This record does not appear to have ever been modified from the out of the box version. I will try testing in a PDI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2022 11:50 AM
Looks like it is the two-step checkout. If I have that turned off in my PDI it works as expected. As soon as I turn it on I get the same results where it add it to the cart. I wonder if there is a way around this.