[Bug] Payment terms template is invalid

So I’m currently trying to use the companyCreate endpoint.

I’m passing company and companyLocation inputs. Underneath the companyLocation I’m passing the following:

"buyerExperienceConfiguration":{
  "editableShippingAddress":true,
  "paymentTermsTemplateId":"gid://shopify/PaymentTermsTemplate/1"
}

But I’m getting Payment terms template is invalid, I’ve queried the available payment terms templates on the store and it does exist, so what’s going wrong here?

Hi Luke,

Digging into how exactly this field on companyCreate is supposed to be used - in the meantime, if you use the companyLocationUpdate mutation instead which has the same field, does this generate the same error?

Will see what happens with companyLocationUpdate and report back Liam!