You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Getting '403 Forbidden' when trying to do Orderless Return using rest API

Summary:

We are trying to automate Orderless return process when we receive some items in our system. This is being done manually through UI.

We are calling below API to check if 'Orderless Return' is being performed through API, but we are facing '403 Forbidden' issues.

Content (required):

{

 "SourceSystemCode" : "FUSION_MOBILE",

 "SourceSystemType" : "EXTERNAL",

 "MaterialTransactionDetail" : [ {

 "InventoryItemNumber" : "XXXX",

 "OrganizationCode" : "XXXX",

 "SubinventoryCode" : "XXXX",

 "TransactionDate" : "2023-10-11T04:40:00-07:00",

 "TransactionQuantity" : 1,

 "TransactionTypeCode" : "ORDERLESS_RETURN",

 "TransactionUnitOfMeasure" : "Each"

                 } ]


}

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!