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?